hitbtc-com / hitbtc-api

HitBTC API
GNU Lesser General Public License v3.0
322 stars 152 forks source link

Available symbols for orderbook #224

Open Chuiantw1212 opened 5 years ago

Chuiantw1212 commented 5 years ago

Is there any way to retrieve all possible symbols for certain websocket api?

First thing i did, is get all the symbols from REST api, then I attempted to subscribe to orderbook for each symbol. Yet, some of those symbol seems not available to the websocket orderbook. For those went wrong, I got unexpected responses.

Is there any approach to do this instead of maintaining a long list of exception of symbols?