getchaintips
Bitcoin node API
getchaintips | Bitcoin
The getchaintips method provides information about the current chain tips, which are the endpoints of the active blockchains in the network.
POST
getchaintips
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.
getchaintips method provides information about the current chain tips, which are the endpoints of the active blockchains in the network.
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 array containing information about the current chain tips, including details such as block hash, block height, branch length, and whether the tip is valid.error— an object containing an error message if an error occurred, otherwisenull.id— an integer representing the ID of the request, used to match requests with responses.
Use case
Thegetchaintips method is useful for understanding the current state of the blockchain network, including the various chain tips that may exist due to forks or reorganizations. This information can be valuable for monitoring the network’s health and stability.Last modified on May 18, 2026