Get Address Balance
get
Get balance by address.
Authorizations
Path parameters
addressstringRequired
Address
Responses
200
Successful operation
application/json
401
Invalid API Key
get
GET /v1/indexer/address/{address}/balance HTTP/1.1
Host: open-api.unisat.io
Authorization: Bearer JWT
Accept: */*
{
"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
}
}
Last updated