v3
OpenAPI 3.0.02026-07-31103181312.8 KBaccount
Get Account API Limits
Endpoint to retrieve the authenticated user's Predictions API usage tier and token-bucket limits. Public Predictions tiers include Basic, Advanced, Expert, Premier, Paragon, Prime, and Prestige.
get/account/limits
Response
Account API tier limits retrieved successfully
Example response
{
"usage_tier": "expert",
"grants": [
{
"level": "prestige"
}
]
}