Snapshot download
API Reference
Snapshot download
Download a single standardized snapshot file by key.
GET
Snapshot download
Use
GET /snapshots/download when you already have a snapshot key from Snapshots and want to fetch the file itself.
Endpoint
GET /snapshots/download
Parameters
Snapshot key returned by
GET /snapshots, such as snapshots/standard/hyperliquid/BTC-USD/2026-05-07.jsonl.zst.Optional override for the suggested download filename.
Optional response mode. Use
url or json to receive JSON with a pre-signed URL instead of a redirect.Access behavior
- Bearer auth is only required when the dataset access policy for the snapshot requires it.
- Accepted key formats include the full
.jsonl.zstsuffix or the same key without it. mode=urlandmode=jsonboth return JSON withurl,filename, andexpires_in_seconds.
Response fields
The endpoint typically responds with a redirect to the downloadable snapshot file.
Pre-signed download URL when you request
mode=url or mode=json.Suggested filename for the artifact.
Lifetime of the pre-signed URL.
Example
Next steps
- Read Snapshots if you need to list available files before downloading one.
- Read Standardised formats to understand the event envelope inside snapshot files.