-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Binance future Minimum Qnt.. get minimum position size fetch or calculate in python #1381
Comments
Get MIN_NOTIONAL filter information
Here's a breakdown of what each part of the code is doing: MIN_NOTIONAL filter: It searches for the filter with the type 'MIN_NOTIONAL' in the list of filters for a particular trading symbol. Similar to MIN_NOTIONAL, it searches for the filter with the type 'LOT_SIZE'. Retrieves the current ticker price for the given trading symbol using the futures_symbol_ticker method from the Binance API. Calculates the equivalent BTC quantity for the minimum notional value using the formula quantity = min_notional / ticker_price. Appends a dictionary containing symbol information (symbol, min_notional, min_trade_amount, ticker_price, and calculated quantity) to the symbol_info_list. |
Binance future get minimum position size fetch or calculate in python
how to fetch or get or calculate Minimum Qnt..
anyone help me out ..
thank you ...
The text was updated successfully, but these errors were encountered: