Status Codes
The below list output the most common status codes that our API will output throw our vast endpoints.
Other status codes may be returned by some endpoints, thus you should check the API main documentation at the specific endpoint.
Code | Information | Extra |
---|---|---|
200 | Success | Returned by all GET endpoints |
201 | Created | Returned by all POST endpoints |
- | - | - |
301 | Moved Permanently | Returned by all endpoints when URL has been changed |
302 | Found | Returned by all endpoints when user is unauthenticated and header is not Accept: application/json |
- | - | - |
401 | Unauthorized | Returned by all endpoints when authentication is needed |
403 | Forbidden | Returned by all endpoints when access is restricted |
404 | Not Found | Returned by all endpoints when endpoint do not exists |
405 | Method Not Allowed | Returned by all endpoints when method is incorrect |
408 | Request Timeout | Returned by all endpoints when server timeout |
409 | Conflict | Returned by all endpoints when your request is in conflict with something |
422 | Unprocessable Entity | Returned by all endpoints when data validation fails |
429 | Too Many Requests | Returned by all endpoints when throttling is exceeded |
- | - | - |
500 | Internal Server Error | Returned by all endpoints when server has an error |
If this do not answer your questions, please do not hesitate to contact us at contact@cryptocoin.pro.