Current account balance (free)
V2 Public API
GET /v2/balance
Remaining USD balance, month-to-date spend and monthly cap for the authenticated key.
GET
Current account balance (free)
Auth: Required · Cost: Free (no charge) · Use case: show a client
their remaining grant without spending it
- Render “$X remaining” in your own dashboard.
- Stop a batch job before it hits a
402 insufficient_fundsmid-run. - Detect that a monthly cap is about to bite, while you can still raise it.
Request
Response 200
Same numbers appear in the
billing block of
GET /v2/me/usage — one source, two shapes.
Use /v2/balance when you only need the money and not the call history.Authorizations
Your aeg_… API key from the dashboard (Account → API tab).
Response
200 - application/json
Successful Response
The response is of type Response Get Account Balance Balance Get · object.

