🐉 Soldexer is in Open Beta!
cURL
curl --request GET \ --url https://portal.sqd.dev/datasets/solana-mainnet/metadata
{ "dataset": "<string>", "aliases": [ "<string>" ], "real_time": true, "start_block": 123 }
Retrieves metadata describing the dataset, including its name, aliases, start block, and real-time status.
Dataset metadata response
The default name used to reference this dataset
Alternative names for the dataset
Indicates if the dataset has real-time data
The slot number of the first known block
Was this page helpful?