Skip to main content
GET
/
wallets
/
balance
Get Balance
curl --request GET \
  --url https://api.example.com/wallets/balance

Request

curl https://api.midasprotocol.org/wallets/balance \
  -H "Authorization: Bearer pp_your_key"

Response

{
  "walletId": "uuid",
  "balances": {
    "EUR": "150.00",
    "USDC": "500.00"
  },
  "dailyLimit": "1000.00",
  "spentToday": "25.00",
  "lastResetDate": "2026-01-01"
}