finlab-python / finlab_crypto

Documentation
https://finlab-python.github.io/finlab_crypto/index.html
GNU General Public License v3.0
269 stars 98 forks source link

Update online.py #25

Closed yaotechuang closed 10 months ago

yaotechuang commented 1 year ago

In some cases, Binance API may not provide the 'minNotional' field for certain symbols under the 'MIN_NOTIONAL' filterType. # In such situations, 'minNotional' can alternatively be sourced from the 'NOTIONAL' filterType. # If both attempts fail, we default 'minNotional' to a value of 10.0.