getrpcinfo

Back to control

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 commands
    • value (OBJ): Information about an active command
    • method (STR): The name of the RPC command
    • duration (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/