GET /snapshots and the JSON mode of GET /snapshots/download. It tells you which daily artifacts exist and how to fetch them.
Snapshot list fields
exchange: exchange you queriedasset: asset you queriedaccess.status: dataset access state for that marketaccess.public_cutoff_date: latest UTC date available without gated access when a cutoff existstotal: number of snapshot entries returned for the request rangetotal_bytes: total size in bytes across matching source fileslimit: effective page sizehas_more: whether another page existsnext_cursor: opaque pagination token for the next pagesnapshots: matching daily snapshot entries
Snapshot entry
date: UTC date covered by the artifactkey: canonical snapshot key forGET /snapshots/downloadfilename: suggested local filename
Download URL payload
If you callGET /snapshots/download with mode=url or mode=json, the endpoint returns:
url: pre-signed download URLfilename: suggested filenameexpires_in_seconds: URL lifetime in seconds
.jsonl.zst file contains standardized event records. See Standardised formats for the event envelope used inside the file.
Next steps
- Read Snapshots for listing behavior and access rules.
- Read Snapshot download for direct download behavior.
- Read Standardised formats for the event records stored inside each snapshot file.