Last updated 11 months ago
Get the transferable inscriptions list of BRC20 by address.
Address
Token ticker
Successful operation
"OK"
const response = await fetch('https://open-api.unisat.io/v1/indexer/address/{address}/brc20/{ticker}/transferable-inscriptions', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "OK", "data": { "detail": { "inscriptionId": "text", "data": { "op": "text", "tick": "text", "lim": "text", "amt": "text", "decimal": "text" } } } }