Odds Api Quota
odds_api_quotaMonthly request credits left and used on the key serving this call, read from The Odds API usage headers. Says whether the odds and scores tools can return data right now and how large the plan is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | Present when found is false: what to call instead to tell a spent quota from a bad key. | |
| note | No | How the monthly reset behaves. | |
| used | No | Request credits already spent this billing month. | |
| error | No | Present only when the balance is spent: always "account_limited". The read succeeded; the allowance behind the key did not survive it. | |
| found | Yes | False when The Odds API did not return usage headers on this response. | |
| reason | No | Present when found is false: why the balance could not be read. | |
| message | No | Present only when the balance is spent: names the monthly exhaustion, the anniversary reset, and the tools that still answer for free. | |
| exhausted | No | True when no credits remain, so the metered odds and scores tools cannot return data. | |
| remaining | No | Request credits left on the key for the current billing month. | |
| checked_at | No | When the balance was read, ISO 8601. | |
| plan_requests | No | Plan size for the month (remaining + used). | |
| last_call_cost | No | Credits the caller's previous request consumed. |