Learn minimumLedgerSlot use cases, code examples, request parameters, response structure, and tips.
minimumLedgerSlot
RPC method returns the lowest (oldest) slot that the queried RPC node has information about in its ledger. This is useful for understanding the historical data retention of a particular node.
minimumLedgerSlot
, you may need to find an archival node.result
field in the JSON-RPC response is a single u64
number representing the minimum ledger slot available on the node.
Example Response:
minimumLedgerSlot
is specific to the RPC node you are querying. Different nodes can have different ledger retention policies and thus different minimum slots.minimumLedgerSlot
RPC method to ascertain the extent of historical data stored by a Solana RPC node.