ccxt 4.3.83__tar.gz → 4.3.85__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.83/ccxt.egg-info → ccxt-4.3.85}/PKG-INFO +4 -4
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/__init__.py +2 -1
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/cryptocom.py +2 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/kucoinfutures.py +2 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/__init__.py +2 -1
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/base/exchange.py +1 -1
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/binance.py +1 -1
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitfinex2.py +2 -2
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitmex.py +2 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bybit.py +16 -14
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/cryptocom.py +113 -3
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/kraken.py +32 -7
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/kucoinfutures.py +5 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/mexc.py +2 -2
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/base/errors.py +6 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/base/exchange.py +1 -1
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/binance.py +1 -1
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitfinex2.py +2 -2
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitmex.py +2 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bybit.py +16 -14
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/cryptocom.py +113 -3
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/kraken.py +32 -7
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/kucoinfutures.py +5 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/mexc.py +2 -2
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/__init__.py +1 -1
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/binance.py +7 -2
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/bitget.py +104 -4
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/bitrue.py +1 -7
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/gate.py +4 -4
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/okx.py +21 -3
- {ccxt-4.3.83 → ccxt-4.3.85/ccxt.egg-info}/PKG-INFO +4 -4
- {ccxt-4.3.83 → ccxt-4.3.85}/package.json +1 -1
- {ccxt-4.3.83 → ccxt-4.3.85}/LICENSE.txt +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/MANIFEST.in +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/README.rst +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/ace.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/alpaca.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/ascendex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bequant.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bigone.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/binance.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/binancecoinm.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/binanceus.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/binanceusdm.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bingx.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bit2c.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitbank.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitbay.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitbns.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitcoincom.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitfinex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitfinex2.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitflyer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitget.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bithumb.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitmart.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitmex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitopro.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitpanda.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitrue.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitso.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitstamp.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitteam.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bitvavo.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bl3p.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/blockchaincom.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/blofin.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/btcalpha.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/btcbox.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/btcmarkets.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/btcturk.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/bybit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/cex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/coinbase.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/coinbaseadvanced.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/coinbaseexchange.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/coinbaseinternational.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/coincheck.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/coinex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/coinlist.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/coinmate.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/coinmetro.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/coinone.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/coinsph.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/coinspot.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/currencycom.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/delta.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/deribit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/digifinex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/exmo.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/fmfwio.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/gate.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/gateio.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/gemini.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/hitbtc.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/hitbtc3.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/hollaex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/htx.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/huobi.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/huobijp.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/hyperliquid.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/idex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/independentreserve.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/indodax.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/kraken.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/krakenfutures.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/kucoin.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/kuna.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/latoken.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/lbank.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/luno.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/lykke.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/mercado.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/mexc.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/ndax.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/novadax.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/oceanex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/okcoin.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/okx.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/onetrading.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/oxfun.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/p2b.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/paradex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/paymium.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/phemex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/poloniex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/poloniexfutures.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/probit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/timex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/tokocrypto.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/tradeogre.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/upbit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/vertex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/wavesexchange.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/wazirx.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/whitebit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/woo.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/woofipro.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/xt.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/yobit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/zaif.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/abstract/zonda.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/ace.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/alpaca.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/ascendex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/ace.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/alpaca.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/ascendex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/base/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/base/throttler.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/base/ws/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/base/ws/aiohttp_client.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/base/ws/cache.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/base/ws/client.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/base/ws/fast_client.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/base/ws/functions.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/base/ws/future.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/base/ws/order_book.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/base/ws/order_book_side.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bequant.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bigone.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/binancecoinm.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/binanceus.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/binanceusdm.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bingx.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bit2c.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitbank.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitbay.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitbns.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitcoincom.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitfinex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitflyer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitget.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bithumb.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitmart.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitopro.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitpanda.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitrue.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitso.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitstamp.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitteam.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bitvavo.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/bl3p.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/blockchaincom.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/blofin.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/btcalpha.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/btcbox.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/btcmarkets.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/btcturk.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/cex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/coinbase.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/coinbaseadvanced.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/coinbaseexchange.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/coinbaseinternational.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/coincheck.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/coinex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/coinlist.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/coinmate.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/coinmetro.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/coinone.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/coinsph.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/coinspot.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/currencycom.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/delta.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/deribit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/digifinex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/exmo.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/fmfwio.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/gate.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/gateio.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/gemini.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/hitbtc.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/hitbtc3.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/hollaex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/htx.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/huobi.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/huobijp.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/hyperliquid.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/idex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/independentreserve.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/indodax.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/krakenfutures.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/kucoin.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/kuna.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/latoken.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/lbank.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/luno.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/lykke.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/mercado.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/ndax.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/novadax.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/oceanex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/okcoin.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/okx.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/onetrading.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/oxfun.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/p2b.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/paradex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/paymium.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/phemex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/poloniex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/poloniexfutures.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/probit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/timex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/tokocrypto.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/tradeogre.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/upbit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/vertex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/wavesexchange.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/wazirx.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/whitebit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/woo.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/woofipro.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/xt.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/yobit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/zaif.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/async_support/zonda.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/base/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/base/decimal_to_precision.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/base/precise.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/base/types.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bequant.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bigone.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/binancecoinm.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/binanceus.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/binanceusdm.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bingx.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bit2c.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitbank.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitbay.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitbns.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitcoincom.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitfinex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitflyer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitget.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bithumb.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitmart.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitopro.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitpanda.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitrue.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitso.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitstamp.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitteam.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bitvavo.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/bl3p.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/blockchaincom.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/blofin.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/btcalpha.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/btcbox.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/btcmarkets.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/btcturk.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/cex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/coinbase.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/coinbaseadvanced.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/coinbaseexchange.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/coinbaseinternational.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/coincheck.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/coinex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/coinlist.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/coinmate.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/coinmetro.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/coinone.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/coinsph.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/coinspot.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/currencycom.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/delta.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/deribit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/digifinex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/exmo.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/fmfwio.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/gate.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/gateio.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/gemini.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/hitbtc.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/hitbtc3.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/hollaex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/htx.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/huobi.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/huobijp.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/hyperliquid.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/idex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/independentreserve.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/indodax.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/krakenfutures.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/kucoin.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/kuna.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/latoken.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/lbank.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/luno.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/lykke.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/mercado.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/ndax.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/novadax.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/oceanex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/okcoin.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/okx.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/onetrading.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/oxfun.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/p2b.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/paradex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/paymium.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/phemex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/poloniex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/poloniexfutures.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/alpaca.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/ascendex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/bequant.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/binancecoinm.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/binanceus.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/binanceusdm.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/bingx.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/bitcoincom.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/bitfinex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/bitfinex2.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/bithumb.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/bitmart.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/bitmex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/bitopro.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/bitpanda.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/bitstamp.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/bitvavo.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/blockchaincom.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/blofin.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/bybit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/cex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/coinbase.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/coinbaseexchange.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/coinbaseinternational.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/coincheck.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/coinex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/coinone.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/cryptocom.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/currencycom.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/deribit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/exmo.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/gateio.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/gemini.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/hitbtc.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/hollaex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/htx.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/huobi.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/huobijp.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/hyperliquid.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/idex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/independentreserve.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/kraken.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/krakenfutures.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/kucoin.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/kucoinfutures.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/lbank.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/luno.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/mexc.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/ndax.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/okcoin.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/onetrading.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/oxfun.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/p2b.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/paradex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/phemex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/poloniex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/poloniexfutures.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/probit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/upbit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/vertex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/wazirx.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/whitebit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/woo.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/woofipro.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/pro/xt.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/probit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ecdsa/der.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ecdsa/util.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/abi.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/base.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/codec.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/constants.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/decoding.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/encoding.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/exceptions.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/grammar.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/packed.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/py.typed +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/registry.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/tools/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/tools/_strategies.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/utils/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/utils/numeric.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/utils/padding.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/abi/utils/string.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/account/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/account/encode_typed_data/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/account/encode_typed_data/encoding_and_hashing.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/account/encode_typed_data/helpers.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/account/messages.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/account/py.typed +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/hexbytes/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/hexbytes/_utils.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/hexbytes/main.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/hexbytes/py.typed +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/typing/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/typing/abi.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/typing/bls.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/typing/discovery.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/typing/encoding.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/typing/enums.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/typing/ethpm.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/typing/evm.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/typing/networks.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/typing/py.typed +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/abi.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/address.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/applicators.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/conversions.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/currency.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/curried/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/debug.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/decorators.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/encoding.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/exceptions.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/functional.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/hexadecimal.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/humanize.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/logging.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/module_loading.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/numeric.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/py.typed +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/toolz.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/types.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/typing/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/typing/misc.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/ethereum/utils/units.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/keccak/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/keccak/keccak.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/__pyinstaller/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/__pyinstaller/hook-lark.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/ast_utils.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/common.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/exceptions.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/grammar.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/grammars/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/indenter.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/lark.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/lexer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/load_grammar.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/parse_tree_builder.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/parser_frontends.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/parsers/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/parsers/cyk.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/parsers/earley.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/parsers/earley_common.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/parsers/earley_forest.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/parsers/grammar_analysis.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/parsers/lalr_analysis.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/parsers/lalr_interactive_parser.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/parsers/lalr_parser.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/parsers/lalr_parser_state.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/parsers/xearley.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/py.typed +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/reconstruct.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/tools/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/tools/nearley.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/tools/serialize.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/tools/standalone.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/tree.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/tree_matcher.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/tree_templates.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/utils.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/lark/visitors.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow/base.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow/class_registry.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow/decorators.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow/error_store.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow/exceptions.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow/fields.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow/orderedset.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow/py.typed +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow/schema.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow/types.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow/utils.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow/validate.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow/warnings.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow_dataclass/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow_dataclass/collection_field.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow_dataclass/lazy_class_attribute.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow_dataclass/mypy.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow_dataclass/py.typed +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow_dataclass/typing.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow_dataclass/union_field.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow_oneofschema/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow_oneofschema/one_of_schema.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/marshmallow_oneofschema/py.typed +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/msgpack/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/msgpack/exceptions.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/msgpack/ext.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/msgpack/fallback.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/parsimonious/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/parsimonious/exceptions.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/parsimonious/expressions.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/parsimonious/grammar.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/parsimonious/nodes.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/parsimonious/utils.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/cairo/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/cairo/data_types.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/cairo_types.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser_transformer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/cairo/felt.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/cairo/type_parser.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/cairo/v1/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/cairo/v1/type_parser.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/cairo/v2/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/cairo/v2/type_parser.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/ccxt_utils.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/common.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/constants.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/hash/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/hash/address.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/hash/compiled_class_hash_objects.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/hash/selector.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/hash/storage.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/hash/utils.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/models/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/models/typed_data.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/_calldata_reader.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/_context.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/_common.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/array_serializer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/bool_serializer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/byte_array_serializer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/cairo_data_serializer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/enum_serializer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/felt_serializer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/named_tuple_serializer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/option_serializer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/output_serializer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/payload_serializer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/struct_serializer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/tuple_serializer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint256_serializer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint_serializer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/data_serializers/unit_serializer.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/errors.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/factory.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/function_serialization_adapter.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/serialization/tuple_dataclass.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/utils/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/utils/constructor_args_translator.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/utils/iterable.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/utils/schema.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starknet/utils/typed_data.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starkware/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starkware/crypto/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starkware/crypto/fast_pedersen_hash.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starkware/crypto/math_utils.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starkware/crypto/signature.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/starkware/crypto/utils.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/sympy/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/sympy/core/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/sympy/core/intfunc.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/sympy/external/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/sympy/external/gmpy.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/sympy/external/importtools.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/sympy/external/ntheory.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/sympy/external/pythonmpq.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/toolz/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/toolz/_signatures.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/toolz/_version.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/toolz/compatibility.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/toolz/curried/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/toolz/curried/exceptions.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/toolz/curried/operator.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/toolz/dicttoolz.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/toolz/functoolz.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/toolz/itertoolz.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/toolz/recipes.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/toolz/utils.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/typing_inspect/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/static_dependencies/typing_inspect/typing_inspect.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/test/__init__.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/test/tests_async.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/test/tests_helpers.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/test/tests_init.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/test/tests_sync.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/timex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/tokocrypto.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/tradeogre.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/upbit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/vertex.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/wavesexchange.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/wazirx.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/whitebit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/woo.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/woofipro.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/xt.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/yobit.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/zaif.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt/zonda.py +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt.egg-info/SOURCES.txt +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt.egg-info/dependency_links.txt +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt.egg-info/requires.txt +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/ccxt.egg-info/top_level.txt +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/setup.cfg +0 -0
- {ccxt-4.3.83 → ccxt-4.3.85}/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.85
|
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
|
@@ -258,13 +258,13 @@ console.log(version, Object.keys(exchanges));
|
|
258
258
|
|
259
259
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
260
260
|
|
261
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.
|
262
|
-
* unpkg: https://unpkg.com/ccxt@4.3.
|
261
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.85/dist/ccxt.browser.min.js
|
262
|
+
* unpkg: https://unpkg.com/ccxt@4.3.85/dist/ccxt.browser.min.js
|
263
263
|
|
264
264
|
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.
|
265
265
|
|
266
266
|
```HTML
|
267
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.3.
|
267
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.3.85/dist/ccxt.browser.min.js"></script>
|
268
268
|
```
|
269
269
|
|
270
270
|
Creates a global `ccxt` object:
|
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
# ----------------------------------------------------------------------------
|
24
24
|
|
25
|
-
__version__ = '4.3.
|
25
|
+
__version__ = '4.3.85'
|
26
26
|
|
27
27
|
# ----------------------------------------------------------------------------
|
28
28
|
|
@@ -54,6 +54,7 @@ from ccxt.base.errors import OperationRejected # noqa: F4
|
|
54
54
|
from ccxt.base.errors import NoChange # noqa: F401
|
55
55
|
from ccxt.base.errors import MarginModeAlreadySet # noqa: F401
|
56
56
|
from ccxt.base.errors import MarketClosed # noqa: F401
|
57
|
+
from ccxt.base.errors import ManualInteractionNeeded # noqa: F401
|
57
58
|
from ccxt.base.errors import InsufficientFunds # noqa: F401
|
58
59
|
from ccxt.base.errors import InvalidAddress # noqa: F401
|
59
60
|
from ccxt.base.errors import AddressPending # noqa: F401
|
@@ -38,6 +38,8 @@ class ImplicitAPI:
|
|
38
38
|
v1_private_post_private_get_accounts = v1PrivatePostPrivateGetAccounts = Entry('private/get-accounts', ['v1', 'private'], 'POST', {'cost': 3.3333333333333335})
|
39
39
|
v1_private_post_private_get_withdrawal_history = v1PrivatePostPrivateGetWithdrawalHistory = Entry('private/get-withdrawal-history', ['v1', 'private'], 'POST', {'cost': 3.3333333333333335})
|
40
40
|
v1_private_post_private_get_deposit_history = v1PrivatePostPrivateGetDepositHistory = Entry('private/get-deposit-history', ['v1', 'private'], 'POST', {'cost': 3.3333333333333335})
|
41
|
+
v1_private_post_private_get_fee_rate = v1PrivatePostPrivateGetFeeRate = Entry('private/get-fee-rate', ['v1', 'private'], 'POST', {'cost': 2})
|
42
|
+
v1_private_post_private_get_instrument_fee_rate = v1PrivatePostPrivateGetInstrumentFeeRate = Entry('private/get-instrument-fee-rate', ['v1', 'private'], 'POST', {'cost': 2})
|
41
43
|
v1_private_post_private_staking_stake = v1PrivatePostPrivateStakingStake = Entry('private/staking/stake', ['v1', 'private'], 'POST', {'cost': 2})
|
42
44
|
v1_private_post_private_staking_unstake = v1PrivatePostPrivateStakingUnstake = Entry('private/staking/unstake', ['v1', 'private'], 'POST', {'cost': 2})
|
43
45
|
v1_private_post_private_staking_get_staking_position = v1PrivatePostPrivateStakingGetStakingPosition = Entry('private/staking/get-staking-position', ['v1', 'private'], 'POST', {'cost': 2})
|
@@ -162,6 +162,7 @@ class ImplicitAPI:
|
|
162
162
|
futurespublic_get_status = futuresPublicGetStatus = Entry('status', 'futuresPublic', 'GET', {'cost': 1})
|
163
163
|
futurespublic_get_level2_message_query = futuresPublicGetLevel2MessageQuery = Entry('level2/message/query', 'futuresPublic', 'GET', {'cost': 1})
|
164
164
|
futurespublic_get_contracts_risk_limit_symbol = futuresPublicGetContractsRiskLimitSymbol = Entry('contracts/risk-limit/{symbol}', 'futuresPublic', 'GET', {'cost': 1})
|
165
|
+
futurespublic_get_alltickers = futuresPublicGetAllTickers = Entry('allTickers', 'futuresPublic', 'GET', {'cost': 1})
|
165
166
|
futurespublic_get_level2_depth_limit = futuresPublicGetLevel2DepthLimit = Entry('level2/depth{limit}', 'futuresPublic', 'GET', {'cost': 1})
|
166
167
|
futurespublic_get_level3_message_query = futuresPublicGetLevel3MessageQuery = Entry('level3/message/query', 'futuresPublic', 'GET', {'cost': 1})
|
167
168
|
futurespublic_get_level3_snapshot = futuresPublicGetLevel3Snapshot = Entry('level3/snapshot', 'futuresPublic', 'GET', {'cost': 1})
|
@@ -191,6 +192,7 @@ class ImplicitAPI:
|
|
191
192
|
futuresprivate_get_trade_statistics = futuresPrivateGetTradeStatistics = Entry('trade-statistics', 'futuresPrivate', 'GET', {'cost': 1})
|
192
193
|
futuresprivate_get_trade_fees = futuresPrivateGetTradeFees = Entry('trade-fees', 'futuresPrivate', 'GET', {'cost': 1})
|
193
194
|
futuresprivate_get_history_positions = futuresPrivateGetHistoryPositions = Entry('history-positions', 'futuresPrivate', 'GET', {'cost': 1})
|
195
|
+
futuresprivate_get_getmaxopensize = futuresPrivateGetGetMaxOpenSize = Entry('getMaxOpenSize', 'futuresPrivate', 'GET', {'cost': 1})
|
194
196
|
futuresprivate_post_transfer_out = futuresPrivatePostTransferOut = Entry('transfer-out', 'futuresPrivate', 'POST', {'cost': 1})
|
195
197
|
futuresprivate_post_transfer_in = futuresPrivatePostTransferIn = Entry('transfer-in', 'futuresPrivate', 'POST', {'cost': 1})
|
196
198
|
futuresprivate_post_orders = futuresPrivatePostOrders = Entry('orders', 'futuresPrivate', 'POST', {'cost': 1.33})
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
# -----------------------------------------------------------------------------
|
6
6
|
|
7
|
-
__version__ = '4.3.
|
7
|
+
__version__ = '4.3.85'
|
8
8
|
|
9
9
|
# -----------------------------------------------------------------------------
|
10
10
|
|
@@ -33,6 +33,7 @@ from ccxt.base.errors import OperationRejected # noqa: F4
|
|
33
33
|
from ccxt.base.errors import NoChange # noqa: F401
|
34
34
|
from ccxt.base.errors import MarginModeAlreadySet # noqa: F401
|
35
35
|
from ccxt.base.errors import MarketClosed # noqa: F401
|
36
|
+
from ccxt.base.errors import ManualInteractionNeeded # noqa: F401
|
36
37
|
from ccxt.base.errors import InsufficientFunds # noqa: F401
|
37
38
|
from ccxt.base.errors import InvalidAddress # noqa: F401
|
38
39
|
from ccxt.base.errors import AddressPending # noqa: F401
|
@@ -10526,7 +10526,7 @@ class binance(Exchange, ImplicitAPI):
|
|
10526
10526
|
extendedParams['recvWindow'] = recvWindow
|
10527
10527
|
if (api == 'sapi') and (path == 'asset/dust'):
|
10528
10528
|
query = self.urlencode_with_array_repeat(extendedParams)
|
10529
|
-
elif (path == 'batchOrders') or (path.find('sub-account') >= 0) or (path == 'capital/withdraw/apply') or (path.find('staking') >= 0):
|
10529
|
+
elif (path == 'batchOrders') or (path.find('sub-account') >= 0) or (path == 'capital/withdraw/apply') or (path.find('staking') >= 0) or (path.find('simple-earn') >= 0):
|
10530
10530
|
if (method == 'DELETE') and (path == 'batchOrders'):
|
10531
10531
|
orderidlist = self.safe_list(extendedParams, 'orderidlist', [])
|
10532
10532
|
origclientorderidlist = self.safe_list(extendedParams, 'origclientorderidlist', [])
|
@@ -354,9 +354,9 @@ class bitfinex2(Exchange, ImplicitAPI):
|
|
354
354
|
# convert 'EXCHANGE LIMIT' to lowercase 'limit'
|
355
355
|
# everything else remains uppercase
|
356
356
|
'exchangeTypes': {
|
357
|
-
|
357
|
+
'MARKET': 'market',
|
358
358
|
'EXCHANGE MARKET': 'market',
|
359
|
-
|
359
|
+
'LIMIT': 'limit',
|
360
360
|
'EXCHANGE LIMIT': 'limit',
|
361
361
|
# 'STOP': None,
|
362
362
|
'EXCHANGE STOP': 'market',
|
@@ -2307,6 +2307,8 @@ class bitmex(Exchange, ImplicitAPI):
|
|
2307
2307
|
# 'otpToken': '123456', # requires if two-factor auth(OTP) is enabled
|
2308
2308
|
# 'fee': 0.001, # bitcoin network fee
|
2309
2309
|
}
|
2310
|
+
if self.twofa is not None:
|
2311
|
+
request['otpToken'] = self.totp(self.twofa)
|
2310
2312
|
response = await self.privatePostUserRequestWithdrawal(self.extend(request, params))
|
2311
2313
|
#
|
2312
2314
|
# {
|
@@ -16,6 +16,7 @@ from ccxt.base.errors import ArgumentsRequired
|
|
16
16
|
from ccxt.base.errors import BadRequest
|
17
17
|
from ccxt.base.errors import NoChange
|
18
18
|
from ccxt.base.errors import MarginModeAlreadySet
|
19
|
+
from ccxt.base.errors import ManualInteractionNeeded
|
19
20
|
from ccxt.base.errors import InsufficientFunds
|
20
21
|
from ccxt.base.errors import InvalidOrder
|
21
22
|
from ccxt.base.errors import OrderNotFound
|
@@ -768,8 +769,11 @@ class bybit(Exchange, ImplicitAPI):
|
|
768
769
|
'140069': PermissionDenied, # Do not allow OTC lending users to trade
|
769
770
|
'140070': InvalidOrder, # ETP symbols are not allowed to be traded
|
770
771
|
'170001': ExchangeError, # Internal error.
|
771
|
-
'170007': RequestTimeout, # Timeout waiting for response from backend server.
|
772
772
|
'170005': InvalidOrder, # Too many new orders; current limit is %s orders per %s.
|
773
|
+
'170007': RequestTimeout, # Timeout waiting for response from backend server.
|
774
|
+
'170010': InvalidOrder, # Purchase failed: Exceed the maximum position limit of leveraged tokens, the current available limit is %s USDT
|
775
|
+
'170011': InvalidOrder, # "Purchase failed: Exceed the maximum position limit of innovation tokens,
|
776
|
+
'170019': InvalidOrder, # the current available limit is replaceKey0 USDT"
|
773
777
|
'170031': ExchangeError, # The feature has been suspended
|
774
778
|
'170032': ExchangeError, # Network error. Please try again later
|
775
779
|
'170033': InsufficientFunds, # margin Insufficient account balance
|
@@ -782,6 +786,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
782
786
|
'170116': InvalidOrder, # Invalid orderType.
|
783
787
|
'170117': InvalidOrder, # Invalid side.
|
784
788
|
'170121': InvalidOrder, # Invalid symbol.
|
789
|
+
'170124': InvalidOrder, # Order amount too large.
|
785
790
|
'170130': BadRequest, # Data sent for paramter '%s' is not valid.
|
786
791
|
'170131': InsufficientFunds, # Balance insufficient
|
787
792
|
'170132': InvalidOrder, # Order price too high.
|
@@ -792,7 +797,6 @@ class bybit(Exchange, ImplicitAPI):
|
|
792
797
|
'170137': InvalidOrder, # Order volume decimal too long
|
793
798
|
'170139': InvalidOrder, # Order has been filled.
|
794
799
|
'170140': InvalidOrder, # Transaction amount lower than the minimum.
|
795
|
-
'170124': InvalidOrder, # Order amount too large.
|
796
800
|
'170141': InvalidOrder, # Duplicate clientOrderId
|
797
801
|
'170142': InvalidOrder, # Order has been canceled
|
798
802
|
'170143': InvalidOrder, # Cannot be found on order book
|
@@ -817,6 +821,15 @@ class bybit(Exchange, ImplicitAPI):
|
|
817
821
|
'170198': InvalidOrder, # Your order quantity to sell is too large. The filled price may deviate significantly from the market price. Please try again
|
818
822
|
'170199': InvalidOrder, # Your order quantity to buy is too large. The filled price may deviate significantly from the nav. Please try again.
|
819
823
|
'170200': InvalidOrder, # Your order quantity to sell is too large. The filled price may deviate significantly from the nav. Please try again.
|
824
|
+
'170201': PermissionDenied, # Your account has been restricted for trades. If you have any questions, please email us at support@bybit.com
|
825
|
+
'170202': InvalidOrder, # Invalid orderFilter parameter.
|
826
|
+
'170203': InvalidOrder, # Please enter the TP/SL price.
|
827
|
+
'170204': InvalidOrder, # trigger price cannot be higher than 110% price.
|
828
|
+
'170206': InvalidOrder, # trigger price cannot be lower than 90% of qty.
|
829
|
+
'170210': InvalidOrder, # New order rejected.
|
830
|
+
'170213': OrderNotFound, # Order does not exist.
|
831
|
+
'170217': InvalidOrder, # Only LIMIT-MAKER order is supported for the current pair.
|
832
|
+
'170218': InvalidOrder, # The LIMIT-MAKER order is rejected due to invalid price.
|
820
833
|
'170221': BadRequest, # This coin does not exist.
|
821
834
|
'170222': RateLimitExceeded, # Too many hasattr(self, requests) time frame.
|
822
835
|
'170223': InsufficientFunds, # Your Spot Account with Institutional Lending triggers an alert or liquidation.
|
@@ -826,18 +839,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
826
839
|
'170228': InvalidOrder, # The purchase amount of each order exceeds the estimated maximum purchase amount.
|
827
840
|
'170229': InvalidOrder, # The sell quantity per order exceeds the estimated maximum sell quantity.
|
828
841
|
'170234': ExchangeError, # System Error
|
829
|
-
'
|
830
|
-
'170213': OrderNotFound, # Order does not exist.
|
831
|
-
'170217': InvalidOrder, # Only LIMIT-MAKER order is supported for the current pair.
|
832
|
-
'170218': InvalidOrder, # The LIMIT-MAKER order is rejected due to invalid price.
|
833
|
-
'170010': InvalidOrder, # Purchase failed: Exceed the maximum position limit of leveraged tokens, the current available limit is %s USDT
|
834
|
-
'170011': InvalidOrder, # "Purchase failed: Exceed the maximum position limit of innovation tokens,
|
835
|
-
'170019': InvalidOrder, # the current available limit is replaceKey0 USDT"
|
836
|
-
'170201': PermissionDenied, # Your account has been restricted for trades. If you have any questions, please email us at support@bybit.com
|
837
|
-
'170202': InvalidOrder, # Invalid orderFilter parameter.
|
838
|
-
'170203': InvalidOrder, # Please enter the TP/SL price.
|
839
|
-
'170204': InvalidOrder, # trigger price cannot be higher than 110% price.
|
840
|
-
'170206': InvalidOrder, # trigger price cannot be lower than 90% of qty.
|
842
|
+
'170241': ManualInteractionNeeded, # To proceed with trading, users must read through and confirm that they fully understand the project's risk disclosure document.
|
841
843
|
'175000': InvalidOrder, # The serialNum is already in use.
|
842
844
|
'175001': InvalidOrder, # Daily purchase limit has been exceeded. Please try again later.
|
843
845
|
'175002': InvalidOrder, # There's a large number of purchase orders. Please try again later.
|
@@ -6,7 +6,7 @@
|
|
6
6
|
from ccxt.async_support.base.exchange import Exchange
|
7
7
|
from ccxt.abstract.cryptocom import ImplicitAPI
|
8
8
|
import hashlib
|
9
|
-
from ccxt.base.types import Account, Balances, Currency, Int, Market, Num, Order, OrderBook, OrderRequest, CancellationRequest, OrderSide, OrderType, Str, Strings, Ticker, Tickers, Trade, Transaction
|
9
|
+
from ccxt.base.types import Account, Balances, Currency, Int, Market, Num, Order, OrderBook, OrderRequest, CancellationRequest, OrderSide, OrderType, Str, Strings, Ticker, Tickers, Trade, TradingFeeInterface, TradingFees, Transaction
|
10
10
|
from typing import List
|
11
11
|
from ccxt.base.errors import ExchangeError
|
12
12
|
from ccxt.base.errors import AuthenticationError
|
@@ -109,8 +109,8 @@ class cryptocom(Exchange, ImplicitAPI):
|
|
109
109
|
'fetchTickers': True,
|
110
110
|
'fetchTime': False,
|
111
111
|
'fetchTrades': True,
|
112
|
-
'fetchTradingFee':
|
113
|
-
'fetchTradingFees':
|
112
|
+
'fetchTradingFee': True,
|
113
|
+
'fetchTradingFees': True,
|
114
114
|
'fetchTransactionFees': False,
|
115
115
|
'fetchTransactions': False,
|
116
116
|
'fetchTransfers': False,
|
@@ -211,6 +211,8 @@ class cryptocom(Exchange, ImplicitAPI):
|
|
211
211
|
'private/get-accounts': 10 / 3,
|
212
212
|
'private/get-withdrawal-history': 10 / 3,
|
213
213
|
'private/get-deposit-history': 10 / 3,
|
214
|
+
'private/get-fee-rate': 2,
|
215
|
+
'private/get-instrument-fee-rate': 2,
|
214
216
|
'private/staking/stake': 2,
|
215
217
|
'private/staking/unstake': 2,
|
216
218
|
'private/staking/get-staking-position': 2,
|
@@ -2806,6 +2808,114 @@ class cryptocom(Exchange, ImplicitAPI):
|
|
2806
2808
|
result = self.safe_dict(response, 'result')
|
2807
2809
|
return self.parse_order(result, market)
|
2808
2810
|
|
2811
|
+
async def fetch_trading_fee(self, symbol: str, params={}) -> TradingFeeInterface:
|
2812
|
+
"""
|
2813
|
+
fetch the trading fees for a market
|
2814
|
+
:see: https://exchange-docs.crypto.com/exchange/v1/rest-ws/index.html#private-get-instrument-fee-rate
|
2815
|
+
:param str symbol: unified market symbol
|
2816
|
+
:param dict [params]: extra parameters specific to the exchange API endpoint
|
2817
|
+
:returns dict: a `fee structure <https://docs.ccxt.com/#/?id=fee-structure>`
|
2818
|
+
"""
|
2819
|
+
await self.load_markets()
|
2820
|
+
market = self.market(symbol)
|
2821
|
+
request: dict = {
|
2822
|
+
'instrument_name': market['id'],
|
2823
|
+
}
|
2824
|
+
response = await self.v1PrivatePostPrivateGetInstrumentFeeRate(self.extend(request, params))
|
2825
|
+
#
|
2826
|
+
# {
|
2827
|
+
# "id": 1,
|
2828
|
+
# "code": 0,
|
2829
|
+
# "method": "private/staking/unstake",
|
2830
|
+
# "result": {
|
2831
|
+
# "staking_id": "1",
|
2832
|
+
# "instrument_name": "SOL.staked",
|
2833
|
+
# "status": "NEW",
|
2834
|
+
# "quantity": "1",
|
2835
|
+
# "underlying_inst_name": "SOL",
|
2836
|
+
# "reason": "NO_ERROR"
|
2837
|
+
# }
|
2838
|
+
# }
|
2839
|
+
#
|
2840
|
+
data = self.safe_dict(response, 'result', {})
|
2841
|
+
return self.parse_trading_fee(data, market)
|
2842
|
+
|
2843
|
+
async def fetch_trading_fees(self, params={}) -> TradingFees:
|
2844
|
+
"""
|
2845
|
+
:see: https://exchange-docs.crypto.com/exchange/v1/rest-ws/index.html#private-get-fee-rate
|
2846
|
+
fetch the trading fees for multiple markets
|
2847
|
+
:param dict [params]: extra parameters specific to the exchange API endpoint
|
2848
|
+
:returns dict: a dictionary of `fee structures <https://docs.ccxt.com/#/?id=fee-structure>` indexed by market symbols
|
2849
|
+
"""
|
2850
|
+
await self.load_markets()
|
2851
|
+
response = await self.v1PrivatePostPrivateGetFeeRate(params)
|
2852
|
+
#
|
2853
|
+
# {
|
2854
|
+
# "id": 1,
|
2855
|
+
# "method": "/private/get-fee-rate",
|
2856
|
+
# "code": 0,
|
2857
|
+
# "result": {
|
2858
|
+
# "spot_tier": "3",
|
2859
|
+
# "deriv_tier": "3",
|
2860
|
+
# "effective_spot_maker_rate_bps": "6.5",
|
2861
|
+
# "effective_spot_taker_rate_bps": "6.9",
|
2862
|
+
# "effective_deriv_maker_rate_bps": "1.1",
|
2863
|
+
# "effective_deriv_taker_rate_bps": "3"
|
2864
|
+
# }
|
2865
|
+
# }
|
2866
|
+
#
|
2867
|
+
result = self.safe_dict(response, 'result', {})
|
2868
|
+
return self.parse_trading_fees(result)
|
2869
|
+
|
2870
|
+
def parse_trading_fees(self, response):
|
2871
|
+
#
|
2872
|
+
# {
|
2873
|
+
# "spot_tier": "3",
|
2874
|
+
# "deriv_tier": "3",
|
2875
|
+
# "effective_spot_maker_rate_bps": "6.5",
|
2876
|
+
# "effective_spot_taker_rate_bps": "6.9",
|
2877
|
+
# "effective_deriv_maker_rate_bps": "1.1",
|
2878
|
+
# "effective_deriv_taker_rate_bps": "3"
|
2879
|
+
# }
|
2880
|
+
#
|
2881
|
+
result: dict = {}
|
2882
|
+
result['info'] = response
|
2883
|
+
for i in range(0, len(self.symbols)):
|
2884
|
+
symbol = self.symbols[i]
|
2885
|
+
market = self.market(symbol)
|
2886
|
+
isSwap = market['swap']
|
2887
|
+
takerFeeKey = 'effective_deriv_taker_rate_bps' if isSwap else 'effective_spot_taker_rate_bps'
|
2888
|
+
makerFeeKey = 'effective_deriv_maker_rate_bps' if isSwap else 'effective_spot_maker_rate_bps'
|
2889
|
+
tradingFee = {
|
2890
|
+
'info': response,
|
2891
|
+
'symbol': symbol,
|
2892
|
+
'maker': self.parse_number(Precise.string_div(self.safe_string(response, makerFeeKey), '10000')),
|
2893
|
+
'taker': self.parse_number(Precise.string_div(self.safe_string(response, takerFeeKey), '10000')),
|
2894
|
+
'percentage': None,
|
2895
|
+
'tierBased': None,
|
2896
|
+
}
|
2897
|
+
result[symbol] = tradingFee
|
2898
|
+
return result
|
2899
|
+
|
2900
|
+
def parse_trading_fee(self, fee: dict, market: Market = None) -> TradingFeeInterface:
|
2901
|
+
#
|
2902
|
+
# {
|
2903
|
+
# "instrument_name": "BTC_USD",
|
2904
|
+
# "effective_maker_rate_bps": "6.5",
|
2905
|
+
# "effective_taker_rate_bps": "6.9"
|
2906
|
+
# }
|
2907
|
+
#
|
2908
|
+
marketId = self.safe_string(fee, 'instrument_name')
|
2909
|
+
symbol = self.safe_symbol(marketId, market)
|
2910
|
+
return {
|
2911
|
+
'info': fee,
|
2912
|
+
'symbol': symbol,
|
2913
|
+
'maker': self.parse_number(Precise.string_div(self.safe_string(fee, 'effective_maker_rate_bps'), '10000')),
|
2914
|
+
'taker': self.parse_number(Precise.string_div(self.safe_string(fee, 'effective_taker_rate_bps'), '10000')),
|
2915
|
+
'percentage': None,
|
2916
|
+
'tierBased': None,
|
2917
|
+
}
|
2918
|
+
|
2809
2919
|
def sign(self, path, api='public', method='GET', params={}, headers=None, body=None):
|
2810
2920
|
type = self.safe_string(api, 0)
|
2811
2921
|
access = self.safe_string(api, 1)
|
@@ -1181,6 +1181,26 @@ class kraken(Exchange, ImplicitAPI):
|
|
1181
1181
|
# "misc": ''
|
1182
1182
|
# }
|
1183
1183
|
#
|
1184
|
+
# fetchMyTrades
|
1185
|
+
#
|
1186
|
+
# {
|
1187
|
+
# "ordertxid": "OSJVN7-A2AE-63WZV",
|
1188
|
+
# "postxid": "TBP7O6-PNXI-CONU",
|
1189
|
+
# "pair": "XXBTZUSD",
|
1190
|
+
# "time": 1710429248.3052235,
|
1191
|
+
# "type": "sell",
|
1192
|
+
# "ordertype": "liquidation market",
|
1193
|
+
# "price": "72026.50000",
|
1194
|
+
# "cost": "7.20265",
|
1195
|
+
# "fee": "0.01873",
|
1196
|
+
# "vol": "0.00010000",
|
1197
|
+
# "margin": "1.44053",
|
1198
|
+
# "leverage": "5",
|
1199
|
+
# "misc": "closing",
|
1200
|
+
# "trade_id": 68230622,
|
1201
|
+
# "maker": False
|
1202
|
+
# }
|
1203
|
+
#
|
1184
1204
|
timestamp = None
|
1185
1205
|
side = None
|
1186
1206
|
type = None
|
@@ -1227,6 +1247,10 @@ class kraken(Exchange, ImplicitAPI):
|
|
1227
1247
|
if market is not None:
|
1228
1248
|
symbol = market['symbol']
|
1229
1249
|
cost = self.safe_string(trade, 'cost')
|
1250
|
+
maker = self.safe_bool(trade, 'maker')
|
1251
|
+
takerOrMaker = None
|
1252
|
+
if maker is not None:
|
1253
|
+
takerOrMaker = 'maker' if maker else 'taker'
|
1230
1254
|
return self.safe_trade({
|
1231
1255
|
'id': id,
|
1232
1256
|
'order': orderId,
|
@@ -1236,7 +1260,7 @@ class kraken(Exchange, ImplicitAPI):
|
|
1236
1260
|
'symbol': symbol,
|
1237
1261
|
'type': type,
|
1238
1262
|
'side': side,
|
1239
|
-
'takerOrMaker':
|
1263
|
+
'takerOrMaker': takerOrMaker,
|
1240
1264
|
'price': price,
|
1241
1265
|
'amount': amount,
|
1242
1266
|
'cost': cost,
|
@@ -2001,7 +2025,10 @@ class kraken(Exchange, ImplicitAPI):
|
|
2001
2025
|
# "fee": "0.000026",
|
2002
2026
|
# "vol": "16.00000000",
|
2003
2027
|
# "margin": "0.000000",
|
2028
|
+
# "leverage": "5",
|
2004
2029
|
# "misc": ""
|
2030
|
+
# "trade_id": 68230622,
|
2031
|
+
# "maker": False
|
2005
2032
|
# },
|
2006
2033
|
# ...
|
2007
2034
|
# },
|
@@ -2367,13 +2394,11 @@ class kraken(Exchange, ImplicitAPI):
|
|
2367
2394
|
:returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
|
2368
2395
|
"""
|
2369
2396
|
# https://www.kraken.com/en-us/help/api#deposit-status
|
2370
|
-
if code is None:
|
2371
|
-
raise ArgumentsRequired(self.id + ' fetchDeposits() requires a currency code argument')
|
2372
2397
|
await self.load_markets()
|
2373
|
-
|
2374
|
-
|
2375
|
-
|
2376
|
-
|
2398
|
+
request: dict = {}
|
2399
|
+
if code is not None:
|
2400
|
+
currency = self.currency(code)
|
2401
|
+
request['asset'] = currency['id']
|
2377
2402
|
if since is not None:
|
2378
2403
|
request['start'] = since
|
2379
2404
|
response = await self.privatePostDepositStatus(self.extend(request, params))
|
@@ -137,6 +137,7 @@ class kucoinfutures(kucoin, ImplicitAPI):
|
|
137
137
|
'contracts/{symbol}': 1,
|
138
138
|
'contracts/risk-limit/{symbol}': 1,
|
139
139
|
'ticker': 1,
|
140
|
+
'allTickers': 1,
|
140
141
|
'level2/snapshot': 1.33,
|
141
142
|
'level2/depth{limit}': 1,
|
142
143
|
'level2/message/query': 1,
|
@@ -180,6 +181,7 @@ class kucoinfutures(kucoin, ImplicitAPI):
|
|
180
181
|
'trade-statistics': 1,
|
181
182
|
'trade-fees': 1,
|
182
183
|
'history-positions': 1,
|
184
|
+
'getMaxOpenSize': 1,
|
183
185
|
},
|
184
186
|
'post': {
|
185
187
|
'withdrawals': 1,
|
@@ -325,6 +327,9 @@ class kucoinfutures(kucoin, ImplicitAPI):
|
|
325
327
|
# endpoint versions
|
326
328
|
'versions': {
|
327
329
|
'futuresPrivate': {
|
330
|
+
'GET': {
|
331
|
+
'getMaxOpenSize': 'v2',
|
332
|
+
},
|
328
333
|
'POST': {
|
329
334
|
'transfer-out': 'v2',
|
330
335
|
},
|
@@ -1158,7 +1158,7 @@ class mexc(Exchange, ImplicitAPI):
|
|
1158
1158
|
# "symbols": [
|
1159
1159
|
# {
|
1160
1160
|
# "symbol": "OGNUSDT",
|
1161
|
-
# "status": "
|
1161
|
+
# "status": "1",
|
1162
1162
|
# "baseAsset": "OGN",
|
1163
1163
|
# "baseAssetPrecision": "2",
|
1164
1164
|
# "quoteAsset": "USDT",
|
@@ -1203,7 +1203,7 @@ class mexc(Exchange, ImplicitAPI):
|
|
1203
1203
|
status = self.safe_string(market, 'status')
|
1204
1204
|
isSpotTradingAllowed = self.safe_value(market, 'isSpotTradingAllowed')
|
1205
1205
|
active = False
|
1206
|
-
if (status == '
|
1206
|
+
if (status == '1') and (isSpotTradingAllowed):
|
1207
1207
|
active = True
|
1208
1208
|
isMarginTradingAllowed = self.safe_value(market, 'isMarginTradingAllowed')
|
1209
1209
|
makerCommission = self.safe_number(market, 'makerCommission')
|
@@ -16,6 +16,7 @@ error_hierarchy = {
|
|
16
16
|
'MarginModeAlreadySet': {},
|
17
17
|
},
|
18
18
|
'MarketClosed': {},
|
19
|
+
'ManualInteractionNeeded': {},
|
19
20
|
},
|
20
21
|
'InsufficientFunds': {},
|
21
22
|
'InvalidAddress': {
|
@@ -106,6 +107,10 @@ class MarketClosed(OperationRejected):
|
|
106
107
|
pass
|
107
108
|
|
108
109
|
|
110
|
+
class ManualInteractionNeeded(OperationRejected):
|
111
|
+
pass
|
112
|
+
|
113
|
+
|
109
114
|
class InsufficientFunds(ExchangeError):
|
110
115
|
pass
|
111
116
|
|
@@ -221,6 +226,7 @@ __all__ = [
|
|
221
226
|
'NoChange',
|
222
227
|
'MarginModeAlreadySet',
|
223
228
|
'MarketClosed',
|
229
|
+
'ManualInteractionNeeded',
|
224
230
|
'InsufficientFunds',
|
225
231
|
'InvalidAddress',
|
226
232
|
'AddressPending',
|
@@ -10525,7 +10525,7 @@ class binance(Exchange, ImplicitAPI):
|
|
10525
10525
|
extendedParams['recvWindow'] = recvWindow
|
10526
10526
|
if (api == 'sapi') and (path == 'asset/dust'):
|
10527
10527
|
query = self.urlencode_with_array_repeat(extendedParams)
|
10528
|
-
elif (path == 'batchOrders') or (path.find('sub-account') >= 0) or (path == 'capital/withdraw/apply') or (path.find('staking') >= 0):
|
10528
|
+
elif (path == 'batchOrders') or (path.find('sub-account') >= 0) or (path == 'capital/withdraw/apply') or (path.find('staking') >= 0) or (path.find('simple-earn') >= 0):
|
10529
10529
|
if (method == 'DELETE') and (path == 'batchOrders'):
|
10530
10530
|
orderidlist = self.safe_list(extendedParams, 'orderidlist', [])
|
10531
10531
|
origclientorderidlist = self.safe_list(extendedParams, 'origclientorderidlist', [])
|
@@ -354,9 +354,9 @@ class bitfinex2(Exchange, ImplicitAPI):
|
|
354
354
|
# convert 'EXCHANGE LIMIT' to lowercase 'limit'
|
355
355
|
# everything else remains uppercase
|
356
356
|
'exchangeTypes': {
|
357
|
-
|
357
|
+
'MARKET': 'market',
|
358
358
|
'EXCHANGE MARKET': 'market',
|
359
|
-
|
359
|
+
'LIMIT': 'limit',
|
360
360
|
'EXCHANGE LIMIT': 'limit',
|
361
361
|
# 'STOP': None,
|
362
362
|
'EXCHANGE STOP': 'market',
|
@@ -2307,6 +2307,8 @@ class bitmex(Exchange, ImplicitAPI):
|
|
2307
2307
|
# 'otpToken': '123456', # requires if two-factor auth(OTP) is enabled
|
2308
2308
|
# 'fee': 0.001, # bitcoin network fee
|
2309
2309
|
}
|
2310
|
+
if self.twofa is not None:
|
2311
|
+
request['otpToken'] = self.totp(self.twofa)
|
2310
2312
|
response = self.privatePostUserRequestWithdrawal(self.extend(request, params))
|
2311
2313
|
#
|
2312
2314
|
# {
|
@@ -15,6 +15,7 @@ from ccxt.base.errors import ArgumentsRequired
|
|
15
15
|
from ccxt.base.errors import BadRequest
|
16
16
|
from ccxt.base.errors import NoChange
|
17
17
|
from ccxt.base.errors import MarginModeAlreadySet
|
18
|
+
from ccxt.base.errors import ManualInteractionNeeded
|
18
19
|
from ccxt.base.errors import InsufficientFunds
|
19
20
|
from ccxt.base.errors import InvalidOrder
|
20
21
|
from ccxt.base.errors import OrderNotFound
|
@@ -767,8 +768,11 @@ class bybit(Exchange, ImplicitAPI):
|
|
767
768
|
'140069': PermissionDenied, # Do not allow OTC lending users to trade
|
768
769
|
'140070': InvalidOrder, # ETP symbols are not allowed to be traded
|
769
770
|
'170001': ExchangeError, # Internal error.
|
770
|
-
'170007': RequestTimeout, # Timeout waiting for response from backend server.
|
771
771
|
'170005': InvalidOrder, # Too many new orders; current limit is %s orders per %s.
|
772
|
+
'170007': RequestTimeout, # Timeout waiting for response from backend server.
|
773
|
+
'170010': InvalidOrder, # Purchase failed: Exceed the maximum position limit of leveraged tokens, the current available limit is %s USDT
|
774
|
+
'170011': InvalidOrder, # "Purchase failed: Exceed the maximum position limit of innovation tokens,
|
775
|
+
'170019': InvalidOrder, # the current available limit is replaceKey0 USDT"
|
772
776
|
'170031': ExchangeError, # The feature has been suspended
|
773
777
|
'170032': ExchangeError, # Network error. Please try again later
|
774
778
|
'170033': InsufficientFunds, # margin Insufficient account balance
|
@@ -781,6 +785,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
781
785
|
'170116': InvalidOrder, # Invalid orderType.
|
782
786
|
'170117': InvalidOrder, # Invalid side.
|
783
787
|
'170121': InvalidOrder, # Invalid symbol.
|
788
|
+
'170124': InvalidOrder, # Order amount too large.
|
784
789
|
'170130': BadRequest, # Data sent for paramter '%s' is not valid.
|
785
790
|
'170131': InsufficientFunds, # Balance insufficient
|
786
791
|
'170132': InvalidOrder, # Order price too high.
|
@@ -791,7 +796,6 @@ class bybit(Exchange, ImplicitAPI):
|
|
791
796
|
'170137': InvalidOrder, # Order volume decimal too long
|
792
797
|
'170139': InvalidOrder, # Order has been filled.
|
793
798
|
'170140': InvalidOrder, # Transaction amount lower than the minimum.
|
794
|
-
'170124': InvalidOrder, # Order amount too large.
|
795
799
|
'170141': InvalidOrder, # Duplicate clientOrderId
|
796
800
|
'170142': InvalidOrder, # Order has been canceled
|
797
801
|
'170143': InvalidOrder, # Cannot be found on order book
|
@@ -816,6 +820,15 @@ class bybit(Exchange, ImplicitAPI):
|
|
816
820
|
'170198': InvalidOrder, # Your order quantity to sell is too large. The filled price may deviate significantly from the market price. Please try again
|
817
821
|
'170199': InvalidOrder, # Your order quantity to buy is too large. The filled price may deviate significantly from the nav. Please try again.
|
818
822
|
'170200': InvalidOrder, # Your order quantity to sell is too large. The filled price may deviate significantly from the nav. Please try again.
|
823
|
+
'170201': PermissionDenied, # Your account has been restricted for trades. If you have any questions, please email us at support@bybit.com
|
824
|
+
'170202': InvalidOrder, # Invalid orderFilter parameter.
|
825
|
+
'170203': InvalidOrder, # Please enter the TP/SL price.
|
826
|
+
'170204': InvalidOrder, # trigger price cannot be higher than 110% price.
|
827
|
+
'170206': InvalidOrder, # trigger price cannot be lower than 90% of qty.
|
828
|
+
'170210': InvalidOrder, # New order rejected.
|
829
|
+
'170213': OrderNotFound, # Order does not exist.
|
830
|
+
'170217': InvalidOrder, # Only LIMIT-MAKER order is supported for the current pair.
|
831
|
+
'170218': InvalidOrder, # The LIMIT-MAKER order is rejected due to invalid price.
|
819
832
|
'170221': BadRequest, # This coin does not exist.
|
820
833
|
'170222': RateLimitExceeded, # Too many hasattr(self, requests) time frame.
|
821
834
|
'170223': InsufficientFunds, # Your Spot Account with Institutional Lending triggers an alert or liquidation.
|
@@ -825,18 +838,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
825
838
|
'170228': InvalidOrder, # The purchase amount of each order exceeds the estimated maximum purchase amount.
|
826
839
|
'170229': InvalidOrder, # The sell quantity per order exceeds the estimated maximum sell quantity.
|
827
840
|
'170234': ExchangeError, # System Error
|
828
|
-
'
|
829
|
-
'170213': OrderNotFound, # Order does not exist.
|
830
|
-
'170217': InvalidOrder, # Only LIMIT-MAKER order is supported for the current pair.
|
831
|
-
'170218': InvalidOrder, # The LIMIT-MAKER order is rejected due to invalid price.
|
832
|
-
'170010': InvalidOrder, # Purchase failed: Exceed the maximum position limit of leveraged tokens, the current available limit is %s USDT
|
833
|
-
'170011': InvalidOrder, # "Purchase failed: Exceed the maximum position limit of innovation tokens,
|
834
|
-
'170019': InvalidOrder, # the current available limit is replaceKey0 USDT"
|
835
|
-
'170201': PermissionDenied, # Your account has been restricted for trades. If you have any questions, please email us at support@bybit.com
|
836
|
-
'170202': InvalidOrder, # Invalid orderFilter parameter.
|
837
|
-
'170203': InvalidOrder, # Please enter the TP/SL price.
|
838
|
-
'170204': InvalidOrder, # trigger price cannot be higher than 110% price.
|
839
|
-
'170206': InvalidOrder, # trigger price cannot be lower than 90% of qty.
|
841
|
+
'170241': ManualInteractionNeeded, # To proceed with trading, users must read through and confirm that they fully understand the project's risk disclosure document.
|
840
842
|
'175000': InvalidOrder, # The serialNum is already in use.
|
841
843
|
'175001': InvalidOrder, # Daily purchase limit has been exceeded. Please try again later.
|
842
844
|
'175002': InvalidOrder, # There's a large number of purchase orders. Please try again later.
|