getrpcinfo | Bitcoin

The getrpcinfo method returns detailed information about the RPC server, including the currently active commands and the total duration of those commands.

👍

Get you own node endpoint today

Start for free and get your app to production levels immediately. No credit card required.

You can sign up with your GitHub, X, Google, or Microsoft account.

Parameters

  • None

Response

  • result — an object containing information about the RPC server, such as active commands and their total duration.
  • error — an object containing an error message if an error occurred, otherwise null.
  • id — an integer representing the ID of the request.

Use case

The getrpcinfo method is useful for monitoring and debugging the RPC server by providing insights into the currently active RPC commands and their execution time. This can help in identifying performance bottlenecks or understanding the server's behavior under load.

Try the getrpcinfo RPC method yourself

Language
Click Try It! to start a request and see the response here!