minimumLedgerSlot - Solana

minimumLedgerSlot. Returns the lowest slot available in the ledger

minimumLedgerSlot - solana [Value: 11CU]
Returns the lowest slot available in the ledger
Use cases

Use cases

  • Retrieve the minimum ledger slot currently available
  • Determine the oldest slot for historical data analysis
  • Monitor ledger slots for data retention purposes
Constraints

Constraints

  • Limited to the oldest available slot data
  • Dependent on up-to-date network information
  • API rate limits may restrict frequent queries
Get started
Unlock Access to 50+ chains
Boost your app's speed and reliability with dRPC - get your access API key

Language

Request
Examples
curl https://solana.drpc.org \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"method":"minimumLedgerSlot","params":[],"id":1,"jsonrpc":"2.0"}'
Copy
Response
200
{
  "jsonrpc": "2.0",
  "result": 12345678,
  "id": 1
}
Copy

Request params

idinteger
jsonrpcstring
methodstring
ParametersThis method does not accept any parameters.

Response

200
The earliest slot for which the node retains information. This value may increase over time as older ledger data is purged by the node.

Response params

object
idinteger
jsonrpcstring
resultuint64