getrpcinfo
Summary
Returns details of the RPC server.
Description
Returns details of the RPC server.
Arguments
None.
Results
value(OBJ): No description.active_commands(ARR): All active commandsvalue(OBJ): Information about an active commandmethod(STR): The name of the RPC commandduration(NUM): The running time in microseconds
logpath(STR): The complete file path to the debug log
Examples
qbit-cli getrpcinfo
curl --user myusername --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "getrpcinfo", "params": []}' -H 'content-type: application/json' http://127.0.0.1:8352/