Get BRC-20 Tx History
get
/v1/indexer/brc20/{ticker}/tx/{txid}/history
Get the full history of BRC20 by address.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tickerstringRequired
Token ticker
txidstringRequired
txid
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/brc20/{ticker}/tx/{txid}/historyLast updated