Last updated 1 year ago
Get the transferable inscriptions list of BRC20 by address.
Address
Token ticker
Start offset
0
Number of inscriptions returned
16
curl -L \ --url 'https://open-api.unisat.io/v1/indexer/address/{address}/brc20/{ticker}/transferable-inscriptions?start=1&limit=1' \ --header 'Authorization: Bearer JWT'
{ "code": 0, "msg": "OK", "data": { "detail": { "inscriptionNumber": 1, "inscriptionId": "text", "satoshi": 1, "confirmations": 1, "data": { "op": "text", "tick": "text", "lim": "text", "amt": "text", "decimal": "text" } }, "start": 1, "total": 1 } }