2xx
range indicate success. Status codes in the 4xx
range indicate a failed request based on client information or context (for exemple, wrong parameter or a rate limit...). Status code in the 5xx
range indicate an error from the koinju's servers.200
like in this exemple :200
must be considered as failed and you should expect additional JSON inside the body of the response with the error message encapsulated inside it as shown in the example :OK
Bad Request
Unauthorized
Forbidden
Not Found
/
at the end of any endpoint.Too Many Requests
Internal Server Error
Bad Gateway