Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl https://api.alguna.io/wallets/wal_def456/balance \ -H "Authorization: Bearer YOUR_API_KEY"
const balance = await alguna.wallets.getBalance('wal_def456');
{ "balance": "500.00" }