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
GET /v1/indexer/address/{address}/brc20/{ticker}/transferable-inscriptions HTTP/1.1 Host: open-api.unisat.io Authorization: Bearer JWT Accept: */*
Successful operation
{ "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 } }