For the complete documentation index, see llms.txt. This page is also available as Markdown.

Phemex

Phemex historical market data details - available instruments, data coverage and data collection specifics

Phemex historical data for all its derivative instruments is available since 2020-03-17 (for spot markets since 2020-06-04).

See Phemex historical data coverage: available symbols, channels, date ranges and incidents

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.

data type
symbol
date

incremental_book_L2

BTCUSD

2020-04-01

trades

BTCUSD

2020-04-01

derivative_ticker

BTCUSD

2020-04-01

API Access and data format

Historical data format is the same as provided by real-time Phemex 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.

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

See Phemex WebSocket API docs providing documentation for each captured channel's format

Click any channel below to see HTTP API response with historical data recorded for it.

  • trades Public trade executions stream

  • trades_p — available since 2022-11-23 Public perpetual trade executions stream

  • book Order book snapshots and incremental updates

  • orderbook_p — available since 2022-11-23 Perpetual order book snapshots and incremental updates

  • market24h 24h market statistics updates

  • perp_market24h_pack_p — available since 2022-11-23 Perpetual 24h market statistics batch updates

  • spot_market24h — available since 2020-06-04 Spot 24h market statistics updates

Market data collection details

Market data collection infrastructure for Phemex since 2020-06-04 is located in GCP asia-northeast1 (Tokyo, Japan), before that it was located in GCP europe-west2 region (London, UK).

Real-time market data is captured via multiple WebSocket connections to wss://vapi.phemex.com/ws.

Phemex servers are located in AWS ap-southeast-1 region (Singapore, Asia Pacific).

Last updated

Was this helpful?