Error Format
All error responses return JSON with anerror string:
Common Status Codes
400 Bad Request: missing or invalid parameter401 Unauthorized: missing or malformed Authorization header403 Forbidden: invalid API key404 Not Found: invalid endpoint path429 Too Many Requests: rate limit exceeded500 Internal Server Error: unexpected server error
Authentication Errors
- Missing or malformed header (401):
- Invalid API key (403):
Missing since Parameter (400)
The /v1/radar/all and /v1/signal/all endpoints require the since query parameter:
since is present but not a valid date (e.g. since=garbage).
Rate Limit Exceeded (429)
Retry-After header for how many seconds to wait.