Get the balance for an account by asset.
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.
The unique identifier of the account.
"account_af2937b0-9846-4fe7-bfe9-ccc22d935114"
The symbol of the asset.
"btc"
Successfully got balance.
A balance of an asset.
An asset, e.g. fiat or crypto.
{
"symbol": "btc",
"type": "crypto",
"name": "Bitcoin",
"decimals": 8
}Amount details denominated in different assets.
asset field.