API Status Code

JSON-RPC API

Status CodeDescriptionMessage
-32000Error code flag for backward compatibility.Something happened, Please try again Later
-32600This is an invalid request, check the request package.Invalid Request
-32601The corresponding method is not found. You need to check whether this is the interface supported by the client standard.Method not found
-32602This method uses the wrong parameter. (Check to see if the parameter is forgotten or too many.)Invalid params
-32603There may be a network voice fault. Try again later.Internal error
-32700The parsing process sounds an error.Parse error

HTTP API

Status CodeMessageDescription
200OKEverything worked as expected.
400Bad RequestThe request was unacceptable, often due to missing a required parameter.
401UnauthorizedThe request requires authentication. After logging in, the server may return this response to the page.
402Request FailedThe parameters were valid but the request failed.
403ForbiddenThe server rejects the request.
404Not FoundThe requested resource doesn't exist.
429Too Many RequestsToo many requests hit the API request rate limit.
500, 502, 503, 504Server ErrorsSomething went wrong on Chainbase's end. (These are rare.)