Error Codes
The Cryptoracle Open API uses standard HTTP status codes to indicate success or failure. 200 represents success, 2xx represents a user error (such as a problem with your key), and 4xx represents a problem with our API.The following table describes status and error codes returned by API. The code field contains the status code and the msg field contains the type of response.
Code
Type
Description
200
success
Request was successful.
201
bad_request
Some required parameter is missing or has the wrong value.
202
unauthorized
Internal authorization failed. It might mean missing or wrong credentials.
203
data error
Missing business data
204
forbidden
It means you don't have an access to the requested endpoint.
205
Endpoint forbidden
No permission to access the indicator
403
signature error
Signature verification failed
最后更新于