TickSubscriptions - get a list of subcribed ticks instrument.
TickSubscriptions -
Example:
{"id": 11, "type":"TicksSubscriptions", "body": {}}
Request Body Fields: n/a
Response Type - TickSubscribed.
TickSubscribed.
Response Body Fields:
symbol
string
comma separated string with a list of instruments within subscribed ticks feed
{"type": "TickSubscribed", "body": {"symbol":"BTCUSD.s,EURUSD.s"}}
Last updated 2 years ago