API reference · Platform
Account
Balance and usage totals for the calling key.
GET/v1/accountfree
Poll it after long runs, or surface the balance in your own admin. Free to call.
curl https://eroq.ai/v1/account \
-H "Authorization: Bearer $EROQ_API_KEY"/v1/account
→ GET /v1/account
Press run — this replays a real exchange from the docs' own data. No key, no request, no charge.
Response
200 · application/json
{
"object": "account",
"credits": 905,
"usage_30d": { "requests": 412, "credits": 1543 }
}