get
https://production.noname.rest/api/wallets/balance
Retrieves wallet information with associated balances from the balance table. Includes crypto symbol and chain information for each balance.
Authentication: x-api-key header required
Important: This endpoint only works with API keys that are bound to a specific wallet.
This is a simplified version of the main wallet endpoint that:
- Returns raw balance records without aggregation
- Includes crypto metadata for each balance
- No currency conversion or totals calculation
- Automatically filters out dust balances below render_threshold
- Does NOT include icon in crypto meta (use frontend endpoint if icon needed)