Last updated 5 months ago
Get the tx history by address.
Address
Start offset
0
Number of items returned
16
GET /v1/indexer/address/{address}/history HTTP/1.1 Host: open-api-fractal.unisat.io Authorization: Bearer JWT Accept: */*
Successful operation
{ "code": 0, "msg": "OK", "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 } }