New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
New: Try Gatekeeper (Beta) for significantly lower latency. Learn More
Returns the lowest slot that the node has information about in its ledger.
curl --request POST \
--url 'https://mainnet.helius-rpc.com/?api-key=' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": "1",
"method": "minimumLedgerSlot"
}
'{
"jsonrpc": "2.0",
"id": "1",
"result": 1234
}Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
The JSON-RPC protocol version.
2.0 "2.0"
A unique identifier for the request.
"1"
The name of the RPC method to invoke.
minimumLedgerSlot "minimumLedgerSlot"
No parameters are required for this method.
Successfully retrieved the minimum ledger slot number.
The JSON-RPC protocol version.
2.0 "2.0"
Identifier matching the request.
"1"
Lowest Solana slot number still maintained in this validator's state replay buffer, providing the minimum boundary for chain reconstruction.
1234
Was this page helpful?
curl --request POST \
--url 'https://mainnet.helius-rpc.com/?api-key=' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": "1",
"method": "minimumLedgerSlot"
}
'{
"jsonrpc": "2.0",
"id": "1",
"result": 1234
}