Last updated 5 months ago
Get the inputs of a tx.
Tx id
Start offset
0
Number of items returned
16
GET /v1/indexer/tx/{txid}/ins HTTP/1.1 Host: open-api-fractal.unisat.io Authorization: Bearer JWT Accept: */*
Successful operation
{ "code": 0, "msg": "OK", "data": { "address": "text", "codeType": 0, "inscriptions": [ { "inscriptionId": "text", "inscriptionNumber": 1, "isBRC20": true, "moved": true, "offset": 1 } ], "satoshi": 1, "scriptPk": "text", "scriptSig": "text", "scriptType": "text", "scriptWits": "text", "sequence": 1, "height": 1, "txid": "text", "idx": 1, "heightTxo": 1, "utxid": "text", "vout": 1 } }