Skip to main content
instrument_name
type:string
required

The name of the instrument

interval
type:enum
required

Frequency of notifications. Events will be aggregated over this interval. The value raw selects the finest granularity - events are aggregated over a 1 millisecond interval (Please note that raw interval is only available to authorized users)

Allowed values: raw, 100ms, agg2

Available options: raw, 100ms, agg2
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
instrument_name
type:string
required

Unique instrument identifier

change_id
type:integer
required

Identifier of the notification

prev_change_id
type:integer

Identifier of the previous notification (it's not included for the first notification)

asks
type:array
required
bids
type:array
required
timestamp
type:integer

The timestamp of last change (milliseconds since the Unix epoch)

type
type:enum

Type of notification: snapshot for initial, change for others

Available options: snapshot, change