Last updated 9 months ago
Get the summary info of a tx.
/v1/indexer/tx/{txid}
Tx id
curl -L \ --url 'https://open-api.unisat.io/v1/indexer/tx/{txid}' \ --header 'Authorization: Bearer JWT'
{ "msg": "OK", "code": 0, "data": { "detail": { "txid": "text", "nIn": 1, "nOut": 1, "inSatoshi": 1, "outSatoshi": 1, "locktime": 1, "size": 1, "witOffset": 1, "height": 1, "idx": 1, "blkid": "text", "confirmations": 1, "timestamp": 1 }, "start": 1, "total": 1 } }