❗️

API v1 is DEPRECATED

API v1 is DEPRECATED and no longer maintained. Please use API v2 http://developer.coingate.com/v2

Most common API error responses described below. Error response must be identified by HTTP status and reason attribute in your application.
Please note, that specific API methods, for example Create Order has their own errors (422 Unprocessable Entity - when order is not valid).

HTTP StatusReasonDescription
401 (Unauthorized)BadCredentialsAPI credentials is not valid
404 (Not Found)PageNotFoundPage, action or record not found
404 (Not Found)RecordNotFoundRecord not found
500 (Internal Server Error)InternalServerErrorSomething wrong in CoinGate
429 (Too Many Requests)RateLimitExceptionAPI request limit is exceeded

Response example:

{
  "message": "Not found App by Access-Key",
  "reason": "BadCredentials"
}