HTTP Methods
getSlot
Returns the slot that has reached the given or default commitment level.
POST
getSlot
Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
The finality level to retrieve the slot for (processed = fastest, finalized = fully confirmed).
confirmedfinalizedprocessed
Minimum Solana blockchain slot that must be reached before processing this request.
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:
getSlot Example:
"getSlot"
Optional configuration object.
Previous
getSlotLeaderReturns the validator currently producing blocks as Solana's slot leader, identified by its 32-byte public key — useful for leader-aware transaction routing and validator monitoring.
Next
getSlot