Last updated 5 months ago
Address
Start offset
0
Number of items returned
16
Only confirmed UTXO
false
GET /v1/indexer/address/{address}/utxo-data HTTP/1.1 Host: open-api.unisat.io Authorization: Bearer JWT Accept: */*
Successful operation
{ "code": 0, "msg": "OK", "data": { "cursor": 1, "total": 1, "totalConfirmed": 1, "totalUnconfirmed": 1, "totalUnconfirmedSpend": 1, "utxo": [ { "address": "text", "codeType": 1, "height": 1, "idx": 1, "inscriptions": [ { "inscriptionId": "text", "inscriptionNumber": 1, "isBRC20": true, "moved": true, "offset": 1 } ], "isOpInRBF": false, "satoshi": 10000, "scriptPk": "text", "scriptType": "text", "txid": "text", "vout": 0 } ] } }