From May 19, gateways will require an API key. Read the announcement
curl --compressed 'https://portal.sqd.dev/datasets/ethereum-mainnet/metadata'{
"dataset": "ethereum-mainnet",
"aliases": [
"eth",
"ethereum"
],
"real_time": true,
"start_block": 0
}Retrieves metadata describing the dataset, including its name, aliases, start block, and real-time status.
curl --compressed 'https://portal.sqd.dev/datasets/ethereum-mainnet/metadata'{
"dataset": "ethereum-mainnet",
"aliases": [
"eth",
"ethereum"
],
"real_time": true,
"start_block": 0
}Documentation Index
Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
Use this file to discover all available pages before exploring further.
Dataset metadata response
The default name used to reference this dataset (e.g., ethereum-mainnet).
"ethereum-mainnet"
Alternative names for the dataset.
["eth", "ethereum"]Indicates if the dataset has real-time data.
true
The block number of the first known block.
0
Was this page helpful?