Retrieves all the blocks within the specified range.
Blockchains SupportedThis endpoint supports Bitcoin, Bitcoin Cash, Ethereum, Litecoin and Polygon.
Response Data
Field | Type | Description |
---|---|---|
baseFeePerGas |
| Minimum fee required for the transaction to be included in the block. |
burntFees |
| Amount of Ether destroyed when this block was mined. |
difficulty |
| A scalar value corresponding to the difficulty level of this block. |
duration |
| The block time in milliseconds. |
extraData |
| An arbitrary byte array containing data relevant to this block. |
gasLimit |
| The scalar value equal to the current limit of gas expenditure per block. |
gasUsed |
| The scalar value equal to the total gas used in transactions in this block. |
hash |
| Block header hash. |
logsBloom |
| The Bloom filter composed from indexable information (logger address and log topics) contained in each log entry from the receipt of each transaction in the transactions list. |
miner |
| Contains data about the block's miner, i.e. the |
address |
| The 160-bit address to which all fees collected from the successful mining of this block |
mixHash |
| The 256-bit hash which proves combined with the nonce that a sufficient amount of computation has been carried out on this block. |
nonce |
| The 64-bit hash which proves combined with the mix-hash that a sufficient amount of computation has been carried out on this block |
numTransactions |
| Number of transactions contained in the block. |
number |
| The scalar value equal to the number of ancestor blocks. |
parent |
| Contains data about the block's parent. |
parent.hash |
| The Keccak 256-bit hash of the parent block’s header. |
parent.number |
| The parent block number. |
reward |
| The mining reward for the block. See full value conversion reference here. |
rewardFee |
| The sum of all the transaction fees for all the transactions in the block. See full value conversion reference here. |
uncleReward |
| The uncle reward. See full value conversion reference here. |
receiptsRoot |
| The Keccak 256-bit hash of the root node of the trie structure populated with the receipts of each transaction in the transactions list portion of the block. |
sha3Uncles |
| The combined hash of alluncles for a given parent. |
numUncles |
| The number of uncles to this block. |
size |
| The size of the block in bytes. |
stateRoot |
| The Keccak 256-bit hash of the root node of the state trie, after all transactions are executed and finalisations applied. |
timestamp |
| The scalar value equal to the reasonable output of Unix’s time() at this block’s inception. |
totalDifficulty |
| The total difficulty of the chain. |
transactionsRoot |
| The Keccak 256-bit hash of the |