Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add additional ExchangeInfo filters for market orders to work #120

Open
khoofard opened this issue Feb 3, 2019 · 1 comment
Open

Comments

@khoofard
Copy link

khoofard commented Feb 3, 2019

I am experiencing a lot of min notional errors with market orders because Binance is now using a filter called avgPricemins along with applyToMarket. Since market orders do not have a price they are using these filters to determine the min notional calculation.

See: https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md#min_notional

There are other filters added as of December. See: https://github.com/binance-exchange/binance-official-api-docs/blob/master/CHANGELOG.md

Can we get these filters added please? Great product and thank you!!!!

@sonvister sonvister self-assigned this Mar 9, 2019
@sonvister
Copy link
Owner

For now, please use: IBinanceApi.GetAvgPriceAsync() and Symbol.NotionalMinimumValue.

@sonvister sonvister removed their assignment Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants