Last updated 5 months ago
Get the summary info of a tx.
Tx id
Successful operation
"OK"
const response = await fetch('https://open-api.unisat.io/v1/indexer/tx/{txid}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "OK", "data": { "detail": { "txid": "text", "blkid": "text" } } }