Common Errors
In this guide, we will talk about what happens when something goes wrong while you work with the API. Mistakes happen, and mostly they will be yours, not ours. Let's look at some status codes and error types you might encounter.
Errors
In an erroneous response, the description field will indicate the reason for the error.
Status Code | Reason |
---|---|
200 | Successful Request |
400 | Bad Request – Invalid request format or query results exceed 10 MB limit |
401 | Unauthorized – Invalid API Key |
403 | Forbidden – Access to endpoint is not authorized |
404 | Not Found – Pair or address does not exist for example |
429 | Too Many Requests – rate limit was exceeded |
5xx | Internal Server Error – We had a problem with our server |
Success
A successful response will be indicated by a HTTP status code of 200 and the payload will include the desired data.
Previous
Authentication & Headers
Next
Scores