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.
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
}
}Project API Key
Bitcoin address or hex encoded script pubkey
Requested data
Show child attributes
Existence of runes controlled by the address.
Current satoshi balance controlled by the address.
Total number of inputs (spent outputs) controlled by the address.
x >= 0Total number of inscriptions currently controlled by the address.
x >= 0Total number of spent or unspent outputs controlled by the address.
x >= 0Total number of sats in inputs controlled by the address.
x >= 0Total number of sats in spent or unspent outputs controlled by the address.
x >= 0Total number of transactions where the address controlled at least an input or an output.
x >= 0Total number of unspent outputs (UTxOs) controlled by the address.
x >= 0Was this page helpful?