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 CodeReason
200Successful Request
400Bad Request – Invalid request format or query results exceed 10 MB limit
401Unauthorized – Invalid API Key
403Forbidden – Access to endpoint is not authorized
404Not Found – Pair or address does not exist for example
429Too Many Requests – rate limit was exceeded
5xxInternal 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