Jan Korf

Results 85 comments of Jan Korf

I'm not sure what you're looking for. The general way to do it is to use GetOpenOrdersAsync first and then update the data with updates from onOrderUpdate in the SubscribeToUserDataUpdatesAsync

Yeah I'll have a look soon, Finishing up some other things

I've added the SimpleEarn endpoints under the GeneralApi in the latest version, more missing endpoints will following in coming weeks.

I'm not sure if you're aware of this but your style of communication here is quite annoying. Why do you require help "immediately"? Also the 7 '!' don't help. That...

Alright, no worries. The API urls seem correct. Your problem is probably fixed when you update the library to the latest version. When Binance update their API there is a...

Hm seems to mapped incorrectly yes. Not sure where that originates from. I'll have a look

I've corrected the model(s), should be working correct now. Let me know if you have any issues

Hi, thanks for the report. This should be fixed in version 9.6.0 which I just pushed.

I'm not sure where you got that snippet from, it's not actually in the EnumConverter. The source of which can be found here: https://github.com/JKorf/CryptoExchange.Net/blob/master/CryptoExchange.Net/Converters/EnumConverter.cs

I'd prefer not to do this, since I would like to have the client updated with anything that users would need. Making everything overridable makes it so that a user...