Learn about DExchange API error codes and how to handle them
Status Code | Description |
---|---|
200 | Success - The request was processed successfully |
201 | Created - The resource was created successfully |
400 | Bad Request - Invalid request parameters or validation failed |
401 | Unauthorized - Invalid or missing API key |
403 | Forbidden - Valid API key but insufficient permissions |
404 | Not Found - The requested resource doesn’t exist |
429 | Too Many Requests - Rate limit exceeded |
500 | Internal Server Error - Something went wrong on our end |