Skip to main content

Errors

Error response schema

The error response schema is the same for each API method.

NameTypeDescription
jsonrpcstringJSON-RPC version.
idstringClient's custom ID.
errorobjectPossible errors.
»codeintegerError code.
»messagestringError message.

Error codes

All possible errors for each API method are described in the method's response schema.

Also you can receive the error with -32601 code and message Method not found if the method you're calling doesn't exist.