http://btcexpz7xlwrqknqw6p3bok6shf73qtkd6zxct4x4qta2ktvh7ntprad.onion/rpc-browser?method=getrpcinfo
Result:
{ (json object)
"active_commands" : [ (json array) All active commands
{ (json object) Information about an active command
"method" : "str", (string) The name of the RPC command
"duration" : n (numeric) The running time in microseconds
},
...
],
"logpath" : "str" (string) The complete file path to the debug log
}
Examples:
> bitcoin-cli getrpcinfo
> curl --user myusername --data-binary...