HTTP Methods
getLatestBlockhash
Returns the latest Solana blockhash required for constructing fresh transactions. Blockhashes expire after ~150 slots — fetch one just before signing to maximize the inclusion window.
POST
getLatestBlockhash
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 commitment level for the request.
confirmedfinalizedprocessed
The minimum slot that the request can be evaluated at.
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:
getLatestBlockhash Example:
"getLatestBlockhash"
Optional configuration object for the request.
Previous
getLeaderScheduleReturns the Solana leader schedule for the requested epoch — the validator assigned to produce blocks in each slot — used for leader-aware transaction routing and validator monitoring.
Next
getLatestBlockhash