ccxt 4.2.39__tar.gz → 4.2.40__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ccxt-4.2.39/ccxt.egg-info → ccxt-4.2.40}/PKG-INFO +4 -4
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/__init__.py +1 -1
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bingx.py +4 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/coinbasepro.py +1 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/ascendex.py +29 -25
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/__init__.py +1 -1
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/ascendex.py +29 -25
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/base/exchange.py +7 -7
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/binance.py +342 -145
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bingx.py +245 -23
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitget.py +10 -1
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bybit.py +2 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/coinbase.py +8 -6
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/coinbasepro.py +1 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/coinlist.py +9 -7
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/coinmetro.py +2 -1
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/krakenfutures.py +108 -2
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/mexc.py +1 -1
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/okx.py +9 -12
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/phemex.py +1 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/base/exchange.py +23 -23
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/binance.py +342 -145
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bingx.py +245 -23
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitget.py +10 -1
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bybit.py +2 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/coinbase.py +8 -6
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/coinbasepro.py +1 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/coinlist.py +9 -7
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/coinmetro.py +2 -1
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/krakenfutures.py +108 -2
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/mexc.py +1 -1
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/okx.py +9 -12
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/phemex.py +1 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/__init__.py +1 -1
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/bitmart.py +34 -17
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/bybit.py +6 -6
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/test_async.py +2 -1
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/test_sync.py +2 -1
- {ccxt-4.2.39 → ccxt-4.2.40/ccxt.egg-info}/PKG-INFO +4 -4
- {ccxt-4.2.39 → ccxt-4.2.40}/package.json +1 -1
- {ccxt-4.2.39 → ccxt-4.2.40}/LICENSE.txt +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/MANIFEST.in +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/README.rst +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/__init__.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/ace.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/alpaca.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/ascendex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bequant.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bigone.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/binance.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/binancecoinm.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/binanceus.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/binanceusdm.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bit2c.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitbank.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitbay.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitbns.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitcoincom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitfinex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitfinex2.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitflyer.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitforex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitget.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bithumb.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitmart.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitmex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitopro.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitpanda.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitrue.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitso.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitstamp.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitteam.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bitvavo.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bl3p.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/blockchaincom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/blofin.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/btcalpha.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/btcbox.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/btcmarkets.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/btcturk.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/bybit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/cex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/coinbase.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/coincheck.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/coinex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/coinlist.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/coinmate.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/coinmetro.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/coinone.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/coinsph.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/coinspot.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/cryptocom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/currencycom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/delta.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/deribit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/digifinex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/exmo.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/fmfwio.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/gate.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/gateio.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/gemini.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/hitbtc.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/hitbtc3.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/hollaex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/htx.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/huobi.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/huobijp.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/idex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/independentreserve.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/indodax.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/kraken.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/krakenfutures.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/kucoin.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/kucoinfutures.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/kuna.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/latoken.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/lbank.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/luno.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/lykke.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/mercado.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/mexc.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/ndax.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/novadax.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/oceanex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/okcoin.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/okx.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/onetrading.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/p2b.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/paymium.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/phemex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/poloniex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/poloniexfutures.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/probit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/timex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/tokocrypto.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/upbit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/wavesexchange.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/wazirx.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/whitebit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/woo.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/yobit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/zaif.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/abstract/zonda.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/ace.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/alpaca.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/ace.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/alpaca.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/base/__init__.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/base/throttler.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/base/ws/__init__.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/base/ws/aiohttp_client.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/base/ws/cache.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/base/ws/client.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/base/ws/fast_client.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/base/ws/functions.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/base/ws/future.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/base/ws/order_book.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/base/ws/order_book_side.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bequant.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bigone.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/binancecoinm.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/binanceus.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/binanceusdm.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bit2c.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitbank.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitbay.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitbns.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitcoincom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitfinex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitfinex2.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitflyer.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitforex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bithumb.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitmart.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitmex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitopro.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitpanda.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitrue.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitso.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitstamp.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitteam.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bitvavo.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/bl3p.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/blockchaincom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/blofin.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/btcalpha.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/btcbox.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/btcmarkets.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/btcturk.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/cex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/coincheck.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/coinex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/coinmate.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/coinone.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/coinsph.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/coinspot.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/cryptocom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/currencycom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/delta.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/deribit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/digifinex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/exmo.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/flowbtc.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/fmfwio.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/gate.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/gateio.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/gemini.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/hitbtc.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/hitbtc3.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/hollaex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/htx.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/huobi.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/huobijp.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/idex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/independentreserve.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/indodax.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/kraken.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/kucoin.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/kucoinfutures.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/kuna.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/latoken.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/lbank.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/luno.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/lykke.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/mercado.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/ndax.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/novadax.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/oceanex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/okcoin.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/onetrading.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/p2b.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/paymium.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/poloniex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/poloniexfutures.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/probit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/timex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/tokocrypto.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/upbit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/wavesexchange.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/wazirx.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/whitebit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/woo.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/yobit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/zaif.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/async_support/zonda.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/base/__init__.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/base/decimal_to_precision.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/base/errors.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/base/precise.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/base/types.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bequant.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bigone.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/binancecoinm.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/binanceus.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/binanceusdm.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bit2c.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitbank.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitbay.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitbns.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitcoincom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitfinex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitfinex2.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitflyer.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitforex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bithumb.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitmart.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitmex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitopro.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitpanda.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitrue.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitso.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitstamp.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitteam.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bitvavo.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/bl3p.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/blockchaincom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/blofin.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/btcalpha.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/btcbox.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/btcmarkets.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/btcturk.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/cex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/coincheck.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/coinex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/coinmate.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/coinone.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/coinsph.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/coinspot.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/cryptocom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/currencycom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/delta.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/deribit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/digifinex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/exmo.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/flowbtc.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/fmfwio.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/gate.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/gateio.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/gemini.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/hitbtc.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/hitbtc3.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/hollaex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/htx.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/huobi.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/huobijp.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/idex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/independentreserve.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/indodax.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/kraken.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/kucoin.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/kucoinfutures.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/kuna.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/latoken.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/lbank.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/luno.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/lykke.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/mercado.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/ndax.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/novadax.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/oceanex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/okcoin.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/onetrading.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/p2b.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/paymium.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/poloniex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/poloniexfutures.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/alpaca.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/ascendex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/bequant.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/binance.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/binancecoinm.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/binanceus.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/binanceusdm.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/bingx.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/bitcoincom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/bitfinex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/bitfinex2.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/bitget.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/bitmex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/bitopro.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/bitpanda.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/bitrue.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/bitstamp.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/bitvavo.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/blockchaincom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/cex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/coinbase.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/coinbasepro.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/coincheck.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/coinex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/coinone.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/cryptocom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/currencycom.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/deribit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/exmo.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/gate.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/gateio.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/gemini.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/hitbtc.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/hollaex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/htx.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/huobi.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/huobijp.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/idex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/independentreserve.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/kraken.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/krakenfutures.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/kucoin.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/kucoinfutures.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/lbank.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/luno.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/mexc.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/ndax.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/okcoin.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/okx.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/onetrading.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/p2b.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/phemex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/poloniex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/poloniexfutures.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/probit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/upbit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/wazirx.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/whitebit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/pro/woo.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/probit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/static_dependencies/__init__.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/static_dependencies/ecdsa/der.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/static_dependencies/ecdsa/util.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/static_dependencies/keccak/__init__.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/static_dependencies/keccak/keccak.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/__init__.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/__init__.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_account.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_balance.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_borrow_interest.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_borrow_rate.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_calculate_fee.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_crypto.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_currency.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_datetime.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_decimal_to_precision.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_deep_extend.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_deposit_withdrawal.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_exchange_datetime_functions.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_funding_rate_history.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_last_price.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_ledger_entry.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_ledger_item.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_leverage_tier.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_margin_modification.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_market.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_number.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_ohlcv.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_open_interest.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_order.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_order_book.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_position.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_shared_methods.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_status.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_throttle.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_ticker.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_trade.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_trading_fee.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/test/base/test_transaction.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/timex.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/tokocrypto.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/upbit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/wavesexchange.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/wazirx.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/whitebit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/woo.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/yobit.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/zaif.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt/zonda.py +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt.egg-info/SOURCES.txt +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt.egg-info/dependency_links.txt +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt.egg-info/requires.txt +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/ccxt.egg-info/top_level.txt +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/setup.cfg +0 -0
- {ccxt-4.2.39 → ccxt-4.2.40}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ccxt
|
3
|
-
Version: 4.2.
|
3
|
+
Version: 4.2.40
|
4
4
|
Summary: A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 100+ exchanges
|
5
5
|
Home-page: https://ccxt.com
|
6
6
|
Author: Igor Kroitor
|
@@ -223,13 +223,13 @@ Description: # CCXT – CryptoCurrency eXchange Trading Library
|
|
223
223
|
|
224
224
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
225
225
|
|
226
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.2.
|
227
|
-
* unpkg: https://unpkg.com/ccxt@4.2.
|
226
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.2.40/dist/ccxt.browser.js
|
227
|
+
* unpkg: https://unpkg.com/ccxt@4.2.40/dist/ccxt.browser.js
|
228
228
|
|
229
229
|
CDNs are not updated in real-time and may have delays. Defaulting to the most recent version without specifying the version number is not recommended. Please, keep in mind that we are not responsible for the correct operation of those CDN servers.
|
230
230
|
|
231
231
|
```HTML
|
232
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.2.
|
232
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.2.40/dist/ccxt.browser.js"></script>
|
233
233
|
```
|
234
234
|
|
235
235
|
Creates a global `ccxt` object:
|
@@ -16,6 +16,7 @@ class ImplicitAPI:
|
|
16
16
|
spot_v1_private_post_trade_order = spotV1PrivatePostTradeOrder = Entry('trade/order', ['spot', 'v1', 'private'], 'POST', {'cost': 3})
|
17
17
|
spot_v1_private_post_trade_cancel = spotV1PrivatePostTradeCancel = Entry('trade/cancel', ['spot', 'v1', 'private'], 'POST', {'cost': 3})
|
18
18
|
spot_v1_private_post_trade_batchorders = spotV1PrivatePostTradeBatchOrders = Entry('trade/batchOrders', ['spot', 'v1', 'private'], 'POST', {'cost': 3})
|
19
|
+
spot_v1_private_post_trade_order_cancelreplace = spotV1PrivatePostTradeOrderCancelReplace = Entry('trade/order/cancelReplace', ['spot', 'v1', 'private'], 'POST', {'cost': 3})
|
19
20
|
spot_v1_private_post_trade_cancelorders = spotV1PrivatePostTradeCancelOrders = Entry('trade/cancelOrders', ['spot', 'v1', 'private'], 'POST', {'cost': 3})
|
20
21
|
spot_v1_private_post_trade_cancelopenorders = spotV1PrivatePostTradeCancelOpenOrders = Entry('trade/cancelOpenOrders', ['spot', 'v1', 'private'], 'POST', {'cost': 3})
|
21
22
|
spot_v3_private_get_get_asset_transfer = spotV3PrivateGetGetAssetTransfer = Entry('get/asset/transfer', ['spot', 'v3', 'private'], 'GET', {'cost': 3})
|
@@ -23,8 +24,11 @@ class ImplicitAPI:
|
|
23
24
|
spot_v3_private_get_capital_deposit_hisrec = spotV3PrivateGetCapitalDepositHisrec = Entry('capital/deposit/hisrec', ['spot', 'v3', 'private'], 'GET', {'cost': 3})
|
24
25
|
spot_v3_private_get_capital_withdraw_history = spotV3PrivateGetCapitalWithdrawHistory = Entry('capital/withdraw/history', ['spot', 'v3', 'private'], 'GET', {'cost': 3})
|
25
26
|
spot_v3_private_post_post_asset_transfer = spotV3PrivatePostPostAssetTransfer = Entry('post/asset/transfer', ['spot', 'v3', 'private'], 'POST', {'cost': 3})
|
27
|
+
swap_v1_public_get_ticker_price = swapV1PublicGetTickerPrice = Entry('ticker/price', ['swap', 'v1', 'public'], 'GET', {'cost': 1})
|
26
28
|
swap_v1_private_get_positionside_dual = swapV1PrivateGetPositionSideDual = Entry('positionSide/dual', ['swap', 'v1', 'private'], 'GET', {'cost': 1})
|
27
29
|
swap_v1_private_get_market_markpriceklines = swapV1PrivateGetMarketMarkPriceKlines = Entry('market/markPriceKlines', ['swap', 'v1', 'private'], 'GET', {'cost': 1})
|
30
|
+
swap_v1_private_get_trade_batchcancelreplace = swapV1PrivateGetTradeBatchCancelReplace = Entry('trade/batchCancelReplace', ['swap', 'v1', 'private'], 'GET', {'cost': 1})
|
31
|
+
swap_v1_private_post_trade_cancelreplace = swapV1PrivatePostTradeCancelReplace = Entry('trade/cancelReplace', ['swap', 'v1', 'private'], 'POST', {'cost': 1})
|
28
32
|
swap_v1_private_post_positionside_dual = swapV1PrivatePostPositionSideDual = Entry('positionSide/dual', ['swap', 'v1', 'private'], 'POST', {'cost': 1})
|
29
33
|
swap_v2_public_get_server_time = swapV2PublicGetServerTime = Entry('server/time', ['swap', 'v2', 'public'], 'GET', {'cost': 3})
|
30
34
|
swap_v2_public_get_quote_contracts = swapV2PublicGetQuoteContracts = Entry('quote/contracts', ['swap', 'v2', 'public'], 'GET', {'cost': 1})
|
@@ -47,6 +47,7 @@ class ImplicitAPI:
|
|
47
47
|
private_get_users_self_trailing_volume = privateGetUsersSelfTrailingVolume = Entry('users/self/trailing-volume', 'private', 'GET', {})
|
48
48
|
private_get_withdrawals_fee_estimate = privateGetWithdrawalsFeeEstimate = Entry('withdrawals/fee-estimate', 'private', 'GET', {})
|
49
49
|
private_get_conversions_conversion_id = privateGetConversionsConversionId = Entry('conversions/{conversion_id}', 'private', 'GET', {})
|
50
|
+
private_get_conversions_fees = privateGetConversionsFees = Entry('conversions/fees', 'private', 'GET', {})
|
50
51
|
private_post_conversions = privatePostConversions = Entry('conversions', 'private', 'POST', {})
|
51
52
|
private_post_deposits_coinbase_account = privatePostDepositsCoinbaseAccount = Entry('deposits/coinbase-account', 'private', 'POST', {})
|
52
53
|
private_post_deposits_payment_method = privatePostDepositsPaymentMethod = Entry('deposits/payment-method', 'private', 'POST', {})
|
@@ -165,7 +165,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
165
165
|
'get': {
|
166
166
|
'info': 1,
|
167
167
|
'wallet/transactions': 1,
|
168
|
-
'wallet/deposit/address': 1,
|
168
|
+
'wallet/deposit/address': 1,
|
169
169
|
'data/balance/snapshot': 1,
|
170
170
|
'data/balance/history': 1,
|
171
171
|
},
|
@@ -284,11 +284,14 @@ class ascendex(Exchange, ImplicitAPI):
|
|
284
284
|
'fillResponseFromRequest': True,
|
285
285
|
},
|
286
286
|
'networks': {
|
287
|
-
'BSC': 'BEP20(BSC)',
|
287
|
+
'BSC': 'BEP20 ' + '(BSC)',
|
288
288
|
'ARB': 'arbitrum',
|
289
289
|
'SOL': 'Solana',
|
290
290
|
'AVAX': 'avalanche C chain',
|
291
291
|
'OMNI': 'Omni',
|
292
|
+
'TRC': 'TRC20',
|
293
|
+
'TRX': 'TRC20',
|
294
|
+
'ERC': 'ERC20',
|
292
295
|
},
|
293
296
|
'networksById': {
|
294
297
|
'BEP20(BSC)': 'BSC',
|
@@ -296,6 +299,16 @@ class ascendex(Exchange, ImplicitAPI):
|
|
296
299
|
'Solana': 'SOL',
|
297
300
|
'avalanche C chain': 'AVAX',
|
298
301
|
'Omni': 'OMNI',
|
302
|
+
'TRC20': 'TRC20',
|
303
|
+
'ERC20': 'ERC20',
|
304
|
+
'GO20': 'GO20',
|
305
|
+
'BEP2': 'BEP2',
|
306
|
+
'Bitcoin': 'BTC',
|
307
|
+
'Bitcoin ABC': 'BCH',
|
308
|
+
'Litecoin': 'LTC',
|
309
|
+
'Matic Network': 'MATIC',
|
310
|
+
'xDai': 'STAKE',
|
311
|
+
'Akash': 'AKT',
|
299
312
|
},
|
300
313
|
},
|
301
314
|
'exceptions': {
|
@@ -2253,8 +2266,8 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2253
2266
|
tag = self.safe_string(depositAddress, tagId)
|
2254
2267
|
self.check_address(address)
|
2255
2268
|
code = None if (currency is None) else currency['code']
|
2256
|
-
chainName = self.safe_string(depositAddress, '
|
2257
|
-
network = self.
|
2269
|
+
chainName = self.safe_string(depositAddress, 'blockchain')
|
2270
|
+
network = self.network_id_to_code(chainName, code)
|
2258
2271
|
return {
|
2259
2272
|
'currency': code,
|
2260
2273
|
'address': address,
|
@@ -2264,35 +2277,26 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2264
2277
|
}
|
2265
2278
|
|
2266
2279
|
def safe_network(self, networkId):
|
2267
|
-
networksById =
|
2268
|
-
'TRC20': 'TRC20',
|
2269
|
-
'ERC20': 'ERC20',
|
2270
|
-
'GO20': 'GO20',
|
2271
|
-
'BEP2': 'BEP2',
|
2272
|
-
'BEP20(BSC)': 'BEP20',
|
2273
|
-
'Bitcoin': 'BTC',
|
2274
|
-
'Bitcoin ABC': 'BCH',
|
2275
|
-
'Litecoin': 'LTC',
|
2276
|
-
'Matic Network': 'MATIC',
|
2277
|
-
'Solana': 'SOL',
|
2278
|
-
'xDai': 'STAKE',
|
2279
|
-
'Akash': 'AKT',
|
2280
|
-
}
|
2280
|
+
networksById = self.safe_dict(self.options, 'networksById')
|
2281
2281
|
return self.safe_string(networksById, networkId, networkId)
|
2282
2282
|
|
2283
2283
|
def fetch_deposit_address(self, code: str, params={}):
|
2284
2284
|
"""
|
2285
2285
|
fetch the deposit address for a currency associated with self account
|
2286
|
+
:see: https://ascendex.github.io/ascendex-pro-api/#query-deposit-addresses
|
2286
2287
|
:param str code: unified currency code
|
2287
2288
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
2289
|
+
:param str [params.network]: unified network code for deposit chain
|
2288
2290
|
:returns dict: an `address structure <https://docs.ccxt.com/#/?id=address-structure>`
|
2289
2291
|
"""
|
2290
2292
|
self.load_markets()
|
2291
2293
|
currency = self.currency(code)
|
2292
|
-
|
2293
|
-
|
2294
|
+
networkCode = self.safe_string_2(params, 'network', 'chainName')
|
2295
|
+
networkId = self.network_code_to_id(networkCode)
|
2296
|
+
params = self.omit(params, ['chainName'])
|
2294
2297
|
request = {
|
2295
2298
|
'asset': currency['id'],
|
2299
|
+
'blockchain': networkId,
|
2296
2300
|
}
|
2297
2301
|
response = self.v1PrivateGetWalletDepositAddress(self.extend(request, params))
|
2298
2302
|
#
|
@@ -2328,20 +2332,20 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2328
2332
|
# }
|
2329
2333
|
# }
|
2330
2334
|
#
|
2331
|
-
data = self.
|
2332
|
-
addresses = self.
|
2335
|
+
data = self.safe_dict(response, 'data', {})
|
2336
|
+
addresses = self.safe_list(data, 'address', [])
|
2333
2337
|
numAddresses = len(addresses)
|
2334
2338
|
address = None
|
2335
2339
|
if numAddresses > 1:
|
2336
2340
|
addressesByChainName = self.index_by(addresses, 'chainName')
|
2337
|
-
if
|
2341
|
+
if networkId is None:
|
2338
2342
|
chainNames = list(addressesByChainName.keys())
|
2339
2343
|
chains = ', '.join(chainNames)
|
2340
2344
|
raise ArgumentsRequired(self.id + ' fetchDepositAddress() returned more than one address, a chainName parameter is required, one of ' + chains)
|
2341
|
-
address = self.
|
2345
|
+
address = self.safe_dict(addressesByChainName, networkId, {})
|
2342
2346
|
else:
|
2343
2347
|
# first address
|
2344
|
-
address = self.
|
2348
|
+
address = self.safe_dict(addresses, 0, {})
|
2345
2349
|
result = self.parse_deposit_address(address, currency)
|
2346
2350
|
return self.extend(result, {
|
2347
2351
|
'info': response,
|
@@ -165,7 +165,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
165
165
|
'get': {
|
166
166
|
'info': 1,
|
167
167
|
'wallet/transactions': 1,
|
168
|
-
'wallet/deposit/address': 1,
|
168
|
+
'wallet/deposit/address': 1,
|
169
169
|
'data/balance/snapshot': 1,
|
170
170
|
'data/balance/history': 1,
|
171
171
|
},
|
@@ -284,11 +284,14 @@ class ascendex(Exchange, ImplicitAPI):
|
|
284
284
|
'fillResponseFromRequest': True,
|
285
285
|
},
|
286
286
|
'networks': {
|
287
|
-
'BSC': 'BEP20(BSC)',
|
287
|
+
'BSC': 'BEP20 ' + '(BSC)',
|
288
288
|
'ARB': 'arbitrum',
|
289
289
|
'SOL': 'Solana',
|
290
290
|
'AVAX': 'avalanche C chain',
|
291
291
|
'OMNI': 'Omni',
|
292
|
+
'TRC': 'TRC20',
|
293
|
+
'TRX': 'TRC20',
|
294
|
+
'ERC': 'ERC20',
|
292
295
|
},
|
293
296
|
'networksById': {
|
294
297
|
'BEP20(BSC)': 'BSC',
|
@@ -296,6 +299,16 @@ class ascendex(Exchange, ImplicitAPI):
|
|
296
299
|
'Solana': 'SOL',
|
297
300
|
'avalanche C chain': 'AVAX',
|
298
301
|
'Omni': 'OMNI',
|
302
|
+
'TRC20': 'TRC20',
|
303
|
+
'ERC20': 'ERC20',
|
304
|
+
'GO20': 'GO20',
|
305
|
+
'BEP2': 'BEP2',
|
306
|
+
'Bitcoin': 'BTC',
|
307
|
+
'Bitcoin ABC': 'BCH',
|
308
|
+
'Litecoin': 'LTC',
|
309
|
+
'Matic Network': 'MATIC',
|
310
|
+
'xDai': 'STAKE',
|
311
|
+
'Akash': 'AKT',
|
299
312
|
},
|
300
313
|
},
|
301
314
|
'exceptions': {
|
@@ -2253,8 +2266,8 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2253
2266
|
tag = self.safe_string(depositAddress, tagId)
|
2254
2267
|
self.check_address(address)
|
2255
2268
|
code = None if (currency is None) else currency['code']
|
2256
|
-
chainName = self.safe_string(depositAddress, '
|
2257
|
-
network = self.
|
2269
|
+
chainName = self.safe_string(depositAddress, 'blockchain')
|
2270
|
+
network = self.network_id_to_code(chainName, code)
|
2258
2271
|
return {
|
2259
2272
|
'currency': code,
|
2260
2273
|
'address': address,
|
@@ -2264,35 +2277,26 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2264
2277
|
}
|
2265
2278
|
|
2266
2279
|
def safe_network(self, networkId):
|
2267
|
-
networksById =
|
2268
|
-
'TRC20': 'TRC20',
|
2269
|
-
'ERC20': 'ERC20',
|
2270
|
-
'GO20': 'GO20',
|
2271
|
-
'BEP2': 'BEP2',
|
2272
|
-
'BEP20(BSC)': 'BEP20',
|
2273
|
-
'Bitcoin': 'BTC',
|
2274
|
-
'Bitcoin ABC': 'BCH',
|
2275
|
-
'Litecoin': 'LTC',
|
2276
|
-
'Matic Network': 'MATIC',
|
2277
|
-
'Solana': 'SOL',
|
2278
|
-
'xDai': 'STAKE',
|
2279
|
-
'Akash': 'AKT',
|
2280
|
-
}
|
2280
|
+
networksById = self.safe_dict(self.options, 'networksById')
|
2281
2281
|
return self.safe_string(networksById, networkId, networkId)
|
2282
2282
|
|
2283
2283
|
async def fetch_deposit_address(self, code: str, params={}):
|
2284
2284
|
"""
|
2285
2285
|
fetch the deposit address for a currency associated with self account
|
2286
|
+
:see: https://ascendex.github.io/ascendex-pro-api/#query-deposit-addresses
|
2286
2287
|
:param str code: unified currency code
|
2287
2288
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
2289
|
+
:param str [params.network]: unified network code for deposit chain
|
2288
2290
|
:returns dict: an `address structure <https://docs.ccxt.com/#/?id=address-structure>`
|
2289
2291
|
"""
|
2290
2292
|
await self.load_markets()
|
2291
2293
|
currency = self.currency(code)
|
2292
|
-
|
2293
|
-
|
2294
|
+
networkCode = self.safe_string_2(params, 'network', 'chainName')
|
2295
|
+
networkId = self.network_code_to_id(networkCode)
|
2296
|
+
params = self.omit(params, ['chainName'])
|
2294
2297
|
request = {
|
2295
2298
|
'asset': currency['id'],
|
2299
|
+
'blockchain': networkId,
|
2296
2300
|
}
|
2297
2301
|
response = await self.v1PrivateGetWalletDepositAddress(self.extend(request, params))
|
2298
2302
|
#
|
@@ -2328,20 +2332,20 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2328
2332
|
# }
|
2329
2333
|
# }
|
2330
2334
|
#
|
2331
|
-
data = self.
|
2332
|
-
addresses = self.
|
2335
|
+
data = self.safe_dict(response, 'data', {})
|
2336
|
+
addresses = self.safe_list(data, 'address', [])
|
2333
2337
|
numAddresses = len(addresses)
|
2334
2338
|
address = None
|
2335
2339
|
if numAddresses > 1:
|
2336
2340
|
addressesByChainName = self.index_by(addresses, 'chainName')
|
2337
|
-
if
|
2341
|
+
if networkId is None:
|
2338
2342
|
chainNames = list(addressesByChainName.keys())
|
2339
2343
|
chains = ', '.join(chainNames)
|
2340
2344
|
raise ArgumentsRequired(self.id + ' fetchDepositAddress() returned more than one address, a chainName parameter is required, one of ' + chains)
|
2341
|
-
address = self.
|
2345
|
+
address = self.safe_dict(addressesByChainName, networkId, {})
|
2342
2346
|
else:
|
2343
2347
|
# first address
|
2344
|
-
address = self.
|
2348
|
+
address = self.safe_dict(addresses, 0, {})
|
2345
2349
|
result = self.parse_deposit_address(address, currency)
|
2346
2350
|
return self.extend(result, {
|
2347
2351
|
'info': response,
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# -----------------------------------------------------------------------------
|
4
4
|
|
5
|
-
__version__ = '4.2.
|
5
|
+
__version__ = '4.2.40'
|
6
6
|
|
7
7
|
# -----------------------------------------------------------------------------
|
8
8
|
|
@@ -879,13 +879,13 @@ class Exchange(BaseExchange):
|
|
879
879
|
raise NotSupported(self.id + ' fetchStatus() is not supported yet')
|
880
880
|
|
881
881
|
async def fetch_funding_fee(self, code: str, params={}):
|
882
|
-
warnOnFetchFundingFee = self.
|
882
|
+
warnOnFetchFundingFee = self.safe_bool(self.options, 'warnOnFetchFundingFee', True)
|
883
883
|
if warnOnFetchFundingFee:
|
884
884
|
raise NotSupported(self.id + ' fetchFundingFee() method is deprecated, it will be removed in July 2022, please, use fetchTransactionFee() or set exchange.options["warnOnFetchFundingFee"] = False to suppress self warning')
|
885
885
|
return await self.fetch_transaction_fee(code, params)
|
886
886
|
|
887
887
|
async def fetch_funding_fees(self, codes: List[str] = None, params={}):
|
888
|
-
warnOnFetchFundingFees = self.
|
888
|
+
warnOnFetchFundingFees = self.safe_bool(self.options, 'warnOnFetchFundingFees', True)
|
889
889
|
if warnOnFetchFundingFees:
|
890
890
|
raise NotSupported(self.id + ' fetchFundingFees() method is deprecated, it will be removed in July 2022. Please, use fetchTransactionFees() or set exchange.options["warnOnFetchFundingFees"] = False to suppress self warning')
|
891
891
|
return await self.fetch_transaction_fees(codes, params)
|
@@ -922,7 +922,7 @@ class Exchange(BaseExchange):
|
|
922
922
|
if not self.has['fetchBorrowRates']:
|
923
923
|
raise NotSupported(self.id + ' fetchIsolatedBorrowRate() is not supported yet')
|
924
924
|
borrowRates = await self.fetchIsolatedBorrowRates(params)
|
925
|
-
rate = self.
|
925
|
+
rate = self.safe_dict(borrowRates, symbol)
|
926
926
|
if rate is None:
|
927
927
|
raise ExchangeError(self.id + ' fetchIsolatedBorrowRate() could not find the borrow rate for market symbol ' + symbol)
|
928
928
|
return rate
|
@@ -933,7 +933,7 @@ class Exchange(BaseExchange):
|
|
933
933
|
market = self.market(symbol)
|
934
934
|
symbol = market['symbol']
|
935
935
|
tickers = await self.fetch_tickers([symbol], params)
|
936
|
-
ticker = self.
|
936
|
+
ticker = self.safe_dict(tickers, symbol)
|
937
937
|
if ticker is None:
|
938
938
|
raise NullResponse(self.id + ' fetchTickers() could not find a ticker for ' + symbol)
|
939
939
|
else:
|
@@ -966,7 +966,7 @@ class Exchange(BaseExchange):
|
|
966
966
|
return order['status']
|
967
967
|
|
968
968
|
async def fetch_unified_order(self, order, params={}):
|
969
|
-
return await self.fetch_order(self.
|
969
|
+
return await self.fetch_order(self.safe_string(order, 'id'), self.safe_string(order, 'symbol'), params)
|
970
970
|
|
971
971
|
async def create_order(self, symbol: str, type: OrderType, side: OrderSide, amount: float, price: float = None, params={}):
|
972
972
|
raise NotSupported(self.id + ' createOrder() is not supported yet')
|
@@ -1191,7 +1191,7 @@ class Exchange(BaseExchange):
|
|
1191
1191
|
raise NotSupported(self.id + ' cancelAllOrdersWs() is not supported yet')
|
1192
1192
|
|
1193
1193
|
async def cancel_unified_order(self, order, params={}):
|
1194
|
-
return self.cancelOrder(self.
|
1194
|
+
return self.cancelOrder(self.safe_string(order, 'id'), self.safe_string(order, 'symbol'), params)
|
1195
1195
|
|
1196
1196
|
async def fetch_orders(self, symbol: str = None, since: Int = None, limit: Int = None, params={}):
|
1197
1197
|
if self.has['fetchOpenOrders'] and self.has['fetchClosedOrders']:
|