Base URL
Request format
Send requests as JSON with theContent-Type: application/json header. For GET requests, pass parameters as query string parameters.
Response format
All responses return a JSON object. Successful responses include adata field containing the result. Error responses include an error object.
Success response:
Error codes
Rate limits
The API enforces rate limits per API key:
When you exceed the rate limit, the API returns
429 Too Many Requests with a Retry-After header indicating how many seconds to wait.
Pagination
List endpoints return paginated results. Use thepage and per_page query parameters to navigate:
Timestamps
All timestamps in the API are in ISO 8601 format (UTC):2024-03-15T08:30:00Z.