ccxt / ccxt

A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
https://docs.ccxt.com
MIT License
33.01k stars 7.54k forks source link

ccxt pro - huobi futures/swaps #6901

Closed codemonkeyno1 closed 4 years ago

codemonkeyno1 commented 4 years ago

What are the parameters to use for listening to huobi futures/swaps feeds? I know in binance, there is an options: 'options':{'defaultType':'future'}

Is something similar necessary for huobi swaps/futures?

Thank you

kroitor commented 4 years ago

Hi! Unfortunately, Huobi DM (for derivatives) is an API that is completely different from the Huobi spot (huobipro), and they have different base urls, so it's basically an entirely new exchange, which is the same story as Kraken futures – both are in the works now, and we are going to add them soon, as outlined in the roadmap for Q2 here:

Related to Huobi DM:

Let us know if the above does not answer the question.