ccxt 4.3.9__tar.gz → 4.3.10__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.
Potentially problematic release.
This version of ccxt might be problematic. Click here for more details.
- {ccxt-4.3.9/ccxt.egg-info → ccxt-4.3.10}/PKG-INFO +4 -4
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/__init__.py +1 -1
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/kucoinfutures.py +2 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/__init__.py +1 -1
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/base/exchange.py +1 -1
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitget.py +1 -1
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/coinex.py +169 -148
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/kucoinfutures.py +148 -12
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/base/exchange.py +4 -4
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/base/types.py +2 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitget.py +1 -1
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/coinex.py +169 -148
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/kucoinfutures.py +148 -12
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/__init__.py +1 -1
- {ccxt-4.3.9 → ccxt-4.3.10/ccxt.egg-info}/PKG-INFO +4 -4
- {ccxt-4.3.9 → ccxt-4.3.10}/package.json +2 -1
- {ccxt-4.3.9 → ccxt-4.3.10}/LICENSE.txt +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/MANIFEST.in +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/README.rst +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/ace.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/alpaca.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/ascendex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bequant.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bigone.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/binance.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/binancecoinm.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/binanceus.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/binanceusdm.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bingx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bit2c.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitbank.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitbay.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitbns.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitcoincom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitfinex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitfinex2.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitflyer.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitget.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bithumb.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitmart.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitmex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitopro.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitpanda.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitrue.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitso.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitstamp.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitteam.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bitvavo.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bl3p.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/blockchaincom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/blofin.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/btcalpha.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/btcbox.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/btcmarkets.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/btcturk.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/bybit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/cex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/coinbase.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/coinbaseinternational.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/coinbasepro.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/coincheck.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/coinex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/coinlist.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/coinmate.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/coinmetro.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/coinone.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/coinsph.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/coinspot.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/cryptocom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/currencycom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/delta.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/deribit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/digifinex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/exmo.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/fmfwio.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/gate.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/gateio.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/gemini.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/hitbtc.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/hitbtc3.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/hollaex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/htx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/huobi.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/huobijp.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/hyperliquid.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/idex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/independentreserve.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/indodax.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/kraken.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/krakenfutures.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/kucoin.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/kuna.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/latoken.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/lbank.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/luno.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/lykke.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/mercado.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/mexc.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/ndax.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/novadax.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/oceanex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/okcoin.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/okx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/onetrading.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/p2b.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/paymium.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/phemex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/poloniex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/poloniexfutures.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/probit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/timex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/tokocrypto.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/tradeogre.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/upbit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/wavesexchange.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/wazirx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/whitebit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/woo.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/yobit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/zaif.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/abstract/zonda.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/ace.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/alpaca.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/ascendex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/ace.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/alpaca.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/ascendex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/base/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/base/throttler.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/base/ws/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/base/ws/aiohttp_client.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/base/ws/cache.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/base/ws/client.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/base/ws/fast_client.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/base/ws/functions.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/base/ws/future.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/base/ws/order_book.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/base/ws/order_book_side.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bequant.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bigone.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/binance.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/binancecoinm.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/binanceus.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/binanceusdm.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bingx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bit2c.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitbank.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitbay.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitbns.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitcoincom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitfinex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitfinex2.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitflyer.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bithumb.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitmart.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitmex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitopro.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitpanda.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitrue.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitso.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitstamp.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitteam.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bitvavo.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bl3p.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/blockchaincom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/blofin.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/btcalpha.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/btcbox.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/btcmarkets.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/btcturk.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/bybit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/cex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/coinbase.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/coinbaseinternational.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/coinbasepro.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/coincheck.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/coinlist.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/coinmate.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/coinmetro.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/coinone.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/coinsph.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/coinspot.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/cryptocom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/currencycom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/delta.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/deribit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/digifinex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/exmo.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/flowbtc.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/fmfwio.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/gate.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/gateio.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/gemini.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/hitbtc.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/hitbtc3.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/hollaex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/htx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/huobi.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/huobijp.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/hyperliquid.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/idex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/independentreserve.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/indodax.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/kraken.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/krakenfutures.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/kucoin.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/kuna.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/latoken.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/lbank.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/luno.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/lykke.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/mercado.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/mexc.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/ndax.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/novadax.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/oceanex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/okcoin.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/okx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/onetrading.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/p2b.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/paymium.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/phemex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/poloniex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/poloniexfutures.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/probit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/timex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/tokocrypto.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/tradeogre.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/upbit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/wavesexchange.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/wazirx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/whitebit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/woo.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/yobit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/zaif.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/async_support/zonda.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/base/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/base/decimal_to_precision.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/base/errors.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/base/precise.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bequant.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bigone.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/binance.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/binancecoinm.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/binanceus.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/binanceusdm.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bingx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bit2c.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitbank.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitbay.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitbns.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitcoincom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitfinex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitfinex2.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitflyer.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bithumb.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitmart.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitmex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitopro.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitpanda.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitrue.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitso.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitstamp.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitteam.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bitvavo.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bl3p.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/blockchaincom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/blofin.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/btcalpha.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/btcbox.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/btcmarkets.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/btcturk.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/bybit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/cex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/coinbase.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/coinbaseinternational.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/coinbasepro.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/coincheck.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/coinlist.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/coinmate.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/coinmetro.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/coinone.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/coinsph.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/coinspot.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/cryptocom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/currencycom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/delta.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/deribit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/digifinex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/exmo.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/flowbtc.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/fmfwio.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/gate.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/gateio.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/gemini.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/hitbtc.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/hitbtc3.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/hollaex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/htx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/huobi.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/huobijp.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/hyperliquid.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/idex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/independentreserve.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/indodax.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/kraken.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/krakenfutures.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/kucoin.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/kuna.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/latoken.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/lbank.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/luno.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/lykke.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/mercado.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/mexc.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/ndax.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/novadax.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/oceanex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/okcoin.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/okx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/onetrading.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/p2b.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/paymium.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/phemex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/poloniex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/poloniexfutures.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/alpaca.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/ascendex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/bequant.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/binance.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/binancecoinm.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/binanceus.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/binanceusdm.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/bingx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/bitcoincom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/bitfinex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/bitfinex2.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/bitget.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/bithumb.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/bitmart.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/bitmex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/bitopro.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/bitpanda.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/bitrue.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/bitstamp.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/bitvavo.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/blockchaincom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/bybit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/cex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/coinbase.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/coinbaseinternational.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/coinbasepro.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/coincheck.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/coinex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/coinone.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/cryptocom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/currencycom.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/deribit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/exmo.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/gate.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/gateio.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/gemini.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/hitbtc.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/hollaex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/htx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/huobi.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/huobijp.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/hyperliquid.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/idex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/independentreserve.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/kraken.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/krakenfutures.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/kucoin.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/kucoinfutures.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/lbank.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/luno.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/mexc.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/ndax.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/okcoin.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/okx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/onetrading.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/p2b.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/phemex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/poloniex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/poloniexfutures.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/probit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/upbit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/wazirx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/whitebit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/pro/woo.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/probit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ecdsa/der.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ecdsa/util.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/abi.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/base.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/codec.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/constants.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/decoding.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/encoding.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/exceptions.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/grammar.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/packed.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/py.typed +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/registry.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/tools/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/tools/_strategies.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/utils/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/utils/numeric.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/utils/padding.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/abi/utils/string.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/account/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/account/encode_typed_data/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/account/encode_typed_data/encoding_and_hashing.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/account/encode_typed_data/helpers.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/account/messages.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/account/py.typed +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/hexbytes/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/hexbytes/_utils.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/hexbytes/main.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/hexbytes/py.typed +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/typing/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/typing/abi.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/typing/bls.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/typing/discovery.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/typing/encoding.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/typing/enums.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/typing/ethpm.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/typing/evm.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/typing/networks.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/typing/py.typed +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/abi.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/address.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/applicators.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/conversions.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/currency.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/curried/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/debug.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/decorators.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/encoding.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/exceptions.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/functional.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/hexadecimal.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/humanize.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/logging.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/module_loading.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/numeric.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/py.typed +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/toolz.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/types.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/typing/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/typing/misc.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/ethereum/utils/units.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/keccak/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/keccak/keccak.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/msgpack/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/msgpack/exceptions.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/msgpack/ext.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/msgpack/fallback.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/parsimonious/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/parsimonious/exceptions.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/parsimonious/expressions.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/parsimonious/grammar.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/parsimonious/nodes.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/parsimonious/utils.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/toolz/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/toolz/_signatures.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/toolz/_version.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/toolz/compatibility.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/toolz/curried/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/toolz/curried/exceptions.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/toolz/curried/operator.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/toolz/dicttoolz.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/toolz/functoolz.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/toolz/itertoolz.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/toolz/recipes.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/static_dependencies/toolz/utils.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/__init__.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_account.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_balance.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_borrow_interest.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_borrow_rate.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_calculate_fee.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_crypto.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_currency.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_datetime.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_decimal_to_precision.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_deep_extend.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_deposit_withdrawal.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_exchange_datetime_functions.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_funding_rate_history.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_last_price.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_ledger_entry.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_ledger_item.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_leverage_tier.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_margin_mode.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_margin_modification.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_market.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_number.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_ohlcv.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_open_interest.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_order.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_order_book.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_position.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_shared_methods.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_status.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_throttle.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_ticker.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_trade.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_trading_fee.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/base/test_transaction.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/test_async.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/test/test_sync.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/timex.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/tokocrypto.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/tradeogre.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/upbit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/wavesexchange.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/wazirx.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/whitebit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/woo.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/yobit.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/zaif.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt/zonda.py +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt.egg-info/SOURCES.txt +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt.egg-info/dependency_links.txt +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt.egg-info/requires.txt +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/ccxt.egg-info/top_level.txt +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/setup.cfg +0 -0
- {ccxt-4.3.9 → ccxt-4.3.10}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ccxt
|
3
|
-
Version: 4.3.
|
3
|
+
Version: 4.3.10
|
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
|
@@ -226,13 +226,13 @@ Description: # CCXT – CryptoCurrency eXchange Trading Library
|
|
226
226
|
|
227
227
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
228
228
|
|
229
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.
|
230
|
-
* unpkg: https://unpkg.com/ccxt@4.3.
|
229
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.10/dist/ccxt.browser.js
|
230
|
+
* unpkg: https://unpkg.com/ccxt@4.3.10/dist/ccxt.browser.js
|
231
231
|
|
232
232
|
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.
|
233
233
|
|
234
234
|
```HTML
|
235
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.3.
|
235
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.3.10/dist/ccxt.browser.js"></script>
|
236
236
|
```
|
237
237
|
|
238
238
|
Creates a global `ccxt` object:
|
@@ -184,6 +184,8 @@ class ImplicitAPI:
|
|
184
184
|
futuresprivate_get_withdrawal_list = futuresPrivateGetWithdrawalList = Entry('withdrawal-list', 'futuresPrivate', 'GET', {'cost': 1})
|
185
185
|
futuresprivate_get_sub_api_key = futuresPrivateGetSubApiKey = Entry('sub/api-key', 'futuresPrivate', 'GET', {'cost': 1})
|
186
186
|
futuresprivate_get_trade_statistics = futuresPrivateGetTradeStatistics = Entry('trade-statistics', 'futuresPrivate', 'GET', {'cost': 1})
|
187
|
+
futuresprivate_get_trade_fees = futuresPrivateGetTradeFees = Entry('trade-fees', 'futuresPrivate', 'GET', {'cost': 1})
|
188
|
+
futuresprivate_get_history_positions = futuresPrivateGetHistoryPositions = Entry('history-positions', 'futuresPrivate', 'GET', {'cost': 1})
|
187
189
|
futuresprivate_post_transfer_out = futuresPrivatePostTransferOut = Entry('transfer-out', 'futuresPrivate', 'POST', {'cost': 1})
|
188
190
|
futuresprivate_post_transfer_in = futuresPrivatePostTransferIn = Entry('transfer-in', 'futuresPrivate', 'POST', {'cost': 1})
|
189
191
|
futuresprivate_post_orders = futuresPrivatePostOrders = Entry('orders', 'futuresPrivate', 'POST', {'cost': 1.33})
|
@@ -7864,7 +7864,7 @@ class bitget(Exchange, ImplicitAPI):
|
|
7864
7864
|
"""
|
7865
7865
|
fetches historical positions
|
7866
7866
|
:see: https://www.bitget.com/api-doc/contract/position/Get-History-Position
|
7867
|
-
:param str [
|
7867
|
+
:param str[] [symbols]: unified contract symbols
|
7868
7868
|
:param int [since]: timestamp in ms of the earliest position to fetch, default=3 months ago, max range for params["until"] - since is 3 months
|
7869
7869
|
:param int [limit]: the maximum amount of records to fetch, default=20, max=100
|
7870
7870
|
:param dict params: extra parameters specific to the exchange api endpoint
|
@@ -1689,7 +1689,7 @@ class coinex(Exchange, ImplicitAPI):
|
|
1689
1689
|
# "client_id": "",
|
1690
1690
|
# }
|
1691
1691
|
#
|
1692
|
-
# Spot and Margin cancelOrder,
|
1692
|
+
# Spot and Margin cancelOrder, fetchOrder
|
1693
1693
|
#
|
1694
1694
|
# {
|
1695
1695
|
# "amount":"1.5",
|
@@ -1884,49 +1884,7 @@ class coinex(Exchange, ImplicitAPI):
|
|
1884
1884
|
# "user_id": 3620173
|
1885
1885
|
# }
|
1886
1886
|
#
|
1887
|
-
#
|
1888
|
-
#
|
1889
|
-
# {
|
1890
|
-
# "amount": "0.0005",
|
1891
|
-
# "client_id": "x-167673045-b0cee0c584718b65",
|
1892
|
-
# "create_time": 1701233683.294231,
|
1893
|
-
# "deal_asset_fee": "0.00000000000000000000",
|
1894
|
-
# "deal_fee": "0.00000000000000000000",
|
1895
|
-
# "deal_profit": "0.00000000000000000000",
|
1896
|
-
# "deal_stock": "0.00000000000000000000",
|
1897
|
-
# "effect_type": 1,
|
1898
|
-
# "fee_asset": "",
|
1899
|
-
# "fee_discount": "0.00000000000000000000",
|
1900
|
-
# "last_deal_amount": "0.00000000000000000000",
|
1901
|
-
# "last_deal_id": 0,
|
1902
|
-
# "last_deal_price": "0.00000000000000000000",
|
1903
|
-
# "last_deal_role": 0,
|
1904
|
-
# "last_deal_time": 0,
|
1905
|
-
# "last_deal_type": 0,
|
1906
|
-
# "left": "0.0005",
|
1907
|
-
# "leverage": "3",
|
1908
|
-
# "maker_fee": "0.00030",
|
1909
|
-
# "market": "BTCUSDT",
|
1910
|
-
# "option": 0,
|
1911
|
-
# "order_id": 115940476323,
|
1912
|
-
# "position_id": 0,
|
1913
|
-
# "position_type": 2,
|
1914
|
-
# "price": "25000.00",
|
1915
|
-
# "side": 2,
|
1916
|
-
# "source": "api.v1",
|
1917
|
-
# "stop_id": 0,
|
1918
|
-
# "stop_loss_price": "0.00000000000000000000",
|
1919
|
-
# "stop_loss_type": 0,
|
1920
|
-
# "take_profit_price": "0.00000000000000000000",
|
1921
|
-
# "take_profit_type": 0,
|
1922
|
-
# "taker_fee": "0.00050",
|
1923
|
-
# "target": 0,
|
1924
|
-
# "type": 1,
|
1925
|
-
# "update_time": 1701233721.718884,
|
1926
|
-
# "user_id": 3620173
|
1927
|
-
# }
|
1928
|
-
#
|
1929
|
-
# Spot and Margin createOrder, createOrders v2
|
1887
|
+
# Spot and Margin createOrder, createOrders, cancelOrders v2
|
1930
1888
|
#
|
1931
1889
|
# {
|
1932
1890
|
# "amount": "0.0001",
|
@@ -1958,7 +1916,7 @@ class coinex(Exchange, ImplicitAPI):
|
|
1958
1916
|
# "stop_id": 117180138153
|
1959
1917
|
# }
|
1960
1918
|
#
|
1961
|
-
# Swap createOrder, createOrders v2
|
1919
|
+
# Swap createOrder, createOrders, cancelOrders v2
|
1962
1920
|
#
|
1963
1921
|
# {
|
1964
1922
|
# "amount": "0.0001",
|
@@ -2018,6 +1976,24 @@ class coinex(Exchange, ImplicitAPI):
|
|
2018
1976
|
# "updated_at": 1714119054559
|
2019
1977
|
# }
|
2020
1978
|
#
|
1979
|
+
# Swap and Spot stop cancelOrders v2
|
1980
|
+
#
|
1981
|
+
# {
|
1982
|
+
# "amount": "0.0001",
|
1983
|
+
# "client_id": "x-167673045-a7d7714c6478acf6",
|
1984
|
+
# "created_at": 1714187923820,
|
1985
|
+
# "market": "BTCUSDT",
|
1986
|
+
# "market_type": "FUTURES",
|
1987
|
+
# "price": "61000",
|
1988
|
+
# "side": "buy",
|
1989
|
+
# "stop_id": 136984426097,
|
1990
|
+
# "trigger_direction": "higher",
|
1991
|
+
# "trigger_price": "62000",
|
1992
|
+
# "trigger_price_type": "latest_price",
|
1993
|
+
# "type": "limit",
|
1994
|
+
# "updated_at": 1714187974363
|
1995
|
+
# }
|
1996
|
+
#
|
2021
1997
|
rawStatus = self.safe_string(order, 'status')
|
2022
1998
|
timestamp = self.safe_timestamp(order, 'create_time')
|
2023
1999
|
if timestamp is None:
|
@@ -2076,8 +2052,8 @@ class coinex(Exchange, ImplicitAPI):
|
|
2076
2052
|
'reduceOnly': None,
|
2077
2053
|
'side': side,
|
2078
2054
|
'price': self.safe_string(order, 'price'),
|
2079
|
-
'stopPrice': self.
|
2080
|
-
'triggerPrice': self.
|
2055
|
+
'stopPrice': self.safe_string_2(order, 'stop_price', 'trigger_price'),
|
2056
|
+
'triggerPrice': self.safe_string_2(order, 'stop_price', 'trigger_price'),
|
2081
2057
|
'takeProfitPrice': self.safe_number(order, 'take_profit_price'),
|
2082
2058
|
'stopLossPrice': self.safe_number(order, 'stop_loss_price'),
|
2083
2059
|
'cost': self.safe_string_2(order, 'deal_money', 'filled_value'),
|
@@ -2616,11 +2592,14 @@ class coinex(Exchange, ImplicitAPI):
|
|
2616
2592
|
async def cancel_orders(self, ids, symbol: Str = None, params={}):
|
2617
2593
|
"""
|
2618
2594
|
cancel multiple orders
|
2619
|
-
:see: https://
|
2620
|
-
:see: https://
|
2595
|
+
:see: https://docs.coinex.com/api/v2/spot/order/http/cancel-batch-order
|
2596
|
+
:see: https://docs.coinex.com/api/v2/spot/order/http/cancel-batch-stop-order
|
2597
|
+
:see: https://docs.coinex.com/api/v2/futures/order/http/cancel-batch-order
|
2598
|
+
:see: https://docs.coinex.com/api/v2/futures/order/http/cancel-batch-stop-order
|
2621
2599
|
:param str[] ids: order ids
|
2622
2600
|
:param str symbol: unified market symbol
|
2623
2601
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
2602
|
+
:param boolean [params.stop]: set to True for canceling stop orders
|
2624
2603
|
:returns dict: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
2625
2604
|
"""
|
2626
2605
|
if symbol is None:
|
@@ -2630,111 +2609,153 @@ class coinex(Exchange, ImplicitAPI):
|
|
2630
2609
|
request = {
|
2631
2610
|
'market': market['id'],
|
2632
2611
|
}
|
2633
|
-
|
2612
|
+
stop = self.safe_bool_2(params, 'stop', 'trigger')
|
2613
|
+
params = self.omit(params, ['stop', 'trigger'])
|
2634
2614
|
response = None
|
2615
|
+
if stop:
|
2616
|
+
request['stop_ids'] = ids
|
2617
|
+
else:
|
2618
|
+
request['order_ids'] = ids
|
2635
2619
|
if market['spot']:
|
2636
|
-
|
2637
|
-
|
2620
|
+
if stop:
|
2621
|
+
response = await self.v2PrivatePostSpotCancelBatchStopOrder(self.extend(request, params))
|
2622
|
+
#
|
2623
|
+
# {
|
2624
|
+
# "code": 0,
|
2625
|
+
# "data": [
|
2626
|
+
# {
|
2627
|
+
# "code": 0,
|
2628
|
+
# "data": {
|
2629
|
+
# "amount": "0.0001",
|
2630
|
+
# "ccy": "BTC",
|
2631
|
+
# "client_id": "x-167673045-8e33d6f4a4bcb022",
|
2632
|
+
# "created_at": 1714188827291,
|
2633
|
+
# "market": "BTCUSDT",
|
2634
|
+
# "market_type": "SPOT",
|
2635
|
+
# "price": "61000",
|
2636
|
+
# "side": "buy",
|
2637
|
+
# "stop_id": 117248845854,
|
2638
|
+
# "trigger_direction": "higher",
|
2639
|
+
# "trigger_price": "62000",
|
2640
|
+
# "trigger_price_type": "mark_price",
|
2641
|
+
# "type": "limit",
|
2642
|
+
# "updated_at": 1714188827291
|
2643
|
+
# },
|
2644
|
+
# "message": "OK"
|
2645
|
+
# },
|
2646
|
+
# ],
|
2647
|
+
# "message": "OK"
|
2648
|
+
# }
|
2649
|
+
#
|
2650
|
+
else:
|
2651
|
+
response = await self.v2PrivatePostSpotCancelBatchOrder(self.extend(request, params))
|
2652
|
+
#
|
2653
|
+
# {
|
2654
|
+
# "code": 0,
|
2655
|
+
# "data": [
|
2656
|
+
# {
|
2657
|
+
# "code": 0,
|
2658
|
+
# "data": {
|
2659
|
+
# "amount": "0.0001",
|
2660
|
+
# "base_fee": "0",
|
2661
|
+
# "ccy": "BTC",
|
2662
|
+
# "client_id": "x-167673045-c1cc78e5b42d8c4e",
|
2663
|
+
# "created_at": 1714188449497,
|
2664
|
+
# "discount_fee": "0",
|
2665
|
+
# "filled_amount": "0",
|
2666
|
+
# "filled_value": "0",
|
2667
|
+
# "last_fill_amount": "0",
|
2668
|
+
# "last_fill_price": "0",
|
2669
|
+
# "maker_fee_rate": "0.002",
|
2670
|
+
# "market": "BTCUSDT",
|
2671
|
+
# "market_type": "SPOT",
|
2672
|
+
# "order_id": 117248494358,
|
2673
|
+
# "price": "60000",
|
2674
|
+
# "quote_fee": "0",
|
2675
|
+
# "side": "buy",
|
2676
|
+
# "taker_fee_rate": "0.002",
|
2677
|
+
# "type": "limit",
|
2678
|
+
# "unfilled_amount": "0.0001",
|
2679
|
+
# "updated_at": 1714188449497
|
2680
|
+
# },
|
2681
|
+
# "message": ""
|
2682
|
+
# },
|
2683
|
+
# ],
|
2684
|
+
# "message": "OK"
|
2685
|
+
# }
|
2686
|
+
#
|
2638
2687
|
else:
|
2639
|
-
request['
|
2640
|
-
|
2641
|
-
|
2642
|
-
|
2643
|
-
|
2644
|
-
|
2645
|
-
|
2646
|
-
|
2647
|
-
|
2648
|
-
|
2649
|
-
|
2650
|
-
|
2651
|
-
|
2652
|
-
|
2653
|
-
|
2654
|
-
|
2655
|
-
|
2656
|
-
|
2657
|
-
|
2658
|
-
|
2659
|
-
|
2660
|
-
|
2661
|
-
|
2662
|
-
|
2663
|
-
|
2664
|
-
|
2665
|
-
|
2666
|
-
|
2667
|
-
|
2668
|
-
|
2669
|
-
|
2670
|
-
|
2671
|
-
|
2672
|
-
|
2673
|
-
|
2674
|
-
|
2675
|
-
|
2676
|
-
|
2677
|
-
|
2678
|
-
|
2679
|
-
|
2680
|
-
|
2681
|
-
|
2682
|
-
|
2683
|
-
|
2684
|
-
|
2685
|
-
|
2686
|
-
|
2687
|
-
|
2688
|
-
|
2689
|
-
|
2690
|
-
|
2691
|
-
|
2692
|
-
|
2693
|
-
|
2694
|
-
|
2695
|
-
|
2696
|
-
|
2697
|
-
|
2698
|
-
|
2699
|
-
|
2700
|
-
|
2701
|
-
|
2702
|
-
|
2703
|
-
|
2704
|
-
|
2705
|
-
|
2706
|
-
# "leverage": "3",
|
2707
|
-
# "maker_fee": "0.00030",
|
2708
|
-
# "market": "BTCUSDT",
|
2709
|
-
# "option": 0,
|
2710
|
-
# "order_id": 115940476323,
|
2711
|
-
# "position_id": 0,
|
2712
|
-
# "position_type": 2,
|
2713
|
-
# "price": "25000.00",
|
2714
|
-
# "side": 2,
|
2715
|
-
# "source": "api.v1",
|
2716
|
-
# "stop_id": 0,
|
2717
|
-
# "stop_loss_price": "0.00000000000000000000",
|
2718
|
-
# "stop_loss_type": 0,
|
2719
|
-
# "take_profit_price": "0.00000000000000000000",
|
2720
|
-
# "take_profit_type": 0,
|
2721
|
-
# "taker_fee": "0.00050",
|
2722
|
-
# "target": 0,
|
2723
|
-
# "type": 1,
|
2724
|
-
# "update_time": 1701233721.718884,
|
2725
|
-
# "user_id": 3620173
|
2726
|
-
# }
|
2727
|
-
# },
|
2728
|
-
# ],
|
2729
|
-
# "message": "OK"
|
2730
|
-
# }
|
2731
|
-
#
|
2732
|
-
data = self.safe_value(response, 'data', [])
|
2688
|
+
request['market_type'] = 'FUTURES'
|
2689
|
+
if stop:
|
2690
|
+
response = await self.v2PrivatePostFuturesCancelBatchStopOrder(self.extend(request, params))
|
2691
|
+
#
|
2692
|
+
# {
|
2693
|
+
# "code": 0,
|
2694
|
+
# "data": [
|
2695
|
+
# {
|
2696
|
+
# "code": 0,
|
2697
|
+
# "data": {
|
2698
|
+
# "amount": "0.0001",
|
2699
|
+
# "client_id": "x-167673045-a7d7714c6478acf6",
|
2700
|
+
# "created_at": 1714187923820,
|
2701
|
+
# "market": "BTCUSDT",
|
2702
|
+
# "market_type": "FUTURES",
|
2703
|
+
# "price": "61000",
|
2704
|
+
# "side": "buy",
|
2705
|
+
# "stop_id": 136984426097,
|
2706
|
+
# "trigger_direction": "higher",
|
2707
|
+
# "trigger_price": "62000",
|
2708
|
+
# "trigger_price_type": "latest_price",
|
2709
|
+
# "type": "limit",
|
2710
|
+
# "updated_at": 1714187974363
|
2711
|
+
# },
|
2712
|
+
# "message": ""
|
2713
|
+
# },
|
2714
|
+
# ],
|
2715
|
+
# "message": "OK"
|
2716
|
+
# }
|
2717
|
+
#
|
2718
|
+
else:
|
2719
|
+
response = await self.v2PrivatePostFuturesCancelBatchOrder(self.extend(request, params))
|
2720
|
+
#
|
2721
|
+
# {
|
2722
|
+
# "code": 0,
|
2723
|
+
# "data": [
|
2724
|
+
# {
|
2725
|
+
# "code": 0,
|
2726
|
+
# "data": {
|
2727
|
+
# "amount": "0.0001",
|
2728
|
+
# "client_id": "x-167673045-9f80fde284339a72",
|
2729
|
+
# "created_at": 1714187491784,
|
2730
|
+
# "fee": "0",
|
2731
|
+
# "fee_ccy": "USDT",
|
2732
|
+
# "filled_amount": "0",
|
2733
|
+
# "filled_value": "0",
|
2734
|
+
# "last_filled_amount": "0",
|
2735
|
+
# "last_filled_price": "0",
|
2736
|
+
# "maker_fee_rate": "0.0003",
|
2737
|
+
# "market": "BTCUSDT",
|
2738
|
+
# "market_type": "FUTURES",
|
2739
|
+
# "order_id": 136983851788,
|
2740
|
+
# "price": "61000",
|
2741
|
+
# "realized_pnl": "0",
|
2742
|
+
# "side": "buy",
|
2743
|
+
# "taker_fee_rate": "0.0005",
|
2744
|
+
# "type": "limit",
|
2745
|
+
# "unfilled_amount": "0.0001",
|
2746
|
+
# "updated_at": 1714187567079
|
2747
|
+
# },
|
2748
|
+
# "message": ""
|
2749
|
+
# },
|
2750
|
+
# ],
|
2751
|
+
# "message": "OK"
|
2752
|
+
# }
|
2753
|
+
#
|
2754
|
+
data = self.safe_list(response, 'data', [])
|
2733
2755
|
results = []
|
2734
2756
|
for i in range(0, len(data)):
|
2735
2757
|
entry = data[i]
|
2736
|
-
|
2737
|
-
item = self.safe_value(entry, dataRequest, {})
|
2758
|
+
item = self.safe_dict(entry, 'data', {})
|
2738
2759
|
order = self.parse_order(item, market)
|
2739
2760
|
results.append(order)
|
2740
2761
|
return results
|