GET
/
addresses
/
{address}
/
statistics
Address Statistics
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
  }
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

address
string
required

Bitcoin address or hex encoded script pubkey

Response

200
application/json

Requested data

The response is of type object.