json rpc

Jsonrpc Handler

All methods in the API are available through JSON-RPC protocol (spec).

post/jsonRPC

Request body

methodstring required
paramsobject
idstring
jsonrpcstring

Response

Successful Response

okboolean required
errorstring
codeinteger
jsonrpcstring
idstring

Changes