Skip to main content

Ticks subscription

POST 

/v1/server-events/accounts/:account_id/ws/ticks

This OpenAPI operation models the WebSocket subscription command message. The actual WebSocket connection handshake is signed as a GET request. The signed path field in EXN-DATA must exactly match the WebSocket connection path: /v1/server-events/accounts/{account_id}/ws/ticks.

Use this stream only for live ticks. Do not subscribe to transactions, account_state, instruments, or hmr through this stream.

Ticks subscription provides realtime Bid/Ask prices for subscribed instruments. Initial state:

  • Upon successful subscription, the server sends the last tick for each subscribed instrument.

In order to ensure system stability and performance, tick updates may be throttled. The delivery frequency may be reduced up to one update per 500ms.

Runtime restrictions:

  • unavailable if trade_mode is trading_disabled

Request

Responses

OK