CryptoCompare OHLCV Candle
Single OHLCV candle row returned by min-api /v2/histoday, /v2/histohour, /v2/histominute and the data-api /spot/v1/historical/* endpoints.
CryptocurrencyMarket DataReference RatesNewsSocialBlockchainOn-ChainOrder BookStreamingIndex
Properties
| Name |
Type |
Description |
| time |
integer |
Period start timestamp in seconds. |
| open |
number |
|
| high |
number |
|
| low |
number |
|
| close |
number |
|
| volumefrom |
number |
Base asset volume traded in the period. |
| volumeto |
number |
Quote asset volume traded in the period. |
| conversionType |
string |
How the price was derived (direct, multiply, invert_multiply, force_direct). |
| conversionSymbol |
string |
Intermediate symbol used when conversionType is not direct. |
JSON Schema