uptime
Bitcoin node API
uptime | Bitcoin
Reference for the uptime JSON-RPC method on the Bitcoin blockchain via Chainstack nodes. Parameters, response, and examples included.
POST
uptime
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.
uptime method returns the total uptime of the server in seconds, providing a simple way to monitor how long the server has been running without interruption.
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 integer representing the server’s uptime in seconds.error— an object containing an error message if an error occurred, otherwisenull.id— an integer representing the ID of the request.
Use case
Theuptime method is useful for monitoring and management purposes, allowing administrators and users to determine how long the server has been operational. This can be particularly useful for assessing system stability and performance over time.Last modified on May 18, 2026