Last updated 4 months ago
Get the outputs of a tx.
/v1/indexer/tx/{txid}/outs
Tx id
Start offset
0
Number of items returned
16
curl -L \ --url 'https://open-api-fractal.unisat.io/v1/indexer/tx/{txid}/outs?cursor=1&size=1' \ --header 'Authorization: Bearer JWT'
{ "msg": "OK", "code": 0, "data": { "address": "text", "codeType": 1, "satoshi": 1, "scriptPk": "text", "scriptType": "text", "height": 1, "txid": "text", "idx": 1, "heightSpent": 1, "txidSpent": "text", "vout": 1, "inscriptions": [ { "inscriptionId": "text", "inscriptionNumber": 1, "isBRC20": true, "moved": true, "offset": 1 } ] } }