glitch100 / BinanceDotNet

Official C# Wrapper for the Binance exchange API, with REST and WebSocket endpoints
https://www.nuget.org/packages/BinanceDotNet/
MIT License
161 stars 140 forks source link

All filters equal price filter on GetexchangeInfo() #145

Closed veliyasa closed 5 years ago

veliyasa commented 5 years ago

each coin have 6 filters on exchangeinfo but right now all 6 filters are price filter.

Package Version: 4.9.1

Screen Shot 2019-04-20 at 20 44 28
yetkinsari commented 5 years ago

some symbols' price filters have maxprice and minprice as 0. why is that?

glitch100 commented 5 years ago

Is this an issue in https://www.nuget.org/packages/BinanceDotNet/4.10.0 ?