Definition
This section provides unweighted price data for every asset and trading pair across all supported centralized exchanges, accessible via both latest and historical endpoints.Details
Price endpoints are categorized into two types:- Asset: Returns a single price for the asset across all exchanges, based on VWAP with a lookback period of 1. This method avoids price distortion from low-volume outliers and is commonly referred to as a reference or global price.
- Pair: Returns price data for a specific trading pair, with the option to filter by individual exchange or aggregate across all supported exchanges.
(High + Low + Close) / 3 This methodology provides a normalized, exchange-agnostic price point.
API Endpoints
Spot
Assets- /market/spot/prices/assets/information/
- /market/spot/prices/assets//latest/
- /market/spot/prices/assets//historical/
- /market/spot/prices/pairs/information/
- /market/spot/prices/pairs//latest/
- /market/spot/prices/pairs//historical/
Availability
- Data Access: REST API (latest and historical) and WebSockets (real-time)
- Update Frequency: Updated with each new tick from exchange feeds
Exchange | Spot Market Start Date |
---|---|
Binance | 2017-07-14 00:00:00+00:00 |
Binance.US | 2019-09-17 00:00:00+00:00 |
Bitfinex | 2013-03-31 00:00:00+00:00 |
Bitmex | 2024-03-29 00:00:00+00:00 |
Bithumb | 2021-08-30 15:00:00+00:00 |
Bitstamp | 2011-08-18 00:00:00+00:00 |
ByBit | 2021-07-05 00:00:00+00:00 |
FTX** | 2019-07-21 00:00:00+00:00 |
GDAX (Coinbase Pro) | 2015-04-21 00:00:00+00:00 |
Gemini | 2020-07-19 04:00:00+00:00 |
Huobi | 2017-07-27 16:00:00+00:00 |
Kraken | 2016-07-19 00:00:00+00:00 |
LMAX | 2018-02-20 00:00:00+00:00 |
Mexc | 2017-10-25 16:00:00+00:00 |
OKX (OKeX) | 2019-07-11 00:00:00+00:00 |
Poloniex | 2014-01-18 00:00:00+00:00 |
Upbit | 2025-03-28 00:00:00+00:00 |
ZB | 2017-10-29T16:00:00+00:00 |
Frequently Asked Questions
How is this different from the TWAP and VWAP price data?- The Prices endpoints provide unweighted prices using the formula (High + Low + Close) / 3. TWAP and VWAP include volume or time-based weighting.
- Average latency is between 100–300 milliseconds.
- Yes. The pairs endpoints (latest and historical) allow filtering by individual exchange. Asset endpoints return a global price across all exchanges.
- Amberdata defines price as the average of high, low, and close: (H + L + C) / 3