v2
latestOpenAPI 3.1.02026-08-0888266502.2 KBEVM Blocks
Get block
Gets the details of an individual block on the EVM-compatible chain.
get/v1/chains/{chainId}/blocks/{blockId}
Path parameters
chainIdstring required
A supported evm chain id or blockchain id. Use the /chains endpoint to get a list of supported chain ids.
blockIdstring required
A block identifier which is either a block number or the block hash.
Response
Successful response
Example response
{
"chainId": "43114",
"blockNumber": "339",
"blockTimestamp": 1648672486,
"blockTimestampMilliseconds": 1648672486000,
"blockMinDelayExcess": 7477290,
"blockHash": "0x17533aeb5193378b9ff441d61728e7a2ebaf10f61fd5310759451627dfca2e7c"
}