Agents
Get Agent Balance
Check agent’s current float balance
GET
Documentation Index
Fetch the complete documentation index at: https://docs.vultlocal.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Bearer olive_live_xxx or Bearer eyJ... (JWT)Path Parameters
Agent UUID (e.g.,
agent_abc123)Response
Agent UUID
Float balance in cents
Formatted balance (e.g.,
1,500,000.00 SLE)Currency code (
SLE)Examples
Use Cases
Before Cash-In
Verify sufficient float before processing
Daily Reconciliation
Check end-of-day float position
Errors
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Invalid API key |
| 403 | FORBIDDEN | Not authorized to view balance |
| 404 | NOT_FOUND | Agent not found |
| 500 | INTERNAL_ERROR | Server error |