Authorizations
Body
A JSON-RPC 2.0 request. Set method to the API method name (e.g., "getWalletInformation") and params to a dictionary of parameters.
JSON-RPC protocol version, always "2.0".
Request ID. Pass any string and it will be echoed in the response.
The get method name (e.g., "seqno", "get_wallet_data") or its numeric ID.
Method parameters as key-value pairs.
Response
OK
Indicates if the request succeeded. If false, check the error field for details.
The response data. Only present when ok is true.
Optional request ID that you can pass in the request and receive back in the response. Useful for matching async responses.
JSON-RPC protocol version, always "2.0".
Request ID. Pass any string and it will be echoed in the response.