Balances API
Asset balance (ADA)
Aggregate token balance in ADA for addresses
POST
Returns an aggregate balance in ADA for a given asset across a non-empty list of payment key hashes. The response may be
null when there is no balance data.
Auth: Public
POST requests must send Content-Type: application/json.
Query parameters
string
required
Cardano asset ID (
policyId.hexAssetName).Request body
JSON array of 56-character hex payment key hashes (at least one element).Response
200 with a JSON object or null.
number
Aggregate balance expressed in ADA (JSON number).