JKorf / HTX.Net

A C# .netstandard client library for the Huobi REST and Websocket Spot and Swap API focusing on clear usage and models
https://jkorf.github.io/HTX.Net/
MIT License
73 stars 53 forks source link

Does Huobi provide the encapsulation of the interface "get / V2 / algo orders / opening" #85

Closed wecando168 closed 2 years ago

wecando168 commented 2 years ago

I'm trying to use your interface, but I can't find the encapsulation of this interface: https://huobiapi.github.io/docs/spot/v1/en/#query-open-conditional-orders-before-triggering

JKorf commented 2 years ago

It does now

wecando168 commented 2 years ago

thank you