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}| Field | Type | Description |
|---|---|---|
| result | u64 | The 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.