# Get authenticated user balances Returns balances for all wallets associated with the authenticated user Endpoint: GET /v1/defi/core/balances Version: v2026_01_14 Security: bearerAuth ## Query parameters: - `evm` (boolean) Include EVM chain balances ## Response 200 fields (application/json): - `balances` (array) - `balances.id` (string) - `balances.chain` (string) - `balances.asset` (string) - `balances.symbol` (string) - `balances.name` (string) - `balances.decimals` (integer) - `balances.icon` (string,null) - `balances.tradeable` (boolean) - `balances.stable` (boolean) - `balances.balance` (string) ## Response 401 fields (application/json): - `message` (string) ## Response 500 fields (application/json): - `message` (string)