ccxt 4.3.98__tar.gz → 4.4.2__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.3.98/ccxt.egg-info → ccxt-4.4.2}/PKG-INFO +5 -5
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/__init__.py +1 -1
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/__init__.py +1 -1
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/base/exchange.py +1 -1
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/binance.py +71 -8
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitget.py +3 -2
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/cryptocom.py +1 -1
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/currencycom.py +1 -2
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/gate.py +1 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/htx.py +1 -1
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/mexc.py +61 -1
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/xt.py +1 -1
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/base/exchange.py +53 -1
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/base/types.py +2 -2
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/binance.py +71 -8
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitget.py +3 -2
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/cryptocom.py +1 -1
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/currencycom.py +1 -2
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/gate.py +1 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/htx.py +1 -1
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/mexc.py +61 -1
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/__init__.py +1 -1
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/binance.py +3 -47
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/bitget.py +1 -7
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/bitmex.py +11 -1
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/bybit.py +2 -41
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/cryptocom.py +2 -31
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/gate.py +1 -8
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/hyperliquid.py +217 -11
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/kucoin.py +2 -43
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/kucoinfutures.py +122 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/okx.py +8 -31
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/xt.py +1 -1
- {ccxt-4.3.98 → ccxt-4.4.2/ccxt.egg-info}/PKG-INFO +5 -5
- {ccxt-4.3.98 → ccxt-4.4.2}/package.json +1 -1
- {ccxt-4.3.98 → ccxt-4.4.2}/LICENSE.txt +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/MANIFEST.in +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/README.rst +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/ace.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/alpaca.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/ascendex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bequant.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bigone.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/binance.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/binancecoinm.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/binanceus.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/binanceusdm.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bingx.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bit2c.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitbank.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitbns.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitcoincom.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitfinex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitfinex2.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitflyer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitget.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bithumb.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitmart.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitmex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitopro.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitpanda.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitrue.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitso.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitstamp.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitteam.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bitvavo.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bl3p.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/blockchaincom.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/blofin.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/btcalpha.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/btcbox.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/btcmarkets.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/btcturk.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/bybit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/cex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/coinbase.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/coinbaseadvanced.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/coinbaseexchange.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/coinbaseinternational.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/coincheck.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/coinex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/coinlist.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/coinmate.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/coinmetro.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/coinone.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/coinsph.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/coinspot.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/cryptocom.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/currencycom.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/delta.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/deribit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/digifinex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/exmo.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/fmfwio.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/gate.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/gateio.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/gemini.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/hashkey.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/hitbtc.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/hollaex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/htx.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/huobi.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/huobijp.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/hyperliquid.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/idex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/independentreserve.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/indodax.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/kraken.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/krakenfutures.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/kucoin.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/kucoinfutures.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/kuna.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/latoken.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/lbank.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/luno.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/lykke.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/mercado.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/mexc.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/ndax.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/novadax.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/oceanex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/okcoin.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/okx.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/onetrading.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/oxfun.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/p2b.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/paradex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/paymium.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/phemex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/poloniex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/poloniexfutures.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/probit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/timex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/tokocrypto.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/tradeogre.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/upbit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/vertex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/wavesexchange.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/wazirx.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/whitebit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/woo.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/woofipro.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/xt.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/yobit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/zaif.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/abstract/zonda.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/ace.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/alpaca.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/ascendex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/ace.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/alpaca.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/ascendex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/base/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/base/throttler.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/base/ws/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/base/ws/aiohttp_client.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/base/ws/cache.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/base/ws/client.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/base/ws/fast_client.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/base/ws/functions.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/base/ws/future.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/base/ws/order_book.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/base/ws/order_book_side.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bequant.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bigone.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/binancecoinm.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/binanceus.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/binanceusdm.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bingx.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bit2c.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitbank.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitbay.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitbns.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitcoincom.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitfinex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitfinex2.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitflyer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bithumb.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitmart.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitmex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitopro.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitpanda.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitrue.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitso.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitstamp.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitteam.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bitvavo.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bl3p.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/blockchaincom.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/blofin.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/btcalpha.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/btcbox.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/btcmarkets.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/btcturk.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/bybit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/cex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/coinbase.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/coinbaseadvanced.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/coinbaseexchange.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/coinbaseinternational.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/coincheck.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/coinex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/coinlist.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/coinmate.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/coinmetro.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/coinone.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/coinsph.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/coinspot.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/delta.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/deribit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/digifinex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/exmo.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/fmfwio.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/gateio.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/gemini.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/hashkey.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/hitbtc.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/hitbtc3.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/hollaex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/huobi.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/huobijp.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/hyperliquid.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/idex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/independentreserve.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/indodax.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/kraken.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/krakenfutures.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/kucoin.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/kucoinfutures.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/kuna.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/latoken.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/lbank.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/luno.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/lykke.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/mercado.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/ndax.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/novadax.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/oceanex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/okcoin.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/okx.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/onetrading.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/oxfun.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/p2b.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/paradex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/paymium.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/phemex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/poloniex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/poloniexfutures.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/probit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/timex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/tokocrypto.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/tradeogre.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/upbit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/vertex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/wavesexchange.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/wazirx.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/whitebit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/woo.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/woofipro.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/yobit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/zaif.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/async_support/zonda.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/base/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/base/decimal_to_precision.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/base/errors.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/base/precise.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bequant.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bigone.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/binancecoinm.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/binanceus.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/binanceusdm.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bingx.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bit2c.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitbank.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitbay.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitbns.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitcoincom.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitfinex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitfinex2.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitflyer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bithumb.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitmart.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitmex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitopro.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitpanda.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitrue.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitso.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitstamp.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitteam.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bitvavo.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bl3p.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/blockchaincom.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/blofin.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/btcalpha.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/btcbox.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/btcmarkets.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/btcturk.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/bybit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/cex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/coinbase.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/coinbaseadvanced.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/coinbaseexchange.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/coinbaseinternational.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/coincheck.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/coinex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/coinlist.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/coinmate.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/coinmetro.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/coinone.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/coinsph.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/coinspot.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/delta.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/deribit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/digifinex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/exmo.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/fmfwio.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/gateio.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/gemini.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/hashkey.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/hitbtc.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/hitbtc3.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/hollaex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/huobi.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/huobijp.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/hyperliquid.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/idex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/independentreserve.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/indodax.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/kraken.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/krakenfutures.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/kucoin.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/kucoinfutures.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/kuna.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/latoken.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/lbank.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/luno.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/lykke.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/mercado.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/ndax.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/novadax.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/oceanex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/okcoin.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/okx.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/onetrading.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/oxfun.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/p2b.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/paradex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/paymium.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/phemex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/poloniex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/poloniexfutures.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/alpaca.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/ascendex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/bequant.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/binancecoinm.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/binanceus.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/binanceusdm.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/bingx.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/bitcoincom.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/bitfinex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/bitfinex2.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/bithumb.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/bitmart.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/bitopro.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/bitpanda.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/bitrue.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/bitstamp.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/bitvavo.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/blockchaincom.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/blofin.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/cex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/coinbase.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/coinbaseexchange.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/coinbaseinternational.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/coincheck.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/coinex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/coinone.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/currencycom.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/deribit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/exmo.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/gateio.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/gemini.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/hashkey.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/hitbtc.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/hollaex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/htx.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/huobi.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/huobijp.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/idex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/independentreserve.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/kraken.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/krakenfutures.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/lbank.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/luno.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/mexc.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/ndax.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/okcoin.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/onetrading.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/oxfun.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/p2b.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/paradex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/phemex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/poloniex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/poloniexfutures.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/probit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/upbit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/vertex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/wazirx.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/whitebit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/woo.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/woofipro.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/pro/xt.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/probit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ecdsa/der.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ecdsa/util.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/abi.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/base.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/codec.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/constants.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/decoding.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/encoding.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/exceptions.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/grammar.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/packed.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/py.typed +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/registry.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/tools/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/tools/_strategies.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/utils/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/utils/numeric.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/utils/padding.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/abi/utils/string.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/account/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/account/encode_typed_data/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/account/encode_typed_data/encoding_and_hashing.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/account/encode_typed_data/helpers.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/account/messages.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/account/py.typed +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/hexbytes/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/hexbytes/_utils.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/hexbytes/main.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/hexbytes/py.typed +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/typing/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/typing/abi.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/typing/bls.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/typing/discovery.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/typing/encoding.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/typing/enums.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/typing/ethpm.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/typing/evm.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/typing/networks.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/typing/py.typed +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/abi.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/address.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/applicators.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/conversions.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/currency.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/curried/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/debug.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/decorators.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/encoding.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/exceptions.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/functional.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/hexadecimal.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/humanize.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/logging.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/module_loading.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/numeric.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/py.typed +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/toolz.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/types.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/typing/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/typing/misc.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/ethereum/utils/units.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/keccak/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/keccak/keccak.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/__pyinstaller/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/__pyinstaller/hook-lark.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/ast_utils.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/common.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/exceptions.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/grammar.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/grammars/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/indenter.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/lark.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/lexer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/load_grammar.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/parse_tree_builder.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/parser_frontends.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/parsers/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/parsers/cyk.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/parsers/earley.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/parsers/earley_common.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/parsers/earley_forest.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/parsers/grammar_analysis.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/parsers/lalr_analysis.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/parsers/lalr_interactive_parser.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/parsers/lalr_parser.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/parsers/lalr_parser_state.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/parsers/xearley.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/py.typed +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/reconstruct.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/tools/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/tools/nearley.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/tools/serialize.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/tools/standalone.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/tree.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/tree_matcher.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/tree_templates.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/utils.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/lark/visitors.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow/base.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow/class_registry.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow/decorators.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow/error_store.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow/exceptions.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow/fields.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow/orderedset.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow/py.typed +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow/schema.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow/types.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow/utils.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow/validate.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow/warnings.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow_dataclass/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow_dataclass/collection_field.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow_dataclass/lazy_class_attribute.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow_dataclass/mypy.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow_dataclass/py.typed +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow_dataclass/typing.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow_dataclass/union_field.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow_oneofschema/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow_oneofschema/one_of_schema.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/marshmallow_oneofschema/py.typed +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/msgpack/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/msgpack/exceptions.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/msgpack/ext.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/msgpack/fallback.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/parsimonious/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/parsimonious/exceptions.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/parsimonious/expressions.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/parsimonious/grammar.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/parsimonious/nodes.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/parsimonious/utils.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/cairo/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/cairo/data_types.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/cairo_types.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser_transformer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/cairo/felt.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/cairo/type_parser.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/cairo/v1/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/cairo/v1/type_parser.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/cairo/v2/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/cairo/v2/type_parser.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/ccxt_utils.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/common.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/constants.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/hash/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/hash/address.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/hash/compiled_class_hash_objects.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/hash/selector.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/hash/storage.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/hash/utils.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/models/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/models/typed_data.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/_calldata_reader.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/_context.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/_common.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/array_serializer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/bool_serializer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/byte_array_serializer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/cairo_data_serializer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/enum_serializer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/felt_serializer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/named_tuple_serializer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/option_serializer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/output_serializer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/payload_serializer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/struct_serializer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/tuple_serializer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint256_serializer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint_serializer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/data_serializers/unit_serializer.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/errors.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/factory.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/function_serialization_adapter.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/serialization/tuple_dataclass.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/utils/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/utils/constructor_args_translator.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/utils/iterable.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/utils/schema.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starknet/utils/typed_data.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starkware/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starkware/crypto/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starkware/crypto/fast_pedersen_hash.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starkware/crypto/math_utils.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starkware/crypto/signature.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/starkware/crypto/utils.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/sympy/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/sympy/core/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/sympy/core/intfunc.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/sympy/external/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/sympy/external/gmpy.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/sympy/external/importtools.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/sympy/external/ntheory.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/sympy/external/pythonmpq.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/toolz/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/toolz/_signatures.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/toolz/_version.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/toolz/compatibility.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/toolz/curried/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/toolz/curried/exceptions.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/toolz/curried/operator.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/toolz/dicttoolz.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/toolz/functoolz.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/toolz/itertoolz.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/toolz/recipes.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/toolz/utils.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/typing_inspect/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/static_dependencies/typing_inspect/typing_inspect.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/test/__init__.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/test/tests_async.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/test/tests_helpers.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/test/tests_init.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/test/tests_sync.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/timex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/tokocrypto.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/tradeogre.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/upbit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/vertex.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/wavesexchange.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/wazirx.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/whitebit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/woo.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/woofipro.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/yobit.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/zaif.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt/zonda.py +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt.egg-info/SOURCES.txt +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt.egg-info/dependency_links.txt +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt.egg-info/requires.txt +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/ccxt.egg-info/top_level.txt +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/setup.cfg +0 -0
- {ccxt-4.3.98 → ccxt-4.4.2}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ccxt
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.4.2
|
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
|
@@ -84,7 +84,7 @@ Current feature list:
|
|
84
84
|
| [](https://www.coinbase.com/join/58cbe25a355148797479dbd2) | coinbase | [Coinbase Advanced](https://www.coinbase.com/join/58cbe25a355148797479dbd2) | [](https://developers.coinbase.com/api/v2) | cex | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | |
|
85
85
|
| [](https://international.coinbase.com) | coinbaseinternational | [Coinbase International](https://international.coinbase.com) | [](https://docs.cloud.coinbase.com/intx/docs) | cex | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | |
|
86
86
|
| [](https://www.coinex.com/register?refer_code=yw5fz) | coinex | [CoinEx](https://www.coinex.com/register?refer_code=yw5fz) | [](https://docs.coinex.com/api/v2) | cex | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | |
|
87
|
-
| [](https://crypto.com/exch/kdacthrnxt) | cryptocom | [Crypto.com](https://crypto.com/exch/kdacthrnxt) | [](https://exchange-docs.crypto.com/exchange/v1/rest-ws/index.html) | cex | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | [](https://crypto.com/exch/kdacthrnxt) | cryptocom | [Crypto.com](https://crypto.com/exch/kdacthrnxt) | [](https://exchange-docs.crypto.com/exchange/v1/rest-ws/index.html) | cex | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | [](https://crypto.com/exch/kdacthrnxt) |
|
88
88
|
| [](https://www.gate.io/signup/2436035) | gate | [Gate.io](https://www.gate.io/signup/2436035) | [](https://www.gate.io/docs/developers/apiv4/en/) | cex | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | [](https://www.gate.io/signup/2436035) |
|
89
89
|
| [](https://global.hashkey.com/en-US/register/invite?invite_code=82FQUN) | hashkey | [HashKey Global](https://global.hashkey.com/en-US/register/invite?invite_code=82FQUN) | [](https://hashkeyglobal-apidoc.readme.io/) | cex | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | |
|
90
90
|
| [](https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223) | htx | [HTX](https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223) | [](https://huobiapi.github.io/docs/spot/v1/en/) | cex | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) | [](https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223) |
|
@@ -261,13 +261,13 @@ console.log(version, Object.keys(exchanges));
|
|
261
261
|
|
262
262
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
263
263
|
|
264
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.
|
265
|
-
* unpkg: https://unpkg.com/ccxt@4.
|
264
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.4.2/dist/ccxt.browser.min.js
|
265
|
+
* unpkg: https://unpkg.com/ccxt@4.4.2/dist/ccxt.browser.min.js
|
266
266
|
|
267
267
|
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.
|
268
268
|
|
269
269
|
```HTML
|
270
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.
|
270
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.4.2/dist/ccxt.browser.min.js"></script>
|
271
271
|
```
|
272
272
|
|
273
273
|
Creates a global `ccxt` object:
|
@@ -2634,6 +2634,7 @@ class binance(Exchange, ImplicitAPI):
|
|
2634
2634
|
"""
|
2635
2635
|
fetches all available currencies on an exchange
|
2636
2636
|
:see: https://developers.binance.com/docs/wallet/capital/all-coins-info
|
2637
|
+
:see: https://developers.binance.com/docs/margin_trading/market-data/Get-All-Margin-Assets
|
2637
2638
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
2638
2639
|
:returns dict: an associative dictionary of currencies
|
2639
2640
|
"""
|
@@ -2650,9 +2651,13 @@ class binance(Exchange, ImplicitAPI):
|
|
2650
2651
|
apiBackup = self.safe_value(self.urls, 'apiBackup')
|
2651
2652
|
if apiBackup is not None:
|
2652
2653
|
return None
|
2653
|
-
|
2654
|
+
promises = [self.sapiGetCapitalConfigGetall(params), self.sapiGetMarginAllAssets(params)]
|
2655
|
+
results = await asyncio.gather(*promises)
|
2656
|
+
responseCurrencies = results[0]
|
2657
|
+
responseMarginables = results[1]
|
2658
|
+
marginablesById = self.index_by(responseMarginables, 'assetName')
|
2654
2659
|
result: dict = {}
|
2655
|
-
for i in range(0, len(
|
2660
|
+
for i in range(0, len(responseCurrencies)):
|
2656
2661
|
#
|
2657
2662
|
# {
|
2658
2663
|
# "coin": "LINK",
|
@@ -2748,7 +2753,7 @@ class binance(Exchange, ImplicitAPI):
|
|
2748
2753
|
# ]
|
2749
2754
|
# }
|
2750
2755
|
#
|
2751
|
-
entry =
|
2756
|
+
entry = responseCurrencies[i]
|
2752
2757
|
id = self.safe_string(entry, 'coin')
|
2753
2758
|
name = self.safe_string(entry, 'name')
|
2754
2759
|
code = self.safe_currency_code(id)
|
@@ -2800,6 +2805,17 @@ class binance(Exchange, ImplicitAPI):
|
|
2800
2805
|
}
|
2801
2806
|
trading = self.safe_bool(entry, 'trading')
|
2802
2807
|
active = (isWithdrawEnabled and isDepositEnabled and trading)
|
2808
|
+
marginEntry = self.safe_dict(marginablesById, id, {})
|
2809
|
+
#
|
2810
|
+
# {
|
2811
|
+
# assetName: "BTC",
|
2812
|
+
# assetFullName: "Bitcoin",
|
2813
|
+
# isBorrowable: True,
|
2814
|
+
# isMortgageable: True,
|
2815
|
+
# userMinBorrow: "0",
|
2816
|
+
# userMinRepay: "0",
|
2817
|
+
# }
|
2818
|
+
#
|
2803
2819
|
result[code] = {
|
2804
2820
|
'id': id,
|
2805
2821
|
'name': name,
|
@@ -2813,6 +2829,7 @@ class binance(Exchange, ImplicitAPI):
|
|
2813
2829
|
'fee': fee,
|
2814
2830
|
'fees': fees,
|
2815
2831
|
'limits': self.limits,
|
2832
|
+
'margin': self.safe_bool(marginEntry, 'isBorrowable'),
|
2816
2833
|
}
|
2817
2834
|
return result
|
2818
2835
|
|
@@ -2823,6 +2840,8 @@ class binance(Exchange, ImplicitAPI):
|
|
2823
2840
|
:see: https://developers.binance.com/docs/derivatives/usds-margined-futures/market-data/rest-api/Exchange-Information # swap
|
2824
2841
|
:see: https://developers.binance.com/docs/derivatives/coin-margined-futures/market-data/Exchange-Information # future
|
2825
2842
|
:see: https://developers.binance.com/docs/derivatives/option/market-data/Exchange-Information # option
|
2843
|
+
:see: https://developers.binance.com/docs/margin_trading/market-data/Get-All-Cross-Margin-Pairs # cross margin
|
2844
|
+
:see: https://developers.binance.com/docs/margin_trading/market-data/Get-All-Isolated-Margin-Symbol # isolated margin
|
2826
2845
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
2827
2846
|
:returns dict[]: an array of objects representing market data
|
2828
2847
|
"""
|
@@ -2835,10 +2854,15 @@ class binance(Exchange, ImplicitAPI):
|
|
2835
2854
|
if type == 'option' and sandboxMode:
|
2836
2855
|
continue
|
2837
2856
|
fetchMarkets.append(type)
|
2857
|
+
fetchMargins = False
|
2838
2858
|
for i in range(0, len(fetchMarkets)):
|
2839
2859
|
marketType = fetchMarkets[i]
|
2840
2860
|
if marketType == 'spot':
|
2841
2861
|
promisesRaw.append(self.publicGetExchangeInfo(params))
|
2862
|
+
if self.check_required_credentials(False) and not sandboxMode:
|
2863
|
+
fetchMargins = True
|
2864
|
+
promisesRaw.append(self.sapiGetMarginAllPairs(params))
|
2865
|
+
promisesRaw.append(self.sapiGetMarginIsolatedAllPairs(params))
|
2842
2866
|
elif marketType == 'linear':
|
2843
2867
|
promisesRaw.append(self.fapiPublicGetExchangeInfo(params))
|
2844
2868
|
elif marketType == 'inverse':
|
@@ -2847,12 +2871,23 @@ class binance(Exchange, ImplicitAPI):
|
|
2847
2871
|
promisesRaw.append(self.eapiPublicGetExchangeInfo(params))
|
2848
2872
|
else:
|
2849
2873
|
raise ExchangeError(self.id + ' fetchMarkets() self.options fetchMarkets "' + marketType + '" is not a supported market type')
|
2850
|
-
|
2874
|
+
results = await asyncio.gather(*promisesRaw)
|
2851
2875
|
markets = []
|
2852
|
-
|
2853
|
-
|
2854
|
-
|
2855
|
-
|
2876
|
+
self.options['crossMarginPairsData'] = []
|
2877
|
+
self.options['isolatedMarginPairsData'] = []
|
2878
|
+
for i in range(0, len(results)):
|
2879
|
+
res = self.safe_value(results, i)
|
2880
|
+
if fetchMargins and isinstance(res, list):
|
2881
|
+
keysList = list(self.index_by(res, 'symbol').keys())
|
2882
|
+
length = (self.options['crossMarginPairsData'])
|
2883
|
+
# first one is the cross-margin promise
|
2884
|
+
if length == 0:
|
2885
|
+
self.options['crossMarginPairsData'] = keysList
|
2886
|
+
else:
|
2887
|
+
self.options['isolatedMarginPairsData'] = keysList
|
2888
|
+
else:
|
2889
|
+
resultMarkets = self.safe_list_2(res, 'symbols', 'optionSymbols', [])
|
2890
|
+
markets = self.array_concat(markets, resultMarkets)
|
2856
2891
|
#
|
2857
2892
|
# spot / margin
|
2858
2893
|
#
|
@@ -2897,6 +2932,20 @@ class binance(Exchange, ImplicitAPI):
|
|
2897
2932
|
# ],
|
2898
2933
|
# }
|
2899
2934
|
#
|
2935
|
+
# cross & isolated pairs response:
|
2936
|
+
#
|
2937
|
+
# [
|
2938
|
+
# {
|
2939
|
+
# symbol: "BTCUSDT",
|
2940
|
+
# base: "BTC",
|
2941
|
+
# quote: "USDT",
|
2942
|
+
# isMarginTrade: True,
|
2943
|
+
# isBuyAllowed: True,
|
2944
|
+
# isSellAllowed: True,
|
2945
|
+
# id: "376870555451677893", # doesn't exist in isolated
|
2946
|
+
# },
|
2947
|
+
# ]
|
2948
|
+
#
|
2900
2949
|
# futures/usdt-margined(fapi)
|
2901
2950
|
#
|
2902
2951
|
# {
|
@@ -3119,6 +3168,19 @@ class binance(Exchange, ImplicitAPI):
|
|
3119
3168
|
active = False
|
3120
3169
|
break
|
3121
3170
|
isMarginTradingAllowed = self.safe_bool(market, 'isMarginTradingAllowed', False)
|
3171
|
+
marginModes = None
|
3172
|
+
if spot:
|
3173
|
+
hasCrossMargin = self.in_array(id, self.options['crossMarginPairsData'])
|
3174
|
+
hasIsolatedMargin = self.in_array(id, self.options['isolatedMarginPairsData'])
|
3175
|
+
marginModes = {
|
3176
|
+
'cross': hasCrossMargin,
|
3177
|
+
'isolated': hasIsolatedMargin,
|
3178
|
+
}
|
3179
|
+
elif linear or inverse:
|
3180
|
+
marginModes = {
|
3181
|
+
'cross': True,
|
3182
|
+
'isolated': True,
|
3183
|
+
}
|
3122
3184
|
unifiedType = None
|
3123
3185
|
if spot:
|
3124
3186
|
unifiedType = 'spot'
|
@@ -3145,6 +3207,7 @@ class binance(Exchange, ImplicitAPI):
|
|
3145
3207
|
'type': unifiedType,
|
3146
3208
|
'spot': spot,
|
3147
3209
|
'margin': spot and isMarginTradingAllowed,
|
3210
|
+
'marginModes': marginModes,
|
3148
3211
|
'swap': swap,
|
3149
3212
|
'future': future,
|
3150
3213
|
'option': option,
|
@@ -1330,10 +1330,11 @@ class bitget(Exchange, ImplicitAPI):
|
|
1330
1330
|
},
|
1331
1331
|
'precisionMode': TICK_SIZE,
|
1332
1332
|
'commonCurrencies': {
|
1333
|
-
'
|
1333
|
+
'APX': 'AstroPepeX',
|
1334
1334
|
'DEGEN': 'DegenReborn',
|
1335
|
-
'
|
1335
|
+
'JADE': 'Jade Protocol',
|
1336
1336
|
'OMNI': 'omni', # conflict with Omni Network
|
1337
|
+
'TONCOIN': 'TON',
|
1337
1338
|
},
|
1338
1339
|
'options': {
|
1339
1340
|
'timeframes': {
|
@@ -156,7 +156,7 @@ class cryptocom(Exchange, ImplicitAPI):
|
|
156
156
|
'www': 'https://crypto.com/',
|
157
157
|
'referral': {
|
158
158
|
'url': 'https://crypto.com/exch/kdacthrnxt',
|
159
|
-
'discount': 0.
|
159
|
+
'discount': 0.75,
|
160
160
|
},
|
161
161
|
'doc': [
|
162
162
|
'https://exchange-docs.crypto.com/exchange/v1/rest-ws/index.html',
|
@@ -1902,7 +1902,7 @@ class currencycom(Exchange, ImplicitAPI):
|
|
1902
1902
|
'collateral': None,
|
1903
1903
|
'side': side,
|
1904
1904
|
# 'realizedProfit': self.safe_number(position, 'rpl'),
|
1905
|
-
'
|
1905
|
+
'unrealizedPnl': unrealizedProfit,
|
1906
1906
|
'leverage': leverage,
|
1907
1907
|
'percentage': None,
|
1908
1908
|
'marginMode': None,
|
@@ -1916,7 +1916,6 @@ class currencycom(Exchange, ImplicitAPI):
|
|
1916
1916
|
'maintenanceMarginPercentage': None,
|
1917
1917
|
'marginRatio': None,
|
1918
1918
|
'id': None,
|
1919
|
-
'unrealizedPnl': None,
|
1920
1919
|
'hedged': None,
|
1921
1920
|
'stopLossPrice': None,
|
1922
1921
|
'takeProfitPrice': None,
|
@@ -626,6 +626,7 @@ class gate(Exchange, ImplicitAPI):
|
|
626
626
|
'MPH': 'MORPHER', # conflict with 88MPH
|
627
627
|
'POINT': 'GATEPOINT',
|
628
628
|
'RAI': 'RAIREFLEXINDEX', # conflict with RAI Finance
|
629
|
+
'RED': 'RedLang',
|
629
630
|
'SBTC': 'SUPERBITCOIN',
|
630
631
|
'TNC': 'TRINITYNETWORKCREDIT',
|
631
632
|
'VAI': 'VAIOT',
|
@@ -6979,7 +6979,7 @@ class htx(Exchange, ImplicitAPI):
|
|
6979
6979
|
'entryPrice': entryPrice,
|
6980
6980
|
'collateral': self.parse_number(collateral),
|
6981
6981
|
'side': side,
|
6982
|
-
'
|
6982
|
+
'unrealizedPnl': unrealizedProfit,
|
6983
6983
|
'leverage': self.parse_number(leverage),
|
6984
6984
|
'percentage': self.parse_number(percentage),
|
6985
6985
|
'marginMode': marginMode,
|
@@ -1012,6 +1012,13 @@ class mexc(Exchange, ImplicitAPI):
|
|
1012
1012
|
return self.array_concat(spotMarket, swapMarket)
|
1013
1013
|
|
1014
1014
|
async def fetch_spot_markets(self, params={}):
|
1015
|
+
"""
|
1016
|
+
* @ignore
|
1017
|
+
retrieves data on all spot markets for mexc
|
1018
|
+
:see: https://mexcdevelop.github.io/apidocs/spot_v3_en/#exchange-information
|
1019
|
+
:param dict [params]: extra parameters specific to the exchange API endpoint
|
1020
|
+
:returns dict[]: an array of objects representing market data
|
1021
|
+
"""
|
1015
1022
|
response = await self.spotPublicGetExchangeInfo(params)
|
1016
1023
|
#
|
1017
1024
|
# {
|
@@ -1127,6 +1134,13 @@ class mexc(Exchange, ImplicitAPI):
|
|
1127
1134
|
return result
|
1128
1135
|
|
1129
1136
|
async def fetch_swap_markets(self, params={}):
|
1137
|
+
"""
|
1138
|
+
* @ignore
|
1139
|
+
retrieves data on all swap markets for mexc
|
1140
|
+
:see: https://mexcdevelop.github.io/apidocs/contract_v1_en/#get-the-contract-information
|
1141
|
+
:param dict [params]: extra parameters specific to the exchange API endpoint
|
1142
|
+
:returns dict[]: an array of objects representing market data
|
1143
|
+
"""
|
1130
1144
|
response = await self.contractPublicGetDetail(params)
|
1131
1145
|
#
|
1132
1146
|
# {
|
@@ -1666,6 +1680,8 @@ class mexc(Exchange, ImplicitAPI):
|
|
1666
1680
|
async def fetch_tickers(self, symbols: Strings = None, params={}) -> Tickers:
|
1667
1681
|
"""
|
1668
1682
|
fetches price tickers for multiple markets, statistical information calculated over the past 24 hours for each market
|
1683
|
+
:see: https://mexcdevelop.github.io/apidocs/spot_v3_en/#24hr-ticker-price-change-statistics
|
1684
|
+
:see: https://mexcdevelop.github.io/apidocs/contract_v1_en/#get-contract-trend-data
|
1669
1685
|
:param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
1670
1686
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
1671
1687
|
:returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
|
@@ -1747,6 +1763,8 @@ class mexc(Exchange, ImplicitAPI):
|
|
1747
1763
|
async def fetch_ticker(self, symbol: str, params={}) -> Ticker:
|
1748
1764
|
"""
|
1749
1765
|
fetches a price ticker, a statistical calculation with the information calculated over the past 24 hours for a specific market
|
1766
|
+
:see: https://mexcdevelop.github.io/apidocs/spot_v3_en/#24hr-ticker-price-change-statistics
|
1767
|
+
:see: https://mexcdevelop.github.io/apidocs/contract_v1_en/#get-contract-trend-data
|
1750
1768
|
:param str symbol: unified symbol of the market to fetch the ticker for
|
1751
1769
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
1752
1770
|
:returns dict: a `ticker structure <https://docs.ccxt.com/#/?id=ticker-structure>`
|
@@ -1929,6 +1947,7 @@ class mexc(Exchange, ImplicitAPI):
|
|
1929
1947
|
async def fetch_bids_asks(self, symbols: Strings = None, params={}):
|
1930
1948
|
"""
|
1931
1949
|
fetches the bid and ask price and volume for multiple markets
|
1950
|
+
:see: https://mexcdevelop.github.io/apidocs/spot_v3_en/#symbol-order-book-ticker
|
1932
1951
|
:param str[]|None symbols: unified symbols of the markets to fetch the bids and asks for, all markets are returned if not assigned
|
1933
1952
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
1934
1953
|
:returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
|
@@ -2052,6 +2071,21 @@ class mexc(Exchange, ImplicitAPI):
|
|
2052
2071
|
return self.extend(request, params)
|
2053
2072
|
|
2054
2073
|
async def create_spot_order(self, market, type, side, amount, price=None, marginMode=None, params={}):
|
2074
|
+
"""
|
2075
|
+
* @ignore
|
2076
|
+
create a trade order
|
2077
|
+
:see: https://mexcdevelop.github.io/apidocs/spot_v3_en/#new-order
|
2078
|
+
:param str symbol: unified symbol of the market to create an order in
|
2079
|
+
:param str type: 'market' or 'limit'
|
2080
|
+
:param str side: 'buy' or 'sell'
|
2081
|
+
:param float amount: how much of currency you want to trade in units of base currency
|
2082
|
+
:param float [price]: the price at which the order is to be fulfilled, in units of the quote currency, ignored in market orders
|
2083
|
+
:param dict [params]: extra parameters specific to the exchange API endpoint
|
2084
|
+
:param str [params.marginMode]: only 'isolated' is supported for spot-margin trading
|
2085
|
+
:param float [params.triggerPrice]: The price at which a trigger order is triggered at
|
2086
|
+
:param bool [params.postOnly]: if True, the order will only be posted if it will be a maker order
|
2087
|
+
:returns dict: an `order structure <https://docs.ccxt.com/#/?id=order-structure>`
|
2088
|
+
"""
|
2055
2089
|
await self.load_markets()
|
2056
2090
|
request = self.create_spot_order_request(market, type, side, amount, price, marginMode, params)
|
2057
2091
|
response = await self.spotPrivatePostOrder(self.extend(request, params))
|
@@ -2082,6 +2116,30 @@ class mexc(Exchange, ImplicitAPI):
|
|
2082
2116
|
return order
|
2083
2117
|
|
2084
2118
|
async def create_swap_order(self, market, type, side, amount, price=None, marginMode=None, params={}):
|
2119
|
+
"""
|
2120
|
+
* @ignore
|
2121
|
+
create a trade order
|
2122
|
+
:see: https://mexcdevelop.github.io/apidocs/spot_v3_en/#new-order
|
2123
|
+
:see: https://mexcdevelop.github.io/apidocs/contract_v1_en/#order-under-maintenance
|
2124
|
+
:see: https://mexcdevelop.github.io/apidocs/contract_v1_en/#trigger-order-under-maintenance
|
2125
|
+
:param str symbol: unified symbol of the market to create an order in
|
2126
|
+
:param str type: 'market' or 'limit'
|
2127
|
+
:param str side: 'buy' or 'sell'
|
2128
|
+
:param float amount: how much of currency you want to trade in units of base currency
|
2129
|
+
:param float [price]: the price at which the order is to be fulfilled, in units of the quote currency, ignored in market orders
|
2130
|
+
:param dict [params]: extra parameters specific to the exchange API endpoint
|
2131
|
+
:param str [params.marginMode]: only 'isolated' is supported for spot-margin trading
|
2132
|
+
:param float [params.triggerPrice]: The price at which a trigger order is triggered at
|
2133
|
+
:param bool [params.postOnly]: if True, the order will only be posted if it will be a maker order
|
2134
|
+
:param bool [params.reduceOnly]: indicates if self order is to reduce the size of a position
|
2135
|
+
*
|
2136
|
+
* EXCHANGE SPECIFIC PARAMETERS
|
2137
|
+
:param int [params.leverage]: leverage is necessary on isolated margin
|
2138
|
+
:param long [params.positionId]: it is recommended to hasattr(self, fill) parameter when closing a position
|
2139
|
+
:param str [params.externalOid]: external order ID
|
2140
|
+
:param int [params.positionMode]: 1:hedge, 2:one-way, default: the user's current config
|
2141
|
+
:returns dict: an `order structure <https://docs.ccxt.com/#/?id=order-structure>`
|
2142
|
+
"""
|
2085
2143
|
await self.load_markets()
|
2086
2144
|
symbol = market['symbol']
|
2087
2145
|
unavailableContracts = self.safe_value(self.options, 'unavailableContracts', {})
|
@@ -2230,6 +2288,8 @@ class mexc(Exchange, ImplicitAPI):
|
|
2230
2288
|
async def fetch_order(self, id: str, symbol: Str = None, params={}):
|
2231
2289
|
"""
|
2232
2290
|
fetches information on an order made by the user
|
2291
|
+
:see: https://mexcdevelop.github.io/apidocs/spot_v3_en/#query-order
|
2292
|
+
:see: https://mexcdevelop.github.io/apidocs/contract_v1_en/#query-the-order-based-on-the-order-number
|
2233
2293
|
:param str symbol: unified symbol of the market the order was made in
|
2234
2294
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
2235
2295
|
:param str [params.marginMode]: only 'isolated' is supported, for spot-margin trading
|
@@ -4506,7 +4566,7 @@ class mexc(Exchange, ImplicitAPI):
|
|
4506
4566
|
'entryPrice': entryPrice,
|
4507
4567
|
'collateral': None,
|
4508
4568
|
'side': side,
|
4509
|
-
'
|
4569
|
+
'unrealizedPnl': None,
|
4510
4570
|
'leverage': self.parse_number(leverage),
|
4511
4571
|
'percentage': None,
|
4512
4572
|
'marginMode': marginType,
|
@@ -1356,7 +1356,7 @@ class xt(Exchange, ImplicitAPI):
|
|
1356
1356
|
self.safe_number(ohlcv, 'h'),
|
1357
1357
|
self.safe_number(ohlcv, 'l'),
|
1358
1358
|
self.safe_number(ohlcv, 'c'),
|
1359
|
-
self.safe_number_2(ohlcv,
|
1359
|
+
self.safe_number_2(ohlcv, 'q', volumeIndex),
|
1360
1360
|
]
|
1361
1361
|
|
1362
1362
|
async def fetch_order_book(self, symbol: str, limit: Int = None, params={}):
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
# -----------------------------------------------------------------------------
|
6
6
|
|
7
|
-
__version__ = '4.
|
7
|
+
__version__ = '4.4.2'
|
8
8
|
|
9
9
|
# -----------------------------------------------------------------------------
|
10
10
|
|
@@ -24,6 +24,7 @@ from ccxt.base.errors import RateLimitExceeded
|
|
24
24
|
from ccxt.base.errors import BadRequest
|
25
25
|
from ccxt.base.errors import BadResponse
|
26
26
|
from ccxt.base.errors import InvalidProxySettings
|
27
|
+
from ccxt.base.errors import UnsubscribeError
|
27
28
|
|
28
29
|
# -----------------------------------------------------------------------------
|
29
30
|
|
@@ -2798,6 +2799,10 @@ class Exchange(object):
|
|
2798
2799
|
'max': None,
|
2799
2800
|
},
|
2800
2801
|
},
|
2802
|
+
'marginModes': {
|
2803
|
+
'cross': None,
|
2804
|
+
'isolated': None,
|
2805
|
+
},
|
2801
2806
|
'created': None,
|
2802
2807
|
'info': None,
|
2803
2808
|
}
|
@@ -6261,3 +6266,50 @@ class Exchange(object):
|
|
6261
6266
|
:returns dict: a `transfer structure <https://docs.ccxt.com/#/?id=transfer-structure>`
|
6262
6267
|
"""
|
6263
6268
|
raise NotSupported(self.id + ' fetchTransfers() is not supported yet')
|
6269
|
+
|
6270
|
+
def clean_unsubscription(self, client, subHash: str, unsubHash: str):
|
6271
|
+
if unsubHash in client.subscriptions:
|
6272
|
+
del client.subscriptions[unsubHash]
|
6273
|
+
if subHash in client.subscriptions:
|
6274
|
+
del client.subscriptions[subHash]
|
6275
|
+
if subHash in client.futures:
|
6276
|
+
error = UnsubscribeError(self.id + ' ' + subHash)
|
6277
|
+
client.reject(error, subHash)
|
6278
|
+
client.resolve(True, unsubHash)
|
6279
|
+
|
6280
|
+
def clean_cache(self, subscription: dict):
|
6281
|
+
topic = self.safe_string(subscription, 'topic')
|
6282
|
+
symbols = self.safe_list(subscription, 'symbols', [])
|
6283
|
+
symbolsLength = len(symbols)
|
6284
|
+
if topic == 'ohlcv':
|
6285
|
+
symbolsAndTimeFrames = self.safe_list(subscription, 'symbolsAndTimeframes', [])
|
6286
|
+
for i in range(0, len(symbolsAndTimeFrames)):
|
6287
|
+
symbolAndTimeFrame = symbolsAndTimeFrames[i]
|
6288
|
+
symbol = self.safe_string(symbolAndTimeFrame, 0)
|
6289
|
+
timeframe = self.safe_string(symbolAndTimeFrame, 1)
|
6290
|
+
if timeframe in self.ohlcvs[symbol]:
|
6291
|
+
del self.ohlcvs[symbol][timeframe]
|
6292
|
+
elif symbolsLength > 0:
|
6293
|
+
for i in range(0, len(symbols)):
|
6294
|
+
symbol = symbols[i]
|
6295
|
+
if topic == 'trades':
|
6296
|
+
del self.trades[symbol]
|
6297
|
+
elif topic == 'orderbook':
|
6298
|
+
del self.orderbooks[symbol]
|
6299
|
+
elif topic == 'ticker':
|
6300
|
+
del self.tickers[symbol]
|
6301
|
+
else:
|
6302
|
+
if topic == 'myTrades':
|
6303
|
+
# don't reset self.myTrades directly here
|
6304
|
+
# because in c# we need to use a different object
|
6305
|
+
keys = list(self.myTrades.keys())
|
6306
|
+
for i in range(0, len(keys)):
|
6307
|
+
del self.myTrades[keys[i]]
|
6308
|
+
elif topic == 'orders':
|
6309
|
+
orderSymbols = list(self.orders.keys())
|
6310
|
+
for i in range(0, len(orderSymbols)):
|
6311
|
+
del self.orders[orderSymbols[i]]
|
6312
|
+
elif topic == 'ticker':
|
6313
|
+
tickerSymbols = list(self.tickers.keys())
|
6314
|
+
for i in range(0, len(tickerSymbols)):
|
6315
|
+
del self.tickers[tickerSymbols[i]]
|
@@ -354,7 +354,7 @@ class Option(TypedDict):
|
|
354
354
|
|
355
355
|
OptionChain = Dict[str, Option]
|
356
356
|
|
357
|
-
class
|
357
|
+
class MarketMarginModes(TypedDict):
|
358
358
|
cross: bool
|
359
359
|
isolated: bool
|
360
360
|
|
@@ -371,7 +371,7 @@ class MarketInterface(TypedDict):
|
|
371
371
|
subType: Str
|
372
372
|
spot: bool
|
373
373
|
margin: bool
|
374
|
-
|
374
|
+
marginModes: MarketMarginModes
|
375
375
|
swap: bool
|
376
376
|
future: bool
|
377
377
|
option: bool
|