datasets
Goldsky Dataset Reference
Reference tables for blockchain datasets available in Turbo pipelines.
For quick dataset questions (e.g., "what dataset for Solana transfers?"), answer directly: identify the chain prefix (see Popular Chain Prefixes below), identify the dataset type (see Common Datasets), and return a YAML snippet like:
sources:
my_source:
type: dataset
dataset_name: <chain>.<dataset>
version: 1.0.0
start_at: earliest
Tip: Verify a dataset exists with
goldsky dataset get <chain>.<dataset> --outputFormat json— returns the exact slug, version, schema, andisTurboOnly(false= usable by Turbo and Mirror;true= Turbo-only). To browse or search:goldsky dataset list --output json(optionally--group <chain>; the list is a slim index and omitsisTurboOnly— usedataset getfor that).goldsky turbo validate file.yamlvalidates a whole Turbo pipeline config — it is not a dataset-existence check (Turbo-specific, needs theturbobinary).⚠️ Plain
goldsky dataset listwith no flags is an interactive picker that only works in a real terminal — in an agent/CI/piped context it produces no output at all. Always pass--output json(or--group). On an older CLI without those flags, fall back to the public read-only endpoint:curl -s https://api.goldsky.com/api/public/datasets/v1.