Skip to main content
GET
/
metadata
Get Ethereum Mainnet Metadata
curl --compressed 'https://portal.sqd.dev/datasets/ethereum-mainnet/metadata'
{
  "dataset": "ethereum-mainnet",
  "aliases": [
    "eth",
    "ethereum"
  ],
  "real_time": true,
  "start_block": 0
}

Response

200 - application/json

Dataset metadata response

dataset
string
required

The default name used to reference this dataset (e.g., ethereum-mainnet).

Example:

"ethereum-mainnet"

aliases
string[]
required

Alternative names for the dataset.

Example:
["eth", "ethereum"]
real_time
boolean
required

Indicates if the dataset has real-time data.

Example:

true

start_block
integer<int64>

The block number of the first known block.

Example:

0