erigon_getHeaderByNumber RPC Method
Parameters
blockNumber
string
REQUIRED
The block number
Returns
result
object
The result object which contains the following fields:
parentHash
string
The hash of the parent block
sha3Uncles
string
The SHA3 hash of the uncles' list
miner
string
The address of the miner who mined the block
stateRoot
string
The root hash of the state trie after this block
transactionsRoot
string
The root hash of the transaction trie of the block
receiptsRoot
string
The root hash of the receipts trie of the block
logsBloom
string
The bloom filter for the logs of the block
difficulty
string
The difficulty level of the block
number
string
The block number in the blockchain
gasLimit
string
The maximum gas allowed in this block
gasUsed
string
The total gas used by transactions in this block
timestamp
string
The Unix timestamp of when the block was mined
extraData
string
Additional data included in the block
mixHash
string
The mix hash used in proof-of-work
nonce
string
The cryptographic nonce used in proof-of-work
AuRaStep
integer
The step number in AuRa consensus blocks
AuRaSeal
string
The seal information for AuRa consensus
baseFeePerGas
string
The base fee per gas in the block (EIP-1559)
withdrawalsRoot
string
The root hash of the withdrawals trie
blobGasUsed
string
The total blob gas used in this block
excessBlobGas
string
The excess blob gas carried over from the previous block
parentBeaconBlockRoot
string
The root hash of the parent beacon block
Verkle
string
The Verkle tree root hash for state storage
VerkleProof
string
The proof for verifying Verkle tree integrity
VerkleKeyVals
string
Key-value pairs used in the Verkle tree
hash
string
The hash of the block
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free