getrpcinfo JSON-RPC command
getrpcinfo
Returns details of the RPC server.
Result
{
"active_commands": [ (array) All active commands
{ (object) Information about an active command
"method": "xxx", (string) The name of the RPC command
"duration": n, (numeric) The running time in microseconds
},...
],
"logpath": "xxx" (string) The complete file path to the debug log
}
Bitcoin Cash Node Daemon version v29.0.1-a0de1b7
Documentation on docs.bitcoincashnode.org reflects the current master branch in Git, and may include API changes that are not yet present in the latest release.