Solana Tracker
Solana RPC/Methods

minimumLedgerSlot RPC Method

Description

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

Parameters

None

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

Code Examples

curl "https://rpc-mainnet.solanatracker.io/?api_key=YOUR_API_KEY_HERE" \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"method":"minimumLedgerSlot","params":[],"id":1,"jsonrpc":"2.0"}'

On this page