Error Response Format
All error responses have the same shape:status field is one of:
Examples
Bad request (400):HTTP Status Codes
Best Practices
- Implement exponential backoff for 500/504 errors
- Cache responses where appropriate
- Batch requests when possible
- Use WebSocket for real-time data instead of polling
SDK Error Handling
See TypeScript SDK Error Responses for SDK-specific error handling.Related
Authentication
How to get and use bearer tokens
REST Overview
API basics and available endpoints

