When a client makes a request to a ORZCash Access — and the server successfully receives the request — the server will notify the client if the request was successfully handled or not through the following HTTP status codes.
HTTP Status Code Meaning Description
200 Success The server completed the request as expected
400 Bad Request Invalid request format, missing required parameters, or malformed input / encoding
401 Unauthorized Invalid API Access Key / Signature Verificaiton Failed
403 Forbidden "- No access to the requested endpointSubscription not permitted to conduct this service using this account
Invalid Account Number or unique_id"
404 Not Found The requested resource could not be found
429 Too Many Requests Client has sent too many requests in a given amount of time. See Rate Limiting for more details.
500 Internal Server Error Server-side error occurred
502/503/504 Service Temporarily Unavailable Service offline/unresponsive or temporarily undergoing maintenance
Modified at 2022-12-29 06:26:14