Skip to main content
Messages
instrument_name
type:string
required

The name of the instrument

resolution
type:enum
required

Chart bars resolution given in full minutes or keyword 1D (only some specific resolutions are supported)

Allowed values: 1, 3, 5, 10, 15, ... (total 12 values)

Available options: 1, 3, 5, 10, 15, 30, 60, 120, 180, 360, 720, 1D
Subscription Request
type:object

Client sends subscription request to subscribe to notification channel. Please refer to Notification page for more information.

Subscription Notification Data
type:object

Server sends subscription notification data

data
type:object
required
tick
type:integer
required

The timestamp (milliseconds since the Unix epoch)

volume
type:number
required

Volume data for the candle

cost
type:number
required

Cost data for the candle

open
type:number
required

The open price for the candle'

close
type:number
required

The close price for the candle

high
type:number
required

The highest price level for the candle

low
type:number
required

The lowest price level for the candle