GET
/
addresses
/
{address}
/
balance
Total Balance by Address
curl --request GET \
  --url https://xdg-mainnet.gomaestro-api.org/v0/addresses/{address}/balance \
  --header 'api-key: <api-key>'
{
  "data": "695100",
  "last_updated": {
    "block_hash": "000000000000000000005075404edd6edc806976389a9f7e2ff71db1c2cf9b83",
    "block_height": 884991
  }
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

address
string
required

Dogecoin address or hex encoded script pubkey

Response

200
application/json

Requested data

The response is of type object.