v1
latestOpenAPI 3.0.02026-07-2224101.3 MBPrice OHLCV
This endpoint returns metrics related to ETH price. We provide two types of price, CryptoQuant's ETH Index Price and USD or USDT price of ETH of global exchanges.
Price OHLCV data consists of five metrics. open, the opening price at the beginning of the window, close, USD closing price at the end of the window, high, the highest USD price in a given window, low, the lowest USD price in a given window, and volume, the total volume traded in a given window.
At this endpoint, metrics are calculated by Minute, Hour and Day.
ETH Index Price is calculated by taking VWAP(Volume Weighted Average Price) of ETH price data aggregated from all exchanges we provide. The exchanges we provide are as follows.
<br>Supported Exchanges By Market
| Name | Market | Supported Exchanges |
|---|---|---|
| Spot | spot | All Exchange*, Binance, Binance US, Bitfinex, Bittrex, Coinbase Advanced, FTX**, Gemini, HTX Global, Kraken, OKX |
| Perpetual | perpetual | All Exchange*, Binance, Bitmex, Bybit, Deribit, FTX**, HTX Global, OKX |
(*) Default exchange <br> (**) Use in cautions due to the deprecation (no data update)
In order to get USD or USDT price of ETH of specific exchange from above (eg. ethusdt pair of binance), you must specify market, exchange and symbol of ETH pair.
For volume metric, the unit of volume could be USD, USDT or ETH. This is because exchanges have their own price data policy. All Exchange's volume is in ETH. Please refer to volume unit of each exchange from below table.
<br>Supported Pairs By Exchange
◦ Spot
| Name | Exchange | Symbol | Volume Unit | Available Since |
|---|---|---|---|---|
| All Exchange | all_exchange | eth_usd* | ETH | The earliest time in the exchanges below. |
| Binance | binance | eth_usdt* | ETH | 2017-08-17 04:00:00 |
| Binance US | binance_us | eth_usd* <br/>eth_usdt | ETH | 2019-09-18 14:58:00 <br/> 2019-09-23 08:36:00 |
| Bitfinex | bitfinex | eth_usd* <br/>eth_usdt | ETH | 2016-03-09 16:04:00 <br/> 2019-03-11 10:03:00 |
| Bittrex | bittrex | eth_usd* <br/>eth_usdt | USD <br/> USDT | 2018-06-21 02:17:00 <br/> 2017-04-21 13:30:00 |
| Coinbase Advanced | coinbase_advanced | eth_usd* | ETH | 2016-05-18 00:14:00 <br/> |
| FTX** | ftx | eth_usd* <br/>eth_usdt | USD <br/> USDT | 2019-09-14 21:07:00 <br/> 2020-03-28 14:40:00 |
| Gemini | gemini | eth_usd* | ETH | 2019-08-30 00:00:00 |
| HTX Global | htx_global | eth_usdt* | ETH | 2019-11-19 00:00:00 |
| Kraken | kraken | eth_usd* <br/>eth_usdt | ETH | 2015-08-07 14:03:00 <br/> 2019-12-19 16:49:00 |
| OKX | okx | eth_usdt* | ETH | 2019-10-01 00:00:00 |
◦ Perpetual
| Exchange | Exchange Symbol | Pair Symbol | Volume | Historical Starting Point |
|---|---|---|---|---|
| All Exchange | all_exchange | eth_usd* | ETH | The earliest time in the exchanges below. |
| Binance | binance | eth_usd* <br/> eth_usdt | Cont <br/> ETH | 2020-08-11 07:02:00 <br/> 2019-09-08 17:57:00 |
| Bitmex | bitmex | eth_usd* | Cont | 2015-09-25 12:34:00 |
| Bybit | bybit | eth_usd* <br/> eth_usdt | USD <br/> ETH | 2018-11-14 16:00:00 <br/> 2020-03-25 10:36:00 |
| Deribit | deribit | eth_usd* | USD | 2018-08-14 10:34:00 |
| FTX** | ftx | eth_usd* | USD | 2019-07-20 12:35:00 |
| HTX Global | htx_global | eth_usd* <br/> eth_usdt | Cont <br/> ETH | 2020-03-25 09:45:00 <br/> 2020-10-21 09:08:00 |
| OKX | okx | eth_usd* <br/> eth_usdt | Cont <br/> ETH | 2019-03-30 00:00:00 <br/> 2019-12-25 00:00:00 |
(*) Default exchange <br> (**) Use in cautions due to the deprecation (no data update)
<br>We calculate the OHLCV data of a day from the beginning of UTC 00:00:00. However, the OHLCV data in official sites of HTX and OKX are calculated from the beginning of UTC 16:00:00. Thus, be aware that there may be some intended discrepancy between those.
Supported Windows By Market
| Market | Supported Windows |
|---|---|
| Spot | min, hour, day* |
| Perpetual | min, hour, day* |
(*) Default symbol
Query parameters
A market type from the table that we support. See here
A exchange from the table that we support. See here.
A ETH pair symbol from the table that we support. See here
A window from the table that we support. See here
This defines the starting time for which data will be gathered, formatted as YYYYMMDDTHHMMSS (indicating YYYY-MM-DDTHH:MM:SS, UTC time). If window=day is used, it can also be formatted as YYYYMMDD (date). If window=block is used, you can also specify the exact block height (e.g. 510000). If this field is not specified, response will include data from the earliest time.
This defines the ending time for which data will be gathered, formatted as YYYYMMDDTHHMMSS (indicating YYYY-MM-DDTHH:MM:SS, UTC time). If window=day is used, it can also be formatted as YYYYMMDD (date). If window=block is used, you can also specify the exact block height (e.g. 510000). If this field is not specified, response will include data from the latest time.
The maximum number of entries to return before the latest data point (or before to if specified). This field ranges from 1 to 100,000.
A format type about return message type. Supported formats are json, csv.
Response
Price OHLCV Data