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
startintegerRequiredExample:
Start offset
0limitintegerRequiredExample:
Number of inscriptions returned
16Responses
200
Successful operation
application/json
401
Invalid API Key
get
/v1/indexer/address/{address}/brc20/historyget
/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 · enumRequiredPossible values:
Filter by history type
startintegerRequiredExample:
Start offset
0limitintegerRequiredExample:
Number of inscriptions returned
16Responses
200
Successful operation
application/json
401
Invalid API Key
get
/v1/indexer/address/{address}/brc20/{ticker}/historyLast updated