Last updated 5 months ago
Get the full history of BRC20 by address.
Token ticker
txid
Filter by history type
inscribe-deploy
inscribe-mint
inscribe-transfer
transfer
send
receive
Start offset
0
Number of inscriptions returned
16
GET /v1/indexer/brc20/{ticker}/tx/{txid}/history HTTP/1.1 Host: open-api-fractal.unisat.io Authorization: Bearer JWT Accept: */*
Successful operation
{ "code": 0, "msg": "OK", "data": { "detail": [ { "valid": true, "type": "text", "from": "text", "to": "text", "amount": "text", "overallBalance": "text", "availableBalance": "text", "transferBalance": "text", "inscriptionId": "text", "inscriptionNumber": 1, "height": 1, "blockhash": "text", "blocktime": 1, "txIdx": 1, "txid": "text", "satoshi": 1, "offset": 1 } ], "start": 1, "total": 1 } }