Ticks subscription
POST/v1/server-events/accounts/:account_id/ws/ticks
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
- 200
- 400
- 401
- 410
- 500
OK
Bad Request
Possible reasons:
- bad request
- trading disabled
Authorization failed
Invalid account
Internal Server Error
The server encountered an unexpected condition that prevented it from fulfilling the request.