Authorizations
Body
application/json
The JSON-RPC protocol version.
Available options:
2.0 Example:
"2.0"
A unique identifier for the request.
Example:
"1"
The name of the RPC method to invoke.
Available options:
minimumLedgerSlot Example:
"minimumLedgerSlot"
No parameters are required for this method.
Response
200 - application/json
Successfully retrieved the minimum ledger slot number.
The JSON-RPC protocol version.
Available options:
2.0 Example:
"2.0"
Identifier matching the request.
Example:
"1"
Lowest Solana slot number still maintained in this validator's state replay buffer, providing the minimum boundary for chain reconstruction.
Example:
1234