getBlockHeight
Solana node API
getBlockHeight | Solana
The Solana getBlockHeight method returns the current height of the highest fully-processed block in the ledger. Solana via Chainstack.
POST
getBlockHeight
Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Archive data: this method supports fetching historical data on Global Nodes. See archive methods availability.
Solana getBlockHeight method
The Solana getBlockHeight method returns the current height of the highest fully-processed block in the ledger.
This method provides the latest block height that has been processed by the node. It is useful for tracking the progress of the blockchain and for determining the most recent transactions.
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
This method does not require any parameters.Response
value— the current height of the highest fully-processed block.
Use case
A practical use case forgetBlockHeight is to track the progress of the blockchain. This can be useful for applications that need to display or make use of this information, such as block explorers or wallets.Last modified on May 18, 2026