JKorf / Binance.Net

A C# .netstandard client library for the Binance REST and Websocket Spot and Futures API focusing on clear usage and models
https://jkorf.github.io/Binance.Net/
MIT License
1.04k stars 428 forks source link

client.GetRedemptionRecordsAsync(LendingType.CustomizedFixed) get {5: Error deserializing data } #357

Closed philipp-troxler closed 4 years ago

philipp-troxler commented 4 years ago

Hello The endpoint https://api.binance.com/sapi/v1/lending/union/redemptionRecord returns the correct data, but there is an error when deserializing. I'm using version 5.1.9. The extract from the log is attached

thank you BinanceNet.Error01.txt

JKorf commented 4 years ago

Hi, thanks for your report. I fixed it and pushed a new version 5.1.10. I've also checked the objects for missing converter attributes on datetime objects and they should all be fine now.

Let me know if you find something else

philipp-troxler commented 4 years ago

OK. Next time i will try to report all issues together. It's easier that way.