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.03k stars 425 forks source link

Futures > Can't parse symbol filter of type: MIN_NOTIONAL #571

Closed chababuu closed 3 years ago

chababuu commented 3 years ago

Hi,

for every Futures Pair i receive this Error (Can't parse symbol filter of type: MIN_NOTIONAL) with this > var getInfos = client.FuturesUsdt.System.GetExchangeInfo();

Output:

2021.01.26 19:51:27:994 | Debug | [1] Sending GET request to https://fapi.binance.com/fapi/v1/exchangeInfo 
2021.01.26 19:51:28:451 | Debug | [1] Response received in 410ms: {"timezone":"UTC","serverTime":1611687088206,"futuresType":"U_MARGINED","rateLimits":[{"rateLimitType":"REQUEST_WEIGHT","interval":"MINUTE","intervalNum":1,"limit":2400},{"rateLimitType":"ORDERS","interval":"MINUTE","intervalNum":1,"limit":1200}],"exchangeFilters":[],"symbols":[{"symbol":"BTCUSDT","pair":"BTCUSDT","contractType":"PERPETUAL","deliveryDate":4133404800000,"onboardDate":1569398400000,"status":"TRADING","maintMarginPercent":"2.5000","requiredMarginPercent":"5.0000","baseAsset":"BTC","quoteAsset":"USDT","marginAsset":"USDT","pricePrecision":2,"quantityPrecision":3,"baseAssetPrecision":8,"quotePrecision":8,"underlyingType":"COIN","underlyingSubType":[],"settlePlan":0,"triggerProtect":"0.0500","filters":[{"minPrice":"0.01","maxPrice":"1000000","filterType":"PRICE_FILTER","tickSize":"0.01"},{"stepSize":"0.001","filterType":"LOT_SIZE","maxQty":"1000","minQty":"0.001"},{"stepSize":"0.001","filterType":"MARKET_LOT_SIZE","maxQty":"1000","minQty":"0.001"},{"limit":200,"filterType":"MAX_NUM_ORDERS"},{"limit":100,"filterType":"MAX_NUM_ALGO_ORDERS"},{"notional":"1","filterType":"MIN_NOTIONAL"},{"multiplierDown":"0.8500","multiplierUp":"1.1500","multiplierDecimal":"4","filterType":"PERCENT_PRICE"}],"orderTypes":["LIMIT","MARKET","STOP","STOP_MARKET","TAKE_PROFIT","TAKE_PROFIT_MARKET","TRAILING_STOP_MARKET"],"timeInForce":["GTC","IOC","FOK","GTX"]},

...................... ALL OTHER PAIRS

Can't parse symbol filter of type: MIN_NOTIONAL
Can't parse symbol filter of type: MIN_NOTIONAL
Can't parse symbol filter of type: MIN_NOTIONAL
2021.01.26 19:51:28:673 | Info | Trade rules updated
nikkozp commented 3 years ago

575