Skip to main content

Services documentation

Use high performance APIs provided by Infura to scale your dapp or Snap.

minimumLedgerSlot

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

Parameters

None

Returns

result (integer): The lowest slot that the node has information about in its ledger.

Request

curl https://solana-mainnet.infura.io/v3/<YOUR-API-KEY> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc": "2.0", "id":1, "method":"minimumLedgerSlot"}'

Response

{
"jsonrpc":"2.0",
"result":333274647,
"id":1
}