Skip to main content

minimumLedgerSlot RPC Method

Returns the lowest slot that the node has information of in its ledger.

Updated on
Sep 20, 2024

minimumLedgerSlot RPC Method

Parameters

This method does not accept any parameters

Returns

u64
The lowest slot that the node has information of. This number may increase over time if the node is purging older ledger data
Request
1
curl https://docs-demo.solana-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"minimumLedgerSlot","params":[],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free