EVM Data
Ethereum and EVM-compatible chains
cURL
curl --compressed 'https://portal.sqd.dev/datasets/ethereum-mainnet/head'
{ "number": 123, "hash": "<string>" }
Returns the block number and hash of the highest block available in the dataset, or null if no blocks are available. Takes real-time data into account. Useful for diagnostics.
Highest block information
Block number of the highest available block.
Hash of the highest available block.
Was this page helpful?