Candles
Channel Update Frequency: 500ms
Granularity: 60s, 180s, 300s, 900s, 1800s, 3600s, 7200s, 14400s, 21600s, 43200s, 86400s
The candles channel pushes candlestick data for the current candle.
Request Parameters
Parameters
Type
Required
Description
op
STRING
Yes
subscribe
tag
INTEGER or STRING
No
If given it will be echoed in the reply and the max size of tag
is 32
args
LIST
Yes
list of individual candle granularity and market candles<granularity>:<marketCode>
Channel Update Fields
Fields
Type
Description
table
STRING
candles<granularity>
data
LIST of dictionary
marketCode
STRING
Market code
candle
LIST of strings
timestamp
open
high
low
close
volume in counter currency
volume in base currency
Last updated