cURL
curl --request GET \ --url https://api.wavynode.com/v1/wallets/{wallet}/balance \ --header 'x-api-header: <api-key>'
{ "success": true, "data": { "total_balance": 123, "assets": [ {} ] } }
Retrieves the total balance of a wallet address in USD, along with individual asset breakdowns.
API key from the Wavy Node dashboard. Format: ApiKey {your-api-key}
The EVM wallet address to query
The chain ID to perform the query on
Wallet balance
Show child attributes