cURL
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 } }
Get balance information for a specific Cardano payment credential including ADA and native assets.
Project API Key
Payment credential in bech32 format
Lovelace and native asset balance of payment credential
Payment credential, the payment part of a Cardano address
Total amount of different native assets in controlled UTxOs, as a map of minting policy to asset names to amounts
Show child attributes
Total amount of lovelace in controlled UTxOs
Was this page helpful?