getblockheader
Returns the block header for the specified block hash.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
blockhash
The block hash to retrieve the header for.
verbose
Whether to return a JSON object (true) or raw hex-encoded string (false). Default is true.
Response
The block header as an object or hex string depending on verbose.
Block Header (Verbose = true)
OR
Hex-encoded block header