HTTP Methods
GetSlot
getSlot RPC Method
Returns the slot that has reached the given or default commitment level.
Parameters
object
optional
Configuration object containing the following fields:
commitment string
optional
The level of commitment desired when querying state
minContextSlot number
optional
The minimum slot that the request can be evaluated at
Code Sample
Response
Result Details
<u64>
- Current slot- Represents the current blockchain slot at the specified commitment level
- A slot is a unit of time in the Solana blockchain where blocks are produced