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