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
The response is of type object.
object
Was this page helpful?