minimumLedgerSlot
Authorization header for API key authentication.
Example:
Authorization: your-api-key-here
JSON-RPC protocol version
2.0Possible values: Request identifier that will be returned in the response
1The RPC method name
minimumLedgerSlotPossible values: This method takes no parameters. The params array should be empty or omitted entirely.
Successful Response
RPC response containing the minimum ledger slot number
JSON-RPC protocol version
2.0Possible values: Request identifier matching the original request
1The lowest slot number that the node has information about in its ledger. This represents the earliest point in blockchain history for which the node can provide data. Slots below this number have been purged from the node's storage and are no longer accessible. This value may increase over time as nodes periodically clean up old data to manage storage requirements.
123456789Unauthorized
Forbidden
Too Many Requests
Internal Server Error
Last updated