Last updated 1 year ago
Get tx history by block height.
/v1/indexer/block/{height}/txs
Block height
800000
Start offset
0
Number of items returned
16
curl -L \ --url 'https://open-api.unisat.io/v1/indexer/block/{height}/txs?cursor=1&size=1' \ --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 } }