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.05k stars 429 forks source link

Error GetExchangeInfo #784

Closed PetukhovSA closed 3 years ago

PetukhovSA commented 3 years ago

Method Spot.System.GetExchangeInfo() response with Error [1] Deserialize JsonSerializationException: Error setting value to 'Type' on 'Binance.Net.Objects.BinanceRateLimit'.

Previously, everything worked

JKorf commented 3 years ago

782

PetukhovSA commented 3 years ago

Thanks