Last updated 1 year ago
Get the tiker list of BRC20 token.
/v1/indexer/brc20/history-by-height/{height}
Block Height
818698
Start offset
0
Number of inscriptions returned
16
curl -L \ --url 'https://open-api.unisat.io/v1/indexer/brc20/history-by-height/{height}?start=1&limit=1' \ --header 'Authorization: Bearer JWT'
{ "msg": "OK", "code": 0, "data": { "height": 1, "total": 1, "start": 1, "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 } ] } }