Skip to main content
GET
https://api.alguna.io
/
wallets
/
{id}
/
balance
curl https://api.alguna.io/wallets/wal_def456/balance \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "balance": "500.00"
}
Get the current balance of a wallet.
id
string
required
The wallet ID.
curl https://api.alguna.io/wallets/wal_def456/balance \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "balance": "500.00"
}
balance
string
Current wallet balance as a decimal string.