The symbols available for subscription can be fetched by sending a message of type info and with the topic set to available-symbols.
Parameter | Description | Type |
---|
body{} | An object used to filter which symbol will be subscribed to. This is a required field for the price feed. | object |
messageType | Subscription message type - info | string |
topic | Topic to subscribe to -available-symbols | string |
key | Your public key | string |
passphrase | Your passphrase | string |
timestamp | Time in seconds since Unix Epoch | string |
signature | Your HMAC signature | string |
Parameter | Description |
---|
messageType | Subscription message type - subscribe |
topic | Available symbols topic - available-symbols |
body{} | The body of the response |
{
"messageType": "info",
"topic": "available-symbols",
"body": {
"message": [
"BTC/USD",
"ETH/USD",
"LTC/USD",
...
]
}
}