Last updated 5 months ago
Get balance by address.
Address
GET /v1/indexer/address/{address}/balance HTTP/1.1 Host: open-api.unisat.io Authorization: Bearer JWT Accept: */*
Successful operation
{ "code": 0, "msg": "OK", "data": { "address": "text", "satoshi": 1, "pendingSatoshi": 1, "utxoCount": 1, "btcSatoshi": 1, "btcPendingSatoshi": 1, "btcUtxoCount": 1, "inscriptionSatoshi": 1, "inscriptionPendingSatoshi": 1, "inscriptionUtxoCount": 1 } }
GET /v1/indexer/address/{address}/balance HTTP/1.1 Host: open-api-fractal.unisat.io Authorization: Bearer JWT Accept: */*