Shred Delivery and Sender are now live! Get earliest access to raw Solana data and optimized transaction sending. Learn about Shred Delivery | Learn about Sender
Returns the lowest slot that the node has information about in its ledger.
cURL
curl --request POST \ --url https://mainnet.helius-rpc.com/ \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": "1", "method": "minimumLedgerSlot" }'
{ "jsonrpc": "2.0", "id": "1", "result": 1234 }
Your Helius API key. You can get one for free in the dashboard.
Successfully retrieved the minimum ledger slot number.
The response is of type object.
object
Was this page helpful?