ccxt 4.4.5__tar.gz → 4.4.6__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.4.5/ccxt.egg-info → ccxt-4.4.6}/PKG-INFO +4 -4
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/__init__.py +1 -1
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitmart.py +4 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/__init__.py +1 -1
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/base/exchange.py +1 -1
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitflyer.py +2 -2
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitget.py +8 -1
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitmart.py +179 -127
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bybit.py +11 -1
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/coinbase.py +6 -8
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/kraken.py +5 -1
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/mexc.py +29 -6
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/base/exchange.py +1 -1
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitflyer.py +2 -2
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitget.py +8 -1
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitmart.py +179 -127
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bybit.py +11 -1
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/coinbase.py +6 -8
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/kraken.py +5 -1
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/mexc.py +29 -6
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/__init__.py +1 -1
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/htx.py +14 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/kraken.py +57 -0
- {ccxt-4.4.5 → ccxt-4.4.6/ccxt.egg-info}/PKG-INFO +4 -4
- {ccxt-4.4.5 → ccxt-4.4.6}/package.json +1 -1
- {ccxt-4.4.5 → ccxt-4.4.6}/LICENSE.txt +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/MANIFEST.in +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/README.rst +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/ace.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/alpaca.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/ascendex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bequant.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bigone.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/binance.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/binancecoinm.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/binanceus.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/binanceusdm.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bingx.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bit2c.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitbank.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitbns.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitcoincom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitfinex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitfinex2.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitflyer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitget.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bithumb.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitmex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitopro.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitpanda.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitrue.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitso.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitstamp.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitteam.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bitvavo.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bl3p.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/blockchaincom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/blofin.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/btcalpha.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/btcbox.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/btcmarkets.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/btcturk.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/bybit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/cex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/coinbase.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/coinbaseadvanced.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/coinbaseexchange.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/coinbaseinternational.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/coincheck.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/coinex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/coinlist.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/coinmate.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/coinmetro.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/coinone.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/coinsph.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/coinspot.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/cryptocom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/currencycom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/delta.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/deribit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/digifinex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/exmo.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/fmfwio.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/gate.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/gateio.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/gemini.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/hashkey.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/hitbtc.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/hollaex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/htx.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/huobi.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/huobijp.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/hyperliquid.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/idex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/independentreserve.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/indodax.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/kraken.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/krakenfutures.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/kucoin.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/kucoinfutures.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/kuna.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/latoken.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/lbank.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/luno.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/lykke.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/mercado.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/mexc.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/ndax.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/novadax.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/oceanex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/okcoin.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/okx.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/onetrading.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/oxfun.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/p2b.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/paradex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/paymium.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/phemex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/poloniex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/poloniexfutures.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/probit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/timex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/tokocrypto.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/tradeogre.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/upbit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/vertex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/wavesexchange.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/wazirx.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/whitebit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/woo.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/woofipro.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/xt.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/yobit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/zaif.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/abstract/zonda.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/ace.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/alpaca.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/ascendex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/ace.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/alpaca.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/ascendex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/base/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/base/throttler.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/base/ws/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/base/ws/aiohttp_client.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/base/ws/cache.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/base/ws/client.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/base/ws/fast_client.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/base/ws/functions.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/base/ws/future.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/base/ws/order_book.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/base/ws/order_book_side.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bequant.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bigone.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/binance.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/binancecoinm.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/binanceus.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/binanceusdm.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bingx.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bit2c.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitbank.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitbay.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitbns.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitcoincom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitfinex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitfinex2.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bithumb.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitmex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitopro.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitpanda.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitrue.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitso.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitstamp.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitteam.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bitvavo.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/bl3p.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/blockchaincom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/blofin.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/btcalpha.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/btcbox.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/btcmarkets.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/btcturk.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/cex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/coinbaseadvanced.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/coinbaseexchange.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/coinbaseinternational.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/coincheck.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/coinex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/coinlist.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/coinmate.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/coinmetro.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/coinone.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/coinsph.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/coinspot.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/cryptocom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/currencycom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/delta.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/deribit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/digifinex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/exmo.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/fmfwio.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/gate.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/gateio.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/gemini.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/hashkey.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/hitbtc.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/hitbtc3.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/hollaex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/htx.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/huobi.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/huobijp.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/hyperliquid.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/idex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/independentreserve.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/indodax.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/krakenfutures.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/kucoin.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/kucoinfutures.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/kuna.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/latoken.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/lbank.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/luno.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/lykke.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/mercado.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/ndax.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/novadax.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/oceanex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/okcoin.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/okx.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/onetrading.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/oxfun.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/p2b.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/paradex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/paymium.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/phemex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/poloniex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/poloniexfutures.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/probit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/timex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/tokocrypto.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/tradeogre.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/upbit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/vertex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/wavesexchange.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/wazirx.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/whitebit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/woo.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/woofipro.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/xt.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/yobit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/zaif.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/async_support/zonda.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/base/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/base/decimal_to_precision.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/base/errors.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/base/precise.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/base/types.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bequant.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bigone.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/binance.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/binancecoinm.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/binanceus.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/binanceusdm.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bingx.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bit2c.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitbank.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitbay.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitbns.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitcoincom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitfinex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitfinex2.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bithumb.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitmex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitopro.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitpanda.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitrue.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitso.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitstamp.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitteam.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bitvavo.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/bl3p.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/blockchaincom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/blofin.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/btcalpha.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/btcbox.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/btcmarkets.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/btcturk.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/cex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/coinbaseadvanced.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/coinbaseexchange.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/coinbaseinternational.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/coincheck.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/coinex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/coinlist.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/coinmate.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/coinmetro.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/coinone.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/coinsph.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/coinspot.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/cryptocom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/currencycom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/delta.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/deribit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/digifinex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/exmo.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/fmfwio.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/gate.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/gateio.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/gemini.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/hashkey.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/hitbtc.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/hitbtc3.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/hollaex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/htx.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/huobi.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/huobijp.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/hyperliquid.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/idex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/independentreserve.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/indodax.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/krakenfutures.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/kucoin.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/kucoinfutures.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/kuna.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/latoken.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/lbank.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/luno.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/lykke.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/mercado.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/ndax.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/novadax.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/oceanex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/okcoin.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/okx.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/onetrading.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/oxfun.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/p2b.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/paradex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/paymium.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/phemex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/poloniex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/poloniexfutures.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/alpaca.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/ascendex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/bequant.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/binance.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/binancecoinm.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/binanceus.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/binanceusdm.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/bingx.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/bitcoincom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/bitfinex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/bitfinex2.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/bitget.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/bithumb.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/bitmart.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/bitmex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/bitopro.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/bitpanda.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/bitrue.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/bitstamp.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/bitvavo.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/blockchaincom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/blofin.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/bybit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/cex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/coinbase.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/coinbaseexchange.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/coinbaseinternational.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/coincheck.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/coinex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/coinone.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/cryptocom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/currencycom.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/deribit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/exmo.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/gate.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/gateio.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/gemini.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/hashkey.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/hitbtc.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/hollaex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/huobi.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/huobijp.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/hyperliquid.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/idex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/independentreserve.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/krakenfutures.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/kucoin.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/kucoinfutures.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/lbank.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/luno.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/mexc.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/ndax.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/okcoin.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/okx.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/onetrading.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/oxfun.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/p2b.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/paradex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/phemex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/poloniex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/poloniexfutures.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/probit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/upbit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/vertex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/wazirx.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/whitebit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/woo.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/woofipro.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/pro/xt.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/probit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ecdsa/der.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ecdsa/util.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/abi.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/base.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/codec.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/constants.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/decoding.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/encoding.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/exceptions.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/grammar.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/packed.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/py.typed +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/registry.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/tools/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/tools/_strategies.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/utils/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/utils/numeric.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/utils/padding.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/abi/utils/string.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/account/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/account/encode_typed_data/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/account/encode_typed_data/encoding_and_hashing.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/account/encode_typed_data/helpers.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/account/messages.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/account/py.typed +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/hexbytes/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/hexbytes/_utils.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/hexbytes/main.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/hexbytes/py.typed +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/typing/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/typing/abi.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/typing/bls.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/typing/discovery.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/typing/encoding.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/typing/enums.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/typing/ethpm.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/typing/evm.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/typing/networks.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/typing/py.typed +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/abi.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/address.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/applicators.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/conversions.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/currency.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/curried/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/debug.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/decorators.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/encoding.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/exceptions.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/functional.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/hexadecimal.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/humanize.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/logging.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/module_loading.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/numeric.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/py.typed +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/toolz.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/types.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/typing/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/typing/misc.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/ethereum/utils/units.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/keccak/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/keccak/keccak.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/__pyinstaller/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/__pyinstaller/hook-lark.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/ast_utils.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/common.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/exceptions.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/grammar.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/grammars/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/indenter.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/lark.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/lexer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/load_grammar.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/parse_tree_builder.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/parser_frontends.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/parsers/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/parsers/cyk.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/parsers/earley.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/parsers/earley_common.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/parsers/earley_forest.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/parsers/grammar_analysis.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/parsers/lalr_analysis.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/parsers/lalr_interactive_parser.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/parsers/lalr_parser.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/parsers/lalr_parser_state.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/parsers/xearley.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/py.typed +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/reconstruct.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/tools/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/tools/nearley.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/tools/serialize.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/tools/standalone.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/tree.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/tree_matcher.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/tree_templates.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/utils.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/lark/visitors.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow/base.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow/class_registry.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow/decorators.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow/error_store.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow/exceptions.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow/fields.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow/orderedset.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow/py.typed +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow/schema.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow/types.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow/utils.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow/validate.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow/warnings.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow_dataclass/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow_dataclass/collection_field.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow_dataclass/lazy_class_attribute.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow_dataclass/mypy.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow_dataclass/py.typed +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow_dataclass/typing.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow_dataclass/union_field.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow_oneofschema/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow_oneofschema/one_of_schema.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/marshmallow_oneofschema/py.typed +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/msgpack/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/msgpack/exceptions.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/msgpack/ext.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/msgpack/fallback.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/parsimonious/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/parsimonious/exceptions.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/parsimonious/expressions.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/parsimonious/grammar.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/parsimonious/nodes.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/parsimonious/utils.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/cairo/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/cairo/data_types.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/cairo_types.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser_transformer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/cairo/felt.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/cairo/type_parser.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/cairo/v1/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/cairo/v1/type_parser.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/cairo/v2/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/cairo/v2/type_parser.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/ccxt_utils.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/common.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/constants.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/hash/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/hash/address.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/hash/compiled_class_hash_objects.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/hash/selector.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/hash/storage.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/hash/utils.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/models/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/models/typed_data.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/_calldata_reader.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/_context.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/_common.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/array_serializer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/bool_serializer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/byte_array_serializer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/cairo_data_serializer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/enum_serializer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/felt_serializer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/named_tuple_serializer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/option_serializer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/output_serializer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/payload_serializer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/struct_serializer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/tuple_serializer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint256_serializer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint_serializer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/data_serializers/unit_serializer.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/errors.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/factory.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/function_serialization_adapter.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/serialization/tuple_dataclass.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/utils/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/utils/constructor_args_translator.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/utils/iterable.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/utils/schema.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starknet/utils/typed_data.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starkware/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starkware/crypto/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starkware/crypto/fast_pedersen_hash.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starkware/crypto/math_utils.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starkware/crypto/signature.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/starkware/crypto/utils.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/sympy/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/sympy/core/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/sympy/core/intfunc.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/sympy/external/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/sympy/external/gmpy.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/sympy/external/importtools.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/sympy/external/ntheory.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/sympy/external/pythonmpq.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/toolz/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/toolz/_signatures.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/toolz/_version.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/toolz/compatibility.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/toolz/curried/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/toolz/curried/exceptions.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/toolz/curried/operator.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/toolz/dicttoolz.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/toolz/functoolz.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/toolz/itertoolz.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/toolz/recipes.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/toolz/utils.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/typing_inspect/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/static_dependencies/typing_inspect/typing_inspect.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/test/__init__.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/test/tests_async.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/test/tests_helpers.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/test/tests_init.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/test/tests_sync.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/timex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/tokocrypto.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/tradeogre.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/upbit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/vertex.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/wavesexchange.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/wazirx.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/whitebit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/woo.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/woofipro.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/xt.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/yobit.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/zaif.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt/zonda.py +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt.egg-info/SOURCES.txt +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt.egg-info/dependency_links.txt +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt.egg-info/requires.txt +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/ccxt.egg-info/top_level.txt +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/setup.cfg +0 -0
- {ccxt-4.4.5 → ccxt-4.4.6}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ccxt
|
3
|
-
Version: 4.4.
|
3
|
+
Version: 4.4.6
|
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
|
@@ -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.4.
|
265
|
-
* unpkg: https://unpkg.com/ccxt@4.4.
|
264
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.4.6/dist/ccxt.browser.min.js
|
265
|
+
* unpkg: https://unpkg.com/ccxt@4.4.6/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.4.
|
270
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.4.6/dist/ccxt.browser.min.js"></script>
|
271
271
|
```
|
272
272
|
|
273
273
|
Creates a global `ccxt` object:
|
@@ -101,3 +101,7 @@ class ImplicitAPI:
|
|
101
101
|
private_post_contract_private_submit_plan_order = privatePostContractPrivateSubmitPlanOrder = Entry('contract/private/submit-plan-order', 'private', 'POST', {'cost': 2.5})
|
102
102
|
private_post_contract_private_cancel_plan_order = privatePostContractPrivateCancelPlanOrder = Entry('contract/private/cancel-plan-order', 'private', 'POST', {'cost': 1.5})
|
103
103
|
private_post_contract_private_submit_leverage = privatePostContractPrivateSubmitLeverage = Entry('contract/private/submit-leverage', 'private', 'POST', {'cost': 2.5})
|
104
|
+
private_post_contract_private_submit_tp_sl_order = privatePostContractPrivateSubmitTpSlOrder = Entry('contract/private/submit-tp-sl-order', 'private', 'POST', {'cost': 2.5})
|
105
|
+
private_post_contract_private_modify_plan_order = privatePostContractPrivateModifyPlanOrder = Entry('contract/private/modify-plan-order', 'private', 'POST', {'cost': 2.5})
|
106
|
+
private_post_contract_private_modify_preset_plan_order = privatePostContractPrivateModifyPresetPlanOrder = Entry('contract/private/modify-preset-plan-order', 'private', 'POST', {'cost': 2.5})
|
107
|
+
private_post_contract_private_modify_tp_sl_order = privatePostContractPrivateModifyTpSlOrder = Entry('contract/private/modify-tp-sl-order', 'private', 'POST', {'cost': 2.5})
|
@@ -995,8 +995,8 @@ class bitflyer(Exchange, ImplicitAPI):
|
|
995
995
|
feedback = self.id + ' ' + body
|
996
996
|
# i.e. {"status":-2,"error_message":"Under maintenance","data":null}
|
997
997
|
errorMessage = self.safe_string(response, 'error_message')
|
998
|
-
statusCode = self.
|
998
|
+
statusCode = self.safe_integer(response, 'status')
|
999
999
|
if errorMessage is not None:
|
1000
1000
|
self.throw_exactly_matched_exception(self.exceptions['exact'], statusCode, feedback)
|
1001
|
-
|
1001
|
+
raise ExchangeError(feedback)
|
1002
1002
|
return None
|
@@ -1337,6 +1337,8 @@ class bitget(Exchange, ImplicitAPI):
|
|
1337
1337
|
'TONCOIN': 'TON',
|
1338
1338
|
},
|
1339
1339
|
'options': {
|
1340
|
+
'timeDifference': 0, # the difference between system clock and Binance clock
|
1341
|
+
'adjustForTimeDifference': False, # controls the adjustment logic upon instantiation
|
1340
1342
|
'timeframes': {
|
1341
1343
|
'spot': {
|
1342
1344
|
'1m': '1min',
|
@@ -1539,6 +1541,8 @@ class bitget(Exchange, ImplicitAPI):
|
|
1539
1541
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
1540
1542
|
:returns dict[]: an array of objects representing market data
|
1541
1543
|
"""
|
1544
|
+
if self.options['adjustForTimeDifference']:
|
1545
|
+
await self.load_time_difference()
|
1542
1546
|
sandboxMode = self.safe_bool(self.options, 'sandboxMode', False)
|
1543
1547
|
types = self.safe_value(self.options, 'fetchMarkets', ['spot', 'swap'])
|
1544
1548
|
if sandboxMode:
|
@@ -8203,6 +8207,9 @@ class bitget(Exchange, ImplicitAPI):
|
|
8203
8207
|
raise ExchangeError(feedback) # unknown message
|
8204
8208
|
return None
|
8205
8209
|
|
8210
|
+
def nonce(self):
|
8211
|
+
return self.milliseconds() - self.options['timeDifference']
|
8212
|
+
|
8206
8213
|
def sign(self, path, api=[], method='GET', params={}, headers=None, body=None):
|
8207
8214
|
signed = api[0] == 'private'
|
8208
8215
|
endpoint = api[1]
|
@@ -8218,7 +8225,7 @@ class bitget(Exchange, ImplicitAPI):
|
|
8218
8225
|
url = url + '?' + self.urlencode(query)
|
8219
8226
|
if signed:
|
8220
8227
|
self.check_required_credentials()
|
8221
|
-
timestamp = str(self.
|
8228
|
+
timestamp = str(self.nonce())
|
8222
8229
|
auth = timestamp + method + payload
|
8223
8230
|
if method == 'POST':
|
8224
8231
|
body = self.json(params)
|
@@ -268,6 +268,10 @@ class bitmart(Exchange, ImplicitAPI):
|
|
268
268
|
'contract/private/submit-plan-order': 2.5,
|
269
269
|
'contract/private/cancel-plan-order': 1.5,
|
270
270
|
'contract/private/submit-leverage': 2.5,
|
271
|
+
'contract/private/submit-tp-sl-order': 2.5,
|
272
|
+
'contract/private/modify-plan-order': 2.5,
|
273
|
+
'contract/private/modify-preset-plan-order': 2.5,
|
274
|
+
'contract/private/modify-tp-sl-order': 2.5,
|
271
275
|
},
|
272
276
|
},
|
273
277
|
},
|
@@ -881,43 +885,43 @@ class bitmart(Exchange, ImplicitAPI):
|
|
881
885
|
async def fetch_contract_markets(self, params={}):
|
882
886
|
response = await self.publicGetContractPublicDetails(params)
|
883
887
|
#
|
884
|
-
#
|
885
|
-
#
|
886
|
-
#
|
887
|
-
#
|
888
|
-
#
|
889
|
-
#
|
890
|
-
#
|
891
|
-
#
|
892
|
-
#
|
893
|
-
#
|
894
|
-
#
|
895
|
-
#
|
896
|
-
#
|
897
|
-
#
|
898
|
-
#
|
899
|
-
#
|
900
|
-
#
|
901
|
-
#
|
902
|
-
#
|
903
|
-
#
|
904
|
-
#
|
905
|
-
#
|
906
|
-
#
|
907
|
-
#
|
908
|
-
#
|
909
|
-
#
|
910
|
-
#
|
911
|
-
#
|
912
|
-
#
|
913
|
-
#
|
914
|
-
#
|
915
|
-
#
|
916
|
-
#
|
917
|
-
#
|
918
|
-
#
|
888
|
+
# {
|
889
|
+
# "code": 1000,
|
890
|
+
# "message": "Ok",
|
891
|
+
# "data": {
|
892
|
+
# "symbols": [
|
893
|
+
# {
|
894
|
+
# "symbol": "BTCUSDT",
|
895
|
+
# "product_type": 1,
|
896
|
+
# "open_timestamp": 1645977600000,
|
897
|
+
# "expire_timestamp": 0,
|
898
|
+
# "settle_timestamp": 0,
|
899
|
+
# "base_currency": "BTC",
|
900
|
+
# "quote_currency": "USDT",
|
901
|
+
# "last_price": "63547.4",
|
902
|
+
# "volume_24h": "110938430",
|
903
|
+
# "turnover_24h": "7004836342.6944",
|
904
|
+
# "index_price": "63587.85404255",
|
905
|
+
# "index_name": "BTCUSDT",
|
906
|
+
# "contract_size": "0.001",
|
907
|
+
# "min_leverage": "1",
|
908
|
+
# "max_leverage": "100",
|
909
|
+
# "price_precision": "0.1",
|
910
|
+
# "vol_precision": "1",
|
911
|
+
# "max_volume": "1000000",
|
912
|
+
# "min_volume": "1",
|
913
|
+
# "funding_rate": "0.0000801",
|
914
|
+
# "expected_funding_rate": "-0.0000035",
|
915
|
+
# "open_interest": "278214",
|
916
|
+
# "open_interest_value": "17555316.9355496",
|
917
|
+
# "high_24h": "64109.4",
|
918
|
+
# "low_24h": "61857.6",
|
919
|
+
# "change_24h": "0.0239264900886327",
|
920
|
+
# "funding_time": 1726819200000
|
921
|
+
# },
|
922
|
+
# ]
|
923
|
+
# }
|
919
924
|
# }
|
920
|
-
# }
|
921
925
|
#
|
922
926
|
data = self.safe_value(response, 'data', {})
|
923
927
|
symbols = self.safe_value(data, 'symbols', [])
|
@@ -1192,33 +1196,34 @@ class bitmart(Exchange, ImplicitAPI):
|
|
1192
1196
|
# swap
|
1193
1197
|
#
|
1194
1198
|
# {
|
1195
|
-
#
|
1196
|
-
#
|
1197
|
-
#
|
1198
|
-
#
|
1199
|
-
#
|
1200
|
-
#
|
1201
|
-
#
|
1202
|
-
#
|
1203
|
-
#
|
1204
|
-
#
|
1205
|
-
#
|
1206
|
-
#
|
1207
|
-
#
|
1208
|
-
#
|
1209
|
-
#
|
1210
|
-
#
|
1211
|
-
#
|
1212
|
-
#
|
1213
|
-
#
|
1214
|
-
#
|
1215
|
-
#
|
1216
|
-
#
|
1217
|
-
#
|
1218
|
-
#
|
1219
|
-
#
|
1220
|
-
#
|
1221
|
-
#
|
1199
|
+
# "symbol": "BTCUSDT",
|
1200
|
+
# "product_type": 1,
|
1201
|
+
# "open_timestamp": 1645977600000,
|
1202
|
+
# "expire_timestamp": 0,
|
1203
|
+
# "settle_timestamp": 0,
|
1204
|
+
# "base_currency": "BTC",
|
1205
|
+
# "quote_currency": "USDT",
|
1206
|
+
# "last_price": "63547.4",
|
1207
|
+
# "volume_24h": "110938430",
|
1208
|
+
# "turnover_24h": "7004836342.6944",
|
1209
|
+
# "index_price": "63587.85404255",
|
1210
|
+
# "index_name": "BTCUSDT",
|
1211
|
+
# "contract_size": "0.001",
|
1212
|
+
# "min_leverage": "1",
|
1213
|
+
# "max_leverage": "100",
|
1214
|
+
# "price_precision": "0.1",
|
1215
|
+
# "vol_precision": "1",
|
1216
|
+
# "max_volume": "1000000",
|
1217
|
+
# "min_volume": "1",
|
1218
|
+
# "funding_rate": "0.0000801",
|
1219
|
+
# "expected_funding_rate": "-0.0000035",
|
1220
|
+
# "open_interest": "278214",
|
1221
|
+
# "open_interest_value": "17555316.9355496",
|
1222
|
+
# "high_24h": "64109.4",
|
1223
|
+
# "low_24h": "61857.6",
|
1224
|
+
# "change_24h": "0.0239264900886327",
|
1225
|
+
# "funding_time": 1726819200000
|
1226
|
+
# }
|
1222
1227
|
#
|
1223
1228
|
result = self.safe_list(ticker, 'result', [])
|
1224
1229
|
average = self.safe_string_2(ticker, 'avg_price', 'index_price')
|
@@ -1307,27 +1312,43 @@ class bitmart(Exchange, ImplicitAPI):
|
|
1307
1312
|
request['symbol'] = market['id']
|
1308
1313
|
response = await self.publicGetContractPublicDetails(self.extend(request, params))
|
1309
1314
|
#
|
1310
|
-
#
|
1311
|
-
#
|
1312
|
-
#
|
1313
|
-
#
|
1314
|
-
#
|
1315
|
-
#
|
1316
|
-
#
|
1317
|
-
#
|
1318
|
-
#
|
1319
|
-
#
|
1320
|
-
#
|
1321
|
-
#
|
1322
|
-
#
|
1323
|
-
#
|
1324
|
-
#
|
1325
|
-
#
|
1326
|
-
#
|
1327
|
-
#
|
1328
|
-
#
|
1329
|
-
#
|
1330
|
-
#
|
1315
|
+
# {
|
1316
|
+
# "code": 1000,
|
1317
|
+
# "message": "Ok",
|
1318
|
+
# "data": {
|
1319
|
+
# "symbols": [
|
1320
|
+
# {
|
1321
|
+
# "symbol": "BTCUSDT",
|
1322
|
+
# "product_type": 1,
|
1323
|
+
# "open_timestamp": 1645977600000,
|
1324
|
+
# "expire_timestamp": 0,
|
1325
|
+
# "settle_timestamp": 0,
|
1326
|
+
# "base_currency": "BTC",
|
1327
|
+
# "quote_currency": "USDT",
|
1328
|
+
# "last_price": "63547.4",
|
1329
|
+
# "volume_24h": "110938430",
|
1330
|
+
# "turnover_24h": "7004836342.6944",
|
1331
|
+
# "index_price": "63587.85404255",
|
1332
|
+
# "index_name": "BTCUSDT",
|
1333
|
+
# "contract_size": "0.001",
|
1334
|
+
# "min_leverage": "1",
|
1335
|
+
# "max_leverage": "100",
|
1336
|
+
# "price_precision": "0.1",
|
1337
|
+
# "vol_precision": "1",
|
1338
|
+
# "max_volume": "1000000",
|
1339
|
+
# "min_volume": "1",
|
1340
|
+
# "funding_rate": "0.0000801",
|
1341
|
+
# "expected_funding_rate": "-0.0000035",
|
1342
|
+
# "open_interest": "278214",
|
1343
|
+
# "open_interest_value": "17555316.9355496",
|
1344
|
+
# "high_24h": "64109.4",
|
1345
|
+
# "low_24h": "61857.6",
|
1346
|
+
# "change_24h": "0.0239264900886327",
|
1347
|
+
# "funding_time": 1726819200000
|
1348
|
+
# },
|
1349
|
+
# ]
|
1350
|
+
# }
|
1351
|
+
# }
|
1331
1352
|
#
|
1332
1353
|
elif market['spot']:
|
1333
1354
|
request['symbol'] = market['id']
|
@@ -1414,43 +1435,43 @@ class bitmart(Exchange, ImplicitAPI):
|
|
1414
1435
|
elif type == 'swap':
|
1415
1436
|
response = await self.publicGetContractPublicDetails(params)
|
1416
1437
|
#
|
1417
|
-
#
|
1418
|
-
#
|
1419
|
-
#
|
1420
|
-
#
|
1421
|
-
#
|
1422
|
-
#
|
1423
|
-
#
|
1424
|
-
#
|
1425
|
-
#
|
1426
|
-
#
|
1427
|
-
#
|
1428
|
-
#
|
1429
|
-
#
|
1430
|
-
#
|
1431
|
-
#
|
1432
|
-
#
|
1433
|
-
#
|
1434
|
-
#
|
1435
|
-
#
|
1436
|
-
#
|
1437
|
-
#
|
1438
|
-
#
|
1439
|
-
#
|
1440
|
-
#
|
1441
|
-
#
|
1442
|
-
#
|
1443
|
-
#
|
1444
|
-
#
|
1445
|
-
#
|
1446
|
-
#
|
1447
|
-
#
|
1448
|
-
#
|
1449
|
-
#
|
1450
|
-
#
|
1451
|
-
#
|
1452
|
-
#
|
1453
|
-
#
|
1438
|
+
# {
|
1439
|
+
# "code": 1000,
|
1440
|
+
# "message": "Ok",
|
1441
|
+
# "data": {
|
1442
|
+
# "symbols": [
|
1443
|
+
# {
|
1444
|
+
# "symbol": "BTCUSDT",
|
1445
|
+
# "product_type": 1,
|
1446
|
+
# "open_timestamp": 1645977600000,
|
1447
|
+
# "expire_timestamp": 0,
|
1448
|
+
# "settle_timestamp": 0,
|
1449
|
+
# "base_currency": "BTC",
|
1450
|
+
# "quote_currency": "USDT",
|
1451
|
+
# "last_price": "63547.4",
|
1452
|
+
# "volume_24h": "110938430",
|
1453
|
+
# "turnover_24h": "7004836342.6944",
|
1454
|
+
# "index_price": "63587.85404255",
|
1455
|
+
# "index_name": "BTCUSDT",
|
1456
|
+
# "contract_size": "0.001",
|
1457
|
+
# "min_leverage": "1",
|
1458
|
+
# "max_leverage": "100",
|
1459
|
+
# "price_precision": "0.1",
|
1460
|
+
# "vol_precision": "1",
|
1461
|
+
# "max_volume": "1000000",
|
1462
|
+
# "min_volume": "1",
|
1463
|
+
# "funding_rate": "0.0000801",
|
1464
|
+
# "expected_funding_rate": "-0.0000035",
|
1465
|
+
# "open_interest": "278214",
|
1466
|
+
# "open_interest_value": "17555316.9355496",
|
1467
|
+
# "high_24h": "64109.4",
|
1468
|
+
# "low_24h": "61857.6",
|
1469
|
+
# "change_24h": "0.0239264900886327",
|
1470
|
+
# "funding_time": 1726819200000
|
1471
|
+
# },
|
1472
|
+
# ]
|
1473
|
+
# }
|
1474
|
+
# }
|
1454
1475
|
#
|
1455
1476
|
else:
|
1456
1477
|
raise NotSupported(self.id + ' fetchTickers() does not support ' + type + ' markets, only spot and swap markets are accepted')
|
@@ -2366,6 +2387,7 @@ class bitmart(Exchange, ImplicitAPI):
|
|
2366
2387
|
:see: https://developer-pro.bitmart.com/en/futures/#submit-order-signed
|
2367
2388
|
:see: https://developer-pro.bitmart.com/en/futures/#submit-plan-order-signed
|
2368
2389
|
:see: https://developer-pro.bitmart.com/en/futuresv2/#submit-plan-order-signed
|
2390
|
+
:see: https://developer-pro.bitmart.com/en/futuresv2/#submit-tp-or-sl-order-signed
|
2369
2391
|
:param str symbol: unified symbol of the market to create an order in
|
2370
2392
|
:param str type: 'market', 'limit' or 'trailing' for swap markets only
|
2371
2393
|
:param str side: 'buy' or 'sell'
|
@@ -2383,6 +2405,9 @@ class bitmart(Exchange, ImplicitAPI):
|
|
2383
2405
|
:param int [params.activation_price_type]: *swap trailing order only* 1: last price, 2: fair price, default is 1
|
2384
2406
|
:param str [params.trailingPercent]: *swap only* the percent to trail away from the current market price, min 0.1 max 5
|
2385
2407
|
:param str [params.trailingTriggerPrice]: *swap only* the price to trigger a trailing order, default uses the price argument
|
2408
|
+
:param str [params.stopLossPrice]: *swap only* the price to trigger a stop-loss order
|
2409
|
+
:param str [params.takeProfitPrice]: *swap only* the price to trigger a take-profit order
|
2410
|
+
:param int [params.plan_category]: *swap tp/sl only* 1: tp/sl, 2: position tp/sl, default is 1
|
2386
2411
|
:returns dict: an `order structure <https://docs.ccxt.com/#/?id=order-structure>`
|
2387
2412
|
"""
|
2388
2413
|
await self.load_markets()
|
@@ -2390,6 +2415,10 @@ class bitmart(Exchange, ImplicitAPI):
|
|
2390
2415
|
result = self.handle_margin_mode_and_params('createOrder', params)
|
2391
2416
|
marginMode = self.safe_string(result, 0)
|
2392
2417
|
triggerPrice = self.safe_string_n(params, ['triggerPrice', 'stopPrice', 'trigger_price'])
|
2418
|
+
stopLossPrice = self.safe_string(params, 'stopLossPrice')
|
2419
|
+
takeProfitPrice = self.safe_string(params, 'takeProfitPrice')
|
2420
|
+
isStopLoss = stopLossPrice is not None
|
2421
|
+
isTakeProfit = takeProfitPrice is not None
|
2393
2422
|
isTriggerOrder = triggerPrice is not None
|
2394
2423
|
response = None
|
2395
2424
|
if market['spot']:
|
@@ -2402,6 +2431,8 @@ class bitmart(Exchange, ImplicitAPI):
|
|
2402
2431
|
swapRequest = self.create_swap_order_request(symbol, type, side, amount, price, params)
|
2403
2432
|
if isTriggerOrder:
|
2404
2433
|
response = await self.privatePostContractPrivateSubmitPlanOrder(swapRequest)
|
2434
|
+
elif isStopLoss or isTakeProfit:
|
2435
|
+
response = await self.privatePostContractPrivateSubmitTpSlOrder(swapRequest)
|
2405
2436
|
else:
|
2406
2437
|
response = await self.privatePostContractPrivateSubmitOrder(swapRequest)
|
2407
2438
|
#
|
@@ -2496,8 +2527,9 @@ class bitmart(Exchange, ImplicitAPI):
|
|
2496
2527
|
:see: https://developer-pro.bitmart.com/en/futures/#submit-order-signed
|
2497
2528
|
:see: https://developer-pro.bitmart.com/en/futures/#submit-plan-order-signed
|
2498
2529
|
:see: https://developer-pro.bitmart.com/en/futuresv2/#submit-plan-order-signed
|
2530
|
+
:see: https://developer-pro.bitmart.com/en/futuresv2/#submit-tp-or-sl-order-signed
|
2499
2531
|
:param str symbol: unified symbol of the market to create an order in
|
2500
|
-
:param str type: 'market', 'limit' or '
|
2532
|
+
:param str type: 'market', 'limit', 'trailing', 'stop_loss', or 'take_profit'
|
2501
2533
|
:param str side: 'buy' or 'sell'
|
2502
2534
|
:param float amount: how much of currency you want to trade in units of base currency
|
2503
2535
|
:param float [price]: the price at which the order is to be fulfilled, in units of the quote currency, ignored in market orders
|
@@ -2512,9 +2544,20 @@ class bitmart(Exchange, ImplicitAPI):
|
|
2512
2544
|
:param int [params.activation_price_type]: *swap trailing order only* 1: last price, 2: fair price, default is 1
|
2513
2545
|
:param str [params.trailingPercent]: *swap only* the percent to trail away from the current market price, min 0.1 max 5
|
2514
2546
|
:param str [params.trailingTriggerPrice]: *swap only* the price to trigger a trailing order, default uses the price argument
|
2547
|
+
:param str [params.stopLossPrice]: *swap only* the price to trigger a stop-loss order
|
2548
|
+
:param str [params.takeProfitPrice]: *swap only* the price to trigger a take-profit order
|
2549
|
+
:param int [params.plan_category]: *swap tp/sl only* 1: tp/sl, 2: position tp/sl, default is 1
|
2515
2550
|
:returns dict: an `order structure <https://docs.ccxt.com/#/?id=order-structure>`
|
2516
2551
|
"""
|
2517
2552
|
market = self.market(symbol)
|
2553
|
+
stopLossPrice = self.safe_string(params, 'stopLossPrice')
|
2554
|
+
takeProfitPrice = self.safe_string(params, 'takeProfitPrice')
|
2555
|
+
isStopLoss = stopLossPrice is not None
|
2556
|
+
isTakeProfit = takeProfitPrice is not None
|
2557
|
+
if isStopLoss:
|
2558
|
+
type = 'stop_loss'
|
2559
|
+
elif isTakeProfit:
|
2560
|
+
type = 'take_profit'
|
2518
2561
|
request: dict = {
|
2519
2562
|
'symbol': market['id'],
|
2520
2563
|
'type': type,
|
@@ -2524,7 +2567,7 @@ class bitmart(Exchange, ImplicitAPI):
|
|
2524
2567
|
mode = self.safe_integer(params, 'mode') # only for swap
|
2525
2568
|
isMarketOrder = type == 'market'
|
2526
2569
|
postOnly = None
|
2527
|
-
reduceOnly = self.
|
2570
|
+
reduceOnly = self.safe_bool(params, 'reduceOnly')
|
2528
2571
|
isExchangeSpecificPo = (mode == 4)
|
2529
2572
|
postOnly, params = self.handle_post_only(isMarketOrder, isExchangeSpecificPo, params)
|
2530
2573
|
ioc = ((timeInForce == 'IOC') or (mode == 3))
|
@@ -2563,6 +2606,18 @@ class bitmart(Exchange, ImplicitAPI):
|
|
2563
2606
|
request['price_way'] = 1
|
2564
2607
|
else:
|
2565
2608
|
request['price_way'] = 2
|
2609
|
+
marginMode = None
|
2610
|
+
marginMode, params = self.handle_margin_mode_and_params('createOrder', params, 'cross')
|
2611
|
+
if isStopLoss or isTakeProfit:
|
2612
|
+
reduceOnly = True
|
2613
|
+
request['price_type'] = self.safe_integer(params, 'price_type', 1)
|
2614
|
+
request['executive_price'] = self.price_to_precision(symbol, price)
|
2615
|
+
if isStopLoss:
|
2616
|
+
request['trigger_price'] = self.price_to_precision(symbol, stopLossPrice)
|
2617
|
+
else:
|
2618
|
+
request['trigger_price'] = self.price_to_precision(symbol, takeProfitPrice)
|
2619
|
+
else:
|
2620
|
+
request['open_type'] = marginMode
|
2566
2621
|
if side == 'buy':
|
2567
2622
|
if reduceOnly:
|
2568
2623
|
request['side'] = 2 # buy close short
|
@@ -2573,15 +2628,12 @@ class bitmart(Exchange, ImplicitAPI):
|
|
2573
2628
|
request['side'] = 3 # sell close long
|
2574
2629
|
else:
|
2575
2630
|
request['side'] = 4 # sell open short
|
2576
|
-
marginMode = None
|
2577
|
-
marginMode, params = self.handle_margin_mode_and_params('createOrder', params, 'cross')
|
2578
|
-
request['open_type'] = marginMode
|
2579
2631
|
clientOrderId = self.safe_string(params, 'clientOrderId')
|
2580
2632
|
if clientOrderId is not None:
|
2581
2633
|
params = self.omit(params, 'clientOrderId')
|
2582
2634
|
request['client_order_id'] = clientOrderId
|
2583
2635
|
leverage = self.safe_integer(params, 'leverage')
|
2584
|
-
params = self.omit(params, ['timeInForce', 'postOnly', 'reduceOnly', 'leverage', 'trailingTriggerPrice', 'trailingPercent', 'triggerPrice', 'stopPrice'])
|
2636
|
+
params = self.omit(params, ['timeInForce', 'postOnly', 'reduceOnly', 'leverage', 'trailingTriggerPrice', 'trailingPercent', 'triggerPrice', 'stopPrice', 'stopLossPrice', 'takeProfitPrice'])
|
2585
2637
|
if leverage is not None:
|
2586
2638
|
request['leverage'] = self.number_to_string(leverage)
|
2587
2639
|
elif isTriggerOrder:
|
@@ -1614,12 +1614,19 @@ class bybit(Exchange, ImplicitAPI):
|
|
1614
1614
|
async def fetch_future_markets(self, params):
|
1615
1615
|
params = self.extend(params)
|
1616
1616
|
params['limit'] = 1000 # minimize number of requests
|
1617
|
+
preLaunchMarkets = []
|
1617
1618
|
usePrivateInstrumentsInfo = self.safe_bool(self.options, 'usePrivateInstrumentsInfo', False)
|
1618
1619
|
response: dict = None
|
1619
1620
|
if usePrivateInstrumentsInfo:
|
1620
1621
|
response = await self.privateGetV5MarketInstrumentsInfo(params)
|
1621
1622
|
else:
|
1622
|
-
|
1623
|
+
linearPromises = [
|
1624
|
+
self.publicGetV5MarketInstrumentsInfo(params),
|
1625
|
+
self.publicGetV5MarketInstrumentsInfo(self.extend(params, {'status': 'PreLaunch'})),
|
1626
|
+
]
|
1627
|
+
promises = await asyncio.gather(*linearPromises)
|
1628
|
+
response = self.safe_dict(promises, 0, {})
|
1629
|
+
preLaunchMarkets = self.safe_dict(promises, 1, {})
|
1623
1630
|
data = self.safe_dict(response, 'result', {})
|
1624
1631
|
markets = self.safe_list(data, 'list', [])
|
1625
1632
|
paginationCursor = self.safe_string(data, 'nextPageCursor')
|
@@ -1682,6 +1689,9 @@ class bybit(Exchange, ImplicitAPI):
|
|
1682
1689
|
# "time": 1672712495660
|
1683
1690
|
# }
|
1684
1691
|
#
|
1692
|
+
preLaunchData = self.safe_dict(preLaunchMarkets, 'result', {})
|
1693
|
+
preLaunchMarketsList = self.safe_list(preLaunchData, 'list', [])
|
1694
|
+
markets = self.array_concat(markets, preLaunchMarketsList)
|
1685
1695
|
result = []
|
1686
1696
|
category = self.safe_string(data, 'category')
|
1687
1697
|
for i in range(0, len(markets)):
|
@@ -752,28 +752,26 @@ class coinbase(Exchange, ImplicitAPI):
|
|
752
752
|
|
753
753
|
async def fetch_withdrawals(self, code: Str = None, since: Int = None, limit: Int = None, params={}) -> List[Transaction]:
|
754
754
|
"""
|
755
|
-
|
756
|
-
:see: https://docs.
|
755
|
+
Fetch all withdrawals made from an account. Won't return crypto withdrawals. Use fetchLedger for those.
|
756
|
+
:see: https://docs.cdp.coinbase.com/coinbase-app/docs/api-withdrawals#list-withdrawals
|
757
757
|
:param str code: unified currency code
|
758
758
|
:param int [since]: the earliest time in ms to fetch withdrawals for
|
759
759
|
:param int [limit]: the maximum number of withdrawals structures to retrieve
|
760
760
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
761
761
|
:returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
|
762
762
|
"""
|
763
|
-
# fiat only, for crypto transactions use fetchLedger
|
764
763
|
return await self.fetch_transactions_with_method('v2PrivateGetAccountsAccountIdWithdrawals', code, since, limit, params)
|
765
764
|
|
766
765
|
async def fetch_deposits(self, code: Str = None, since: Int = None, limit: Int = None, params={}) -> List[Transaction]:
|
767
766
|
"""
|
768
|
-
|
769
|
-
:see: https://docs.
|
767
|
+
Fetch all fiat deposits made to an account. Won't return crypto deposits or staking rewards. Use fetchLedger for those.
|
768
|
+
:see: https://docs.cdp.coinbase.com/coinbase-app/docs/api-deposits#list-deposits
|
770
769
|
:param str code: unified currency code
|
771
770
|
:param int [since]: the earliest time in ms to fetch deposits for
|
772
771
|
:param int [limit]: the maximum number of deposits structures to retrieve
|
773
772
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
774
773
|
:returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
|
775
774
|
"""
|
776
|
-
# fiat only, for crypto transactions use fetchLedger
|
777
775
|
return await self.fetch_transactions_with_method('v2PrivateGetAccountsAccountIdDeposits', code, since, limit, params)
|
778
776
|
|
779
777
|
def parse_transaction_status(self, status: Str):
|
@@ -2173,8 +2171,8 @@ class coinbase(Exchange, ImplicitAPI):
|
|
2173
2171
|
|
2174
2172
|
async def fetch_ledger(self, code: Str = None, since: Int = None, limit: Int = None, params={}) -> List[LedgerEntry]:
|
2175
2173
|
"""
|
2176
|
-
|
2177
|
-
:see: https://docs.
|
2174
|
+
Fetch the history of changes, i.e. actions done by the user or operations that altered the balance. Will return staking rewards, and crypto deposits or withdrawals.
|
2175
|
+
:see: https://docs.cdp.coinbase.com/coinbase-app/docs/api-transactions#list-transactions
|
2178
2176
|
:param str [code]: unified currency code, default is None
|
2179
2177
|
:param int [since]: timestamp in ms of the earliest ledger entry, default is None
|
2180
2178
|
:param int [limit]: max number of ledger entries to return, default is None
|