CDP API v1
cURL
curl --request GET \ --url https://api.cdp.coinbase.com/platform/v1/wallets/{wallet_id}/addresses/{address_id}/balances \ --header 'Authorization: Bearer <token>'
{ "data": [ { "amount": "12345678", "asset": { "network_id": "base-sepolia", "asset_id": "USDC", "decimals": 18, "contract_address": "0x036CbD53842c5426634e7929541eC2318f3dCF7e" } } ], "has_more": true, "next_page": "<string>", "total_count": 50 }
List all of the balances of a wallet address.
5000
Show child attributes
Was this page helpful?