cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/address/{address} \ --header 'api-key: <api-key>'
{ "address": "<string>", "chain_stats": { "tx_count": 123, "funded_txo_count": 123, "funded_txo_sum": 123, "spent_txo_count": 123, "spent_txo_sum": 123 }, "mempool_stats": { "tx_count": 123, "funded_txo_count": 123, "funded_txo_sum": 123, "spent_txo_count": 123, "spent_txo_sum": 123 } }
Get detailed information about a Bitcoin address including balance, transaction count, and UTXO statistics.
Project API Key
Bitcoin address to query
"bc1qcx7ys0ahvtfqcc63sfn6axls0qrhkadnslpd94"
Address information returned successfully
Show child attributes
Was this page helpful?