Last updated 3 months ago
Get the tx history by address.
/v1/indexer/address/{address}/history
Address
Start offset
0
Number of items returned
16
curl -L \ --url 'https://open-api-fractal.unisat.io/v1/indexer/address/{address}/history?cursor=1&size=1' \ --header 'Authorization: Bearer JWT'
{ "msg": "OK", "code": 0, "data": { "start": 1, "total": 1, "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 } ] } }