Skip to main content
Version: 0.9.1

OHLCV Series

GET /series/{exchange}/{market}/ohlcv

List aggregated OHLCV market data.

FieldDescription
time datetimeTimestamp, start of interval.
open floatOpening price.
high floatHighest price.
low floatLowest price.
close floatClosing price.
vwap floatVolume weighted average price from smallest increment (1 min).
n_trades intCount of trades in the time-frame.
n_buy intCount of trades where the market maker was buyer.
n_sell intCount of trades where the market maker was seller.
vol_base floatTotal trading volume in base currency (i.e. always XTZ).
vol_quote floatTotal trading volume in quote currency.
vol_buy_base floatBuy-side volume in base currency.
vol_buy_quote floatBuy-side volume in quote currency.
vol_sell_base floatSell-side volume in base currency.
vol_sell_quote floatSell-side volume in quote currency.