Skip to main content

Errors

Errors return JSON where possible.

{
"error": "Invalid API key"
}

Common status codes:

StatusMeaning
400Invalid query, body, or timestamp.
401Missing API key or login token.
403Invalid, disabled, revoked, or expired key.
404Endpoint disabled or resource not found.
405Method not allowed.
429Rate limited.
500Server or upstream data error.
503Endpoint is visible, but currently not supported.

Rate-limited endpoints may include Retry-After and X-Request-Throttled headers.