Skip to main content
GET
/
wallets
/
{id}
/
balance
curl https://api.alguna.io/wallets/wal_def456/balance \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "balance": "500.00"
}

Documentation Index

Fetch the complete documentation index at: https://alguna.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.