Subscribing to a Symbol

In order to subscribe to the price feed, a message of type subscribe must be sent.

Subscription Request

To subscribe to the price feed, a message of type subscribe must be sent.

ParameterDescriptionType
body{}An object used to filter which symbol will be subscribed to. This is a required field for the price feed.object
messageTypeSubscription message type - subscribestring
topicTopic to subscribe to - prices for the price feedstring
keyYour public keystring
passphraseYour passphrasestring
timestampTime in seconds since Unix Epochstring
signatureYour HMAC signaturestring

Subscription Response

ParameterDescription
bodyAn object used to filter which symbol will be subscribed to. This is a required field for the price feed.
messageTypeSubscription message type - subscribe