Skip to main content
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.

On ThorNode

Forwarded to the upstream node with a 10 s timeout and one retry on a transport error.

Parameters

string
The commitment level for the request.
  • confirmed
  • finalized
  • processed
number
The minimum slot that the request can be evaluated at.

Response

object
Context of the response.
object
Blockhash and its validity details.