The subscribe
method is used to subscribe to a list of subscriptions based on
your provided parameters.
candles
may never be provided as a name-string as it has a
required interval
parameter.Optional
cidRequests may optionally provide a cid
parameter to identify the request a response should be associated with.
onResponse
callback object will include the provided cid
as a property.Optional
marketsA top-level markets
array can be used to allow multiple subscriptions to inherit this array without having define them themselves.
markets
parameter, it will inherit the top-level
markets
array provided here.
The base type which is a superset of all possible parameters and subscriptions that can be made to the WebSocket API.
See