Check your wallet balances and daily limits
cURL
curl --request GET \ --url https://api.example.com/wallets/balance
curl https://api.midasprotocol.org/wallets/balance \ -H "Authorization: Bearer pp_your_key"
{ "walletId": "uuid", "balances": { "EUR": "150.00", "USDC": "500.00" }, "dailyLimit": "1000.00", "spentToday": "25.00", "lastResetDate": "2026-01-01" }