Account Endpoints
Read-only endpoints for account-level state. Use these when you need quota or plan information without making a creation call.Get strategy quota
Return current strategy creation quota over the rolling 30-day window. This endpoint is a pure read — it does not consume quota.Response
| Field | Type | Description |
|---|---|---|
strategy_quota.used | integer | Strategies counted in the rolling 30-day window (active + created-then-deleted). |
strategy_quota.limit | integer | Plan limit. -1 indicates an unlimited (enterprise) plan. |
strategy_quota.tier | string | free | hobby | pro | enterprise. |
strategy_quota.reset_at | string | null | ISO 8601 UTC timestamp of when the next quota slot frees (oldest counted strategy + 30 days). Omitted when the plan is unlimited or when there is no usage in the window. |
Example
Error responses
| Status | Description |
|---|---|
401 | Invalid or missing API key |
500 | Internal server error |
Next steps
Strategy Endpoints
Create strategies (and see quota headers on the response)
Strategies Concept
Learn about strategies and quota