Blockchain Indexer API
Addresses

Satoshi Balance by Address

1min
GET
https://xbt-mainnet.gomaestro-api.org/v0/addresses/{address}/balance
Bitcoin Mainnet
Sum of satoshis in UTxOs which reside at the specified address or script pubkey.
Authentication
api-key
Path Parameters
address
*
Responses
200
Requested data
Example
{ "data": "695100", "last_updated": { "block_hash": "000000000000000000005075404edd6edc806976389a9f7e2ff71db1c2cf9b83", "block_height": 884991 } }
data
*
last_updated
*
400
Malformed query parameters
404
Requested entity not found on-chain
500
Internal server error