minimumLedgerSlot
Returns the lowest slot that the node has information about in its ledger.
minimumLedgerSlot
POSThttps://mainnet.helius-rpc.com/?api-key=<api-key>
Body
jsonrpcenum
The JSON-RPC protocol version.
"2.0"
2.0
idstring
A unique identifier for the request.
"1"
methodenum
The name of the RPC method to invoke.
"minimumLedgerSlot"
minimumLedgerSlot
paramsarray
No parameters are required for this method.
Response
Successfully retrieved the minimum ledger slot number.
Body
jsonrpcenum
The JSON-RPC protocol version.
"2.0"
2.0
idstring
Identifier matching the request.
"1"
resultinteger
Minimum ledger slot number.
1234
Request
Response
Last updated