bitcoind.app
CommandsGuidesContact ↗
Home/Control/getrpcinfo
Control

getrpcinfo

Returns details of the RPC server.

Returns

objectRPC server information

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"getrpcinfo","params":[]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

{
  "active_commands": [
    { "method": "getrpcinfo", "duration": 0 }
  ],
  "logpath": "/home/user/.bitcoin/debug.log"
}
← Previous
getmemoryinfo
Next →
help

More Control Commands

getmemoryinfohelploggingstopuptime

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗