Skip to main content
GET
/
metadata
cURL
curl --compressed 'https://portal.sqd.dev/datasets/tron-mainnet/metadata'
{
  "dataset": "tron-mainnet",
  "aliases": [],
  "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., tron-mainnet).

Example:

"tron-mainnet"

aliases
string[]
required

Alternative names for the dataset.

Example:
[]
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