GET
/
metadata
curl --request GET \
  --url https://portal.sqd.dev/datasets/solana-mainnet/metadata
{
  "dataset": "<string>",
  "aliases": [
    "<string>"
  ],
  "real_time": true,
  "start_block": 123
}

Response

200 - application/json

Dataset metadata response

The response is of type object.