List balances for account
Accounts
List balances for account
List the balances for an account. Results are sorted by native-fiat equivalent balance in descending order.
GET
List balances for account
Authorizations
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Path Parameters
The unique identifier of the account.
The ID of the Account, which is a UUID prefixed by the string account_.
Pattern:
^account_[a-f0-9\-]{36}$Example:
"account_af2937b0-9846-4fe7-bfe9-ccc22d935114"
Query Parameters
The number of resources to return per page.
The token for the next page of resources, if any.