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