Endpoints
| Endpoint | Method | Description |
|---|---|---|
/bila/accounts | GET | List all accounts/wallets |
/bila/accounts/{id} | GET | Get a single account by ID |
/bila/accounts/{id}/balance | GET | Get account balance |
Account Object
Balance Object
Available Balance is the amount you can withdraw or transfer. Ledger Balance includes pending transactions.
Use Cases
Check wallet balance before transfer
Check wallet balance before transfer
Before initiating a transfer, check your available balance to ensure sufficient funds.
Monitor multiple wallets
Monitor multiple wallets
If you have multiple wallets, list them all and track balances across your organization.
⟡
API Reference
Explore the complete API reference
