EVM
Ethereum and EVM compatible chains
cURL
curl --request GET \ --url https://portal.sqd.dev/datasets/ethereum-mainnet/finalized-head
{ "number": 123, "hash": "<string>" }
Returns the block number and hash of the highest finalized block available in the dataset, or null if no blocks are available. Useful for diagnostics.
Highest finalized block information
Block number of the highest available block.
Hash of the highest available block.
Was this page helpful?