Get Address BRC-20 History

get
/v1/indexer/address/{address}/brc20/history

Get the full history of BRC20 by address.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
addressstringRequired

Address

Query parameters
startintegerRequired

Start offset

Example: 0
limitintegerRequired

Number of inscriptions returned

Example: 16
Responses
200

Successful operation

application/json
get
/v1/indexer/address/{address}/brc20/history
get
/v1/indexer/address/{address}/brc20/{ticker}/history

Get the full history of BRC20 by address.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
addressstringRequired

Address

tickerstringRequired

Token ticker

Query parameters
typestring · enumRequired

Filter by history type

Possible values:
startintegerRequired

Start offset

Example: 0
limitintegerRequired

Number of inscriptions returned

Example: 16
Responses
200

Successful operation

application/json
get
/v1/indexer/address/{address}/brc20/{ticker}/history

Last updated