BRC-20 transaction history
This endpoint returns the full BRC-20 activity log for a given address, including mints, transfers, and deploys. Paginated and sorted by timestamp.
Ideal for tracking user balances, building history UIs, or monitoring on-chain token behavior.
get
Retrieve transaction history for a specific BRC20 token for a specific address.
Authorizations
x-api-keystringRequired
Path parameters
addressstring · BitcoinAddress · min: 10RequiredDefault:
bc1q0egjvlcfq77cxd9kvpgppyuxckzvws46e3sxchtickerstringRequired
Query parameters
offsetnumberOptionalDefault:
0limitnumber · min: 25 · max: 60OptionalDefault:
60Responses
200
Default Response
application/json
400
Invalid input
application/json
401
Unauthorized
application/json
404
Not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get
/v1/ordinals/address/{address}/brc20/{ticker}Last updated