Params
"interval" can be 1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 8h, 12h, 1d, 1w, 1M
Stream
| Field | Type | Description |
|---|---|---|
't' | number | Start time (milliseconds) |
'T' | number | End time (milliseconds) |
's' | string | Symbol |
'i' | string | Candle interval |
'o' | decimal string | Open mark price |
'c' | decimal string | Close mark price |
'h' | decimal string | High mark price |
'l' | decimal string | Low mark price |
'v' | decimal string | Volume (always "0") |
'n' | number | Number of trades in this period |