getFirstAvailableBlock
Solana node API
getFirstAvailableBlock | Solana
The Solana getFirstAvailableBlock method returns the slot of the lowest confirmed block that has not been purged from the ledger. On Solana.
POST
getFirstAvailableBlock
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.
Solana getFirstAvailableBlock method
The Solana getFirstAvailableBlock method returns the slot of the lowest confirmed block that has not been purged from the ledger.
This method provides the earliest block that is still available for retrieval from the ledger. It is useful for determining the range of historical data that is available.
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 slot of the lowest confirmed block that has not been purged from the ledger.
Use case
A practical use case forgetFirstAvailableBlock is to determine the range of historical data that is available. This can be useful for block explorers, wallets, or other applications that need to display or make use of this information.Last modified on May 18, 2026