cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/addresses/{address}/balance \ --header 'api-key: <api-key>'
{ "data": "695100", "last_updated": { "block_hash": "000000000000000000005075404edd6edc806976389a9f7e2ff71db1c2cf9b83", "block_height": 884991 } }
Get the current satoshi balance for a specific Bitcoin address, including confirmed and unconfirmed amounts.
Project API Key
Bitcoin address or hex encoded script pubkey
Requested data
Show child attributes
The hash of the block
"0000000000000000000a7f3b7b6b6e1d9a18db65a3b4a3f4f3bcb2e1f1b2d3e7"
The height of the block in the blockchain
x >= 0
707000
Was this page helpful?