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

Response

200 - application/json

Dataset metadata response

dataset
string
required

The default name used to reference this dataset

Example:

"solana-mainnet"

aliases
string[]
required

Alternative names for the dataset

Example:
["solana", "sol"]
real_time
boolean
required

Indicates if the dataset has real-time data

Example:

true

start_block
integer<int64>

The slot number of the first known block

Example:

0