getrpcinfo
Bitcoin node API
getrpcinfo | Bitcoin
The getrpcinfo method returns detailed information about the RPC server, including the currently active commands and the total duration of those commands.
POST
getrpcinfo
TheDocumentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
getrpcinfo method returns detailed information about the RPC server, including the currently active commands and the total duration of those commands.
Get your own node endpoint todayStart 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, otherwisenull.id— an integer representing the ID of the request.
Use case
Thegetrpcinfo 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.Last modified on May 18, 2026