OptionalcadenceOptional. Omitted/blank keeps native per-trade event cadence — each swap at its own
timestamp, so the resulting version's cadence is rt unless the swaps happen to sit
on a fixed grid (see DatasetVersion.cadence). Set to 1s, 1m or
5m instead to get pre-aggregated candles at that width rather than raw trades (the
resulting dataset's type becomes klines); any other value is 400. Not every
network supports every cadence — an unsupported combination fails asynchronously, not
at request time (see DatasetImportState.error).
OptionaldexStart of the range to fetch, inclusive. Must be before to.
A name unique among your datasets. 409 if already taken.
End of the range to fetch, exclusive. The total span is capped by your tier — a
request wider than that ceiling is 400, regardless of source type.
The source to fetch from. dex is the only value today.
POST /datasets/imports's request body. A common block plus one type-specific block, selected bytype—dexis the only value today.