Get block
Gets the details of an individual block on the EVM-compatible chain.
Authorizations
Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Path Parameters
A supported evm chain id or blockchain id. Use the /chains
endpoint to get a list of supported chain ids.
A block identifier which is either a block number or the block hash.
Response
The block number on the chain.
The block finality timestamp.
The block hash identifier.
The number of evm transactions in the block.
The base gas fee for a transaction to be included in the block.
The gas used for transactions in the block.
The total gas limit set for transactions in the block.
The hash of the parent block.
The amount of fees spent/burned for transactions in the block.
The cumulative number of transactions for the chain including this block.
Was this page helpful?