cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/addresses/{address}/statistics \ --header 'api-key: <api-key>'
{ "data": { "runes": false, "sat_balance": "209258", "total_inputs": 0, "total_inscriptions": 0, "total_outputs": 3, "total_sat_in_inputs": 0, "total_sat_in_outputs": 209258, "total_txs": 3, "total_utxos": 3 }, "last_updated": { "block_hash": "000000000000000000017e71733448d2c8e2f4c08105d97f7c1868acb4acc7ba", "block_height": 903881 } }
Get comprehensive statistics for a Bitcoin address including balance, transaction count, and activity metrics.
Project API Key
Bitcoin address or hex encoded script pubkey
Requested data
The response is of type object.
object
Was this page helpful?