Huobi.Net icon indicating copy to clipboard operation
Huobi.Net copied to clipboard

A C# .netstandard client library for the Huobi REST and Websocket Spot and Swap API focusing on clear usage and models

Results 11 Huobi.Net issues
Sort by recently updated
recently updated
newest added

Hello: I just create API keys for my Huobi account, and I want to use Nuget package: to get my account balance. But I can’t find any code example. I...

Hello: I want to know if I can use one HTTP request to get trade data for multiple symbols, but not all the symbols. For example, if I want to...

https://github.com/JKorf/Huobi.Net/blob/284f4c0f899bd36410067389f95e7e83db403955/Huobi.Net/Clients/SpotApi/HuobiClientSpotApiTrading.cs#L310 The returned result does not contain OrderID. In the official API, the returned result of querying the order through clientorderid has been triggered and OrderID will be returned

There is some sign issue when use http-reverse-proxy: Sign should use "api.huobi.pro" Host instead of proxy host like "mydomain.com". I have already fix it in this PR.

can the ETP section be added to the package? https://huobiapi.github.io/docs/spot/v1/en/#etp

It does not seem to me that futures or swaps support is available, unless I missed it. Are there any plans for implementation? Or if available, any examples?

I'm experienced with binance and kucoin implementations, but trying to integrate Huobi. client.SubscribeToSymbolTickerUpdatesAsync returns HuobiSymbolDatas and those tickers don't have ask/bids. I am not able to specify a coin name...

Add support endpoint to return the current transaction fee rate applied to the user.

now: parameters.AddOptionalParameter("start-date", startTime?.ToString("yyyy-MM-dd")); parameters.AddOptionalParameter("end-date", endTime?.ToString("yyyy-MM-dd")); need: parameters.AddOptionalParameter("start-time", DateTimeConverter.ConvertToMilliseconds(startTime)); parameters.AddOptionalParameter("end-time", DateTimeConverter.ConvertToMilliseconds(endTime));

Hello. I think this https://www.huobi.com/en-us/opend/newApiPages/?id=7ec5058c-7773-11ed-9966-0242ac110003 is missing now. Don't confuse with already implemented: https://www.huobi.com/en-us/opend/newApiPages/?id=7ec4ff6d-7773-11ed-9966-0242ac110003