Skip to main content
Messages
instrument_name
type:string
required

The name of the instrument

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
timestamp
type:integer
required

The timestamp (milliseconds since the Unix epoch)

instrument_name
type:string
required

Unique instrument identifier

best_bid_price
type:number
required

The current best bid price, null if there aren't any bids

best_bid_amount
type:number
required

It represents the requested order size of all best bids

best_ask_price
type:number

The current best ask price, null if there aren't any asks

best_ask_amount
type:number

It represents the requested order size of all best asks