TickSubscriptions

TickSubscriptions - get a list of subcribed ticks instrument.

Example:

{"id": 11, "type":"TicksSubscriptions", "body": {}}

Request Body Fields: n/a

Response Type - TickSubscribed.

Response Body Fields:

Parameter
Always returned
Type
Description

symbol

string

comma separated string with a list of instruments within subscribed ticks feed

Example:

{"type": "TickSubscribed", "body": {"symbol":"BTCUSD.s,EURUSD.s"}}

Last updated