Skip to main content
GET
/
addresses
/
cred
/
{credential}
/
balance
Balance by payment credential
curl --request GET \
  --url https://mainnet.gomaestro-api.org/v1/addresses/cred/{credential}/balance \
  --header 'api-key: <api-key>'
{
  "data": {
    "lovelace": "73408487",
    "assets": {
      "29d222ce763455e3d7a09a665ce554f00ac89d2e99a1a83d267170c6": {
        "4d494e74": "27833420567",
        "4d494e": "6958355141"
      },
      "2afb448ef716bfbed1dcb676102194c3009bee5399e93b90def9db6a": {
        "4249534f4e": "5000000"
      }
    }
  },
  "last_updated": {
    "timestamp": "2023-12-11 21:36:35",
    "block_hash": "58df3617b77c9b8da958c118c3daf9cabae86e31aca761fe9bb8d57b40fe14be",
    "block_slot": 110764304
  }
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

credential
string
required

Payment credential in bech32 format

Response

Lovelace and native asset balance of payment credential

Payment credential, the payment part of a Cardano address

assets
object
required

Total amount of different native assets in controlled UTxOs, as a map of minting policy to asset names to amounts

lovelace
string
required

Total amount of lovelace in controlled UTxOs