Errors

Get familiar with errors you might encounter

HTTP status codes do not always provide sufficient information about the cause of an error. For more detailed programmatic handling of errors, responses contain additional JSON fields that describe the error.

Error format

Whenever an API request results in an error, the response will contain a high-level error class specified by the code and a human-readable summary in the message.

{
"code": XXXX,
"message":"Invalid wallet address."
}

List of API Error Codes

The table below shows the list of error codes that may be returned in an API error response.

Last updated