Aster Spot
Aster Spot historical market data details - currency pairs, data coverage and data collection specifics
Aster Spot historical data for all its currency pairs is available since 2026-08-23.
Downloadable CSV files
Historical CSV datasets for the first day of each month are available to download without API key. See downloadable CSV files documentation.
API Access and data format
Historical data format is the same as provided by Aster Spot WebSocket API with addition of local timestamps. If you'd like to work with normalized data format instead (same format for each exchange) see downloadable CSV files or official client libs that can perform data normalization client-side.
See Python client docs.
See Node.js client docs.
See HTTP API docs.
Tardis-machine is a locally runnable server that exposes API allowing efficiently requesting historical market data for whole time periods in contrast to HTTP API that provides data only in minute by minute slices.
See tardis-machine docs.
Captured real-time channels
trade Public spot trade executions stream
aggTrade Aggregated spot trade executions stream
depth Incremental order book updates stream. Subscribed as
depth@0ms(real-time dynamically adjusted update speed).depthSnapshot — generated channel Generated initial order book snapshots containing up to 1000 levels per side from the REST API, used to bootstrap depth updates. Snapshot messages are marked with
"stream":"<symbol>@depthSnapshot"and"generated":true.During collection, depth sequence continuity and initial snapshot overlap are validated. The connection is restarted if a sequence gap is detected.
bookTicker Best bid and best ask updates stream
ticker 24h spot ticker updates stream
Market data collection details
Market data collection infrastructure for Aster Spot is located in GCP asia-northeast1 (Tokyo, Japan).
Real-time market data is captured via multiple WebSocket connections to wss://sstream.asterdex.com/stream.
Last updated
Was this helpful?
