List Symbols

The symbols available for subscription can be fetched by sending a message of type info and with the topic set to available-symbols.

Request

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 - infostring
topicTopic to subscribe to -available-symbolsstring
keyYour public keystring
passphraseYour passphrasestring
timestampTime in seconds since Unix Epochstring
signatureYour HMAC signaturestring

Response

ParameterDescription
messageTypeSubscription message type - subscribe
topicAvailable symbols topic - available-symbols
body{}The body of the response

Sample Response

{
  "messageType": "info",
  "topic": "available-symbols",
  "body": {
    "message": [
      "BTC/USD",
      "ETH/USD",
      "LTC/USD",
      ...
    ]
  }
}