Documentation Index
Fetch the complete documentation index at: https://docs.shoal.xyz/llms.txt
Use this file to discover all available pages before exploring further.
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 key or endpoint unavailable on the current plan404 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 or unavailable plan access (403):
403 with a message indicating that the endpoint is only available on higher-tier plans.
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.