OpenInfra.sh is now live - Solana infrastructure, included with every server. LEARN MORE HERE >

OpenInfra.shopeninfra.sh

minimumLedgerSlot

Returns the lowest slot still present in this node's local ledger.

Request

{  "jsonrpc": "2.0",  "id": 1,  "method": "minimumLedgerSlot"}

Response

{  "jsonrpc": "2.0",  "result": 1234,  "id": 1}
FieldTypeDescription
resultu64The minimum ledger slot number still retained by this node.

The returned result is a u64 slot number. Slots below this value have been purged from the ledger and are no longer accessible via RPC on this node.