EVM
Ethereum and EVM compatible chains
cURL
curl --request GET \ --url https://portal.sqd.dev/datasets/ethereum-mainnet/metadata
{ "dataset": "<string>", "aliases": [ "<string>" ], "real_time": true, "start_block": 123 }
Retrieves metadata describing the dataset, including its name, aliases, start block, and real-time status.
Dataset metadata response
The default name used to reference this dataset (e.g., ethereum-mainnet).
Alternative names for the dataset.
Indicates if the dataset has real-time data.
The block number of the first known block.
Was this page helpful?