ccxt 4.2.82__tar.gz → 4.2.84__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ccxt might be problematic. Click here for more details.
- {ccxt-4.2.82/ccxt.egg-info → ccxt-4.2.84}/PKG-INFO +5 -5
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/__init__.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitstamp.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bybit.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/ace.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/alpaca.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/ascendex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/__init__.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/ace.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/alpaca.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/ascendex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/base/exchange.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bigone.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/binance.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bingx.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitbank.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitbns.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitfinex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitfinex2.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitflyer.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitget.py +12 -5
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bithumb.py +2 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitmart.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitmex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitopro.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitrue.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitso.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitstamp.py +43 -16
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitteam.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitvavo.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/blockchaincom.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/blofin.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/btcalpha.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/btcmarkets.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/btcturk.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bybit.py +5 -5
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/cex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/coinbase.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/coinbaseinternational.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/coinbasepro.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/coinex.py +2 -3
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/coinlist.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/coinmate.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/coinmetro.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/coinone.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/coinsph.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/cryptocom.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/currencycom.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/delta.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/deribit.py +17 -2
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/digifinex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/exmo.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/gate.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/gemini.py +2 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/hitbtc.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/hollaex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/htx.py +6 -28
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/huobijp.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/hyperliquid.py +6 -5
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/idex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/independentreserve.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/indodax.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/kraken.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/krakenfutures.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/kucoin.py +11 -2
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/kucoinfutures.py +147 -10
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/kuna.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/latoken.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/lbank.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/luno.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/lykke.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/mercado.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/mexc.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/ndax.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/novadax.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/oceanex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/okcoin.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/okx.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/onetrading.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/p2b.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/phemex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/poloniex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/poloniexfutures.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/probit.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/timex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/tokocrypto.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/tradeogre.py +2 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/upbit.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/wavesexchange.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/wazirx.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/whitebit.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/woo.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/yobit.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/zaif.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/zonda.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/base/exchange.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bigone.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/binance.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bingx.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitbank.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitbns.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitfinex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitfinex2.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitflyer.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitget.py +12 -5
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bithumb.py +2 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitmart.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitmex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitopro.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitrue.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitso.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitstamp.py +43 -16
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitteam.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitvavo.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/blockchaincom.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/blofin.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/btcalpha.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/btcmarkets.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/btcturk.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bybit.py +5 -5
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/cex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/coinbase.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/coinbaseinternational.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/coinbasepro.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/coinex.py +2 -3
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/coinlist.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/coinmate.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/coinmetro.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/coinone.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/coinsph.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/cryptocom.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/currencycom.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/delta.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/deribit.py +17 -2
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/digifinex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/exmo.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/gate.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/gemini.py +2 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/hitbtc.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/hollaex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/htx.py +6 -28
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/huobijp.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/hyperliquid.py +6 -5
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/idex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/independentreserve.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/indodax.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/kraken.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/krakenfutures.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/kucoin.py +11 -2
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/kucoinfutures.py +147 -10
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/kuna.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/latoken.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/lbank.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/luno.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/lykke.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/mercado.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/mexc.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/ndax.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/novadax.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/oceanex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/okcoin.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/okx.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/onetrading.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/p2b.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/phemex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/poloniex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/poloniexfutures.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/__init__.py +3 -1
- ccxt-4.2.84/ccxt/pro/bithumb.py +368 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/bybit.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/cex.py +15 -5
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/okx.py +2 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/p2b.py +14 -4
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/woo.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/probit.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_market.py +3 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/timex.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/tokocrypto.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/tradeogre.py +2 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/upbit.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/wavesexchange.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/wazirx.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/whitebit.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/woo.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/yobit.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/zaif.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/zonda.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84/ccxt.egg-info}/PKG-INFO +5 -5
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt.egg-info/SOURCES.txt +1 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/package.json +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/LICENSE.txt +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/MANIFEST.in +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/README.rst +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/ace.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/alpaca.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/ascendex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bequant.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bigone.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/binance.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/binancecoinm.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/binanceus.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/binanceusdm.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bingx.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bit2c.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitbank.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitbay.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitbns.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitcoincom.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitfinex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitfinex2.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitflyer.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitget.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bithumb.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitmart.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitmex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitopro.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitpanda.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitrue.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitso.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitteam.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bitvavo.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/bl3p.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/blockchaincom.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/blofin.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/btcalpha.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/btcbox.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/btcmarkets.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/btcturk.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/cex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/coinbase.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/coinbaseinternational.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/coinbasepro.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/coincheck.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/coinex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/coinlist.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/coinmate.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/coinmetro.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/coinone.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/coinsph.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/coinspot.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/cryptocom.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/currencycom.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/delta.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/deribit.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/digifinex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/exmo.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/fmfwio.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/gate.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/gateio.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/gemini.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/hitbtc.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/hitbtc3.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/hollaex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/htx.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/huobi.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/huobijp.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/hyperliquid.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/idex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/independentreserve.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/indodax.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/kraken.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/krakenfutures.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/kucoin.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/kucoinfutures.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/kuna.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/latoken.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/lbank.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/luno.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/lykke.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/mercado.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/mexc.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/ndax.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/novadax.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/oceanex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/okcoin.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/okx.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/onetrading.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/p2b.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/paymium.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/phemex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/poloniex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/poloniexfutures.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/probit.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/timex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/tokocrypto.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/tradeogre.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/upbit.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/wavesexchange.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/wazirx.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/whitebit.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/woo.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/yobit.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/zaif.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/abstract/zonda.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/base/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/base/throttler.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/base/ws/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/base/ws/aiohttp_client.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/base/ws/cache.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/base/ws/client.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/base/ws/fast_client.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/base/ws/functions.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/base/ws/future.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/base/ws/order_book.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/base/ws/order_book_side.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bequant.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/binancecoinm.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/binanceus.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/binanceusdm.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bit2c.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitbay.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitcoincom.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bitpanda.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/bl3p.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/btcbox.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/coincheck.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/coinspot.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/flowbtc.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/fmfwio.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/gateio.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/hitbtc3.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/huobi.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/async_support/paymium.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/base/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/base/decimal_to_precision.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/base/errors.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/base/precise.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/base/types.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bequant.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/binancecoinm.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/binanceus.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/binanceusdm.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bit2c.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitbay.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitcoincom.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bitpanda.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/bl3p.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/btcbox.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/coincheck.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/coinspot.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/flowbtc.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/fmfwio.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/gateio.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/hitbtc3.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/huobi.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/paymium.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/alpaca.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/ascendex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/bequant.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/binance.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/binancecoinm.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/binanceus.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/binanceusdm.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/bingx.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/bitcoincom.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/bitfinex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/bitfinex2.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/bitget.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/bitmart.py +1 -1
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/bitmex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/bitopro.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/bitpanda.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/bitrue.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/bitstamp.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/bitvavo.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/blockchaincom.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/coinbase.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/coinbaseinternational.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/coinbasepro.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/coincheck.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/coinex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/coinone.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/cryptocom.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/currencycom.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/deribit.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/exmo.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/gate.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/gateio.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/gemini.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/hitbtc.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/hollaex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/htx.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/huobi.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/huobijp.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/hyperliquid.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/idex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/independentreserve.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/kraken.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/krakenfutures.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/kucoin.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/kucoinfutures.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/lbank.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/luno.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/mexc.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/ndax.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/okcoin.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/onetrading.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/phemex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/poloniex.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/poloniexfutures.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/probit.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/upbit.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/wazirx.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/pro/whitebit.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ecdsa/der.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ecdsa/util.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/abi.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/base.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/codec.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/constants.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/decoding.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/encoding.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/exceptions.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/grammar.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/packed.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/py.typed +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/registry.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/tools/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/tools/_strategies.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/utils/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/utils/numeric.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/utils/padding.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/abi/utils/string.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/account/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/account/encode_typed_data/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/account/encode_typed_data/encoding_and_hashing.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/account/encode_typed_data/helpers.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/account/messages.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/account/py.typed +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/hexbytes/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/hexbytes/_utils.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/hexbytes/main.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/hexbytes/py.typed +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/typing/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/typing/abi.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/typing/bls.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/typing/discovery.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/typing/encoding.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/typing/enums.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/typing/ethpm.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/typing/evm.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/typing/networks.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/typing/py.typed +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/abi.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/address.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/applicators.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/conversions.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/currency.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/curried/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/debug.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/decorators.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/encoding.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/exceptions.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/functional.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/hexadecimal.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/humanize.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/logging.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/module_loading.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/numeric.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/py.typed +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/toolz.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/types.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/typing/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/typing/misc.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/ethereum/utils/units.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/keccak/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/keccak/keccak.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/msgpack/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/msgpack/exceptions.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/msgpack/ext.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/msgpack/fallback.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/parsimonious/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/parsimonious/exceptions.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/parsimonious/expressions.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/parsimonious/grammar.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/parsimonious/nodes.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/parsimonious/utils.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/toolz/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/toolz/_signatures.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/toolz/_version.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/toolz/compatibility.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/toolz/curried/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/toolz/curried/exceptions.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/toolz/curried/operator.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/toolz/dicttoolz.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/toolz/functoolz.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/toolz/itertoolz.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/toolz/recipes.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/static_dependencies/toolz/utils.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/__init__.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_account.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_balance.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_borrow_interest.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_borrow_rate.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_calculate_fee.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_crypto.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_currency.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_datetime.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_decimal_to_precision.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_deep_extend.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_deposit_withdrawal.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_exchange_datetime_functions.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_funding_rate_history.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_last_price.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_ledger_entry.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_ledger_item.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_leverage_tier.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_margin_mode.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_margin_modification.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_number.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_ohlcv.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_open_interest.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_order.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_order_book.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_position.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_shared_methods.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_status.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_throttle.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_ticker.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_trade.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_trading_fee.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/base/test_transaction.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/test_async.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt/test/test_sync.py +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt.egg-info/dependency_links.txt +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt.egg-info/requires.txt +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/ccxt.egg-info/top_level.txt +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/setup.cfg +0 -0
- {ccxt-4.2.82 → ccxt-4.2.84}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ccxt
|
3
|
-
Version: 4.2.
|
3
|
+
Version: 4.2.84
|
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
|
@@ -89,7 +89,7 @@ Description: # CCXT – CryptoCurrency eXchange Trading Library
|
|
89
89
|
| [](https://www.bitfinex.com) | bitfinex2 | [Bitfinex](https://www.bitfinex.com) | [](https://docs.bitfinex.com/v2/docs/) | | [](https://ccxt.pro) |
|
90
90
|
| [](https://bitflyer.com) | bitflyer | [bitFlyer](https://bitflyer.com) | [](https://lightning.bitflyer.com/docs?lang=en) | | |
|
91
91
|
| [](https://www.bitget.com/expressly?languageType=0&channelCode=ccxt&vipCode=tg9j) | bitget | [Bitget](https://www.bitget.com/expressly?languageType=0&channelCode=ccxt&vipCode=tg9j) | [](https://www.bitget.com/api-doc/common/intro) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
92
|
-
| [](https://www.bithumb.com) | bithumb | [Bithumb](https://www.bithumb.com) | [](https://apidocs.bithumb.com) | |
|
92
|
+
| [](https://www.bithumb.com) | bithumb | [Bithumb](https://www.bithumb.com) | [](https://apidocs.bithumb.com) | | [](https://ccxt.pro) |
|
93
93
|
| [](http://www.bitmart.com/?r=rQCFLh) | bitmart | [BitMart](http://www.bitmart.com/?r=rQCFLh) | [](https://developer-pro.bitmart.com/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
94
94
|
| [](https://www.bitmex.com/app/register/NZTR1q) | bitmex | [BitMEX](https://www.bitmex.com/app/register/NZTR1q) | [](https://www.bitmex.com/app/apiOverview) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
95
95
|
| [](https://www.bitopro.com) | bitopro | [BitoPro](https://www.bitopro.com) | [](https://github.com/bitoex/bitopro-offical-api-docs/blob/master/v3-1/rest-1/rest.md) | | [](https://ccxt.pro) |
|
@@ -226,13 +226,13 @@ Description: # CCXT – CryptoCurrency eXchange Trading Library
|
|
226
226
|
|
227
227
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
228
228
|
|
229
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.2.
|
230
|
-
* unpkg: https://unpkg.com/ccxt@4.2.
|
229
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.2.84/dist/ccxt.browser.js
|
230
|
+
* unpkg: https://unpkg.com/ccxt@4.2.84/dist/ccxt.browser.js
|
231
231
|
|
232
232
|
CDNs are not updated in real-time and may have delays. Defaulting to the most recent version without specifying the version number is not recommended. Please, keep in mind that we are not responsible for the correct operation of those CDN servers.
|
233
233
|
|
234
234
|
```HTML
|
235
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.2.
|
235
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.2.84/dist/ccxt.browser.js"></script>
|
236
236
|
```
|
237
237
|
|
238
238
|
Creates a global `ccxt` object:
|
@@ -41,7 +41,7 @@ class ImplicitAPI:
|
|
41
41
|
private_post_transfer_from_main = privatePostTransferFromMain = Entry('transfer-from-main/', 'private', 'POST', {'cost': 1})
|
42
42
|
private_post_my_trading_pairs = privatePostMyTradingPairs = Entry('my_trading_pairs/', 'private', 'POST', {'cost': 1})
|
43
43
|
private_post_fees_trading = privatePostFeesTrading = Entry('fees/trading/', 'private', 'POST', {'cost': 1})
|
44
|
-
|
44
|
+
private_post_fees_trading_market_symbol = privatePostFeesTradingMarketSymbol = Entry('fees/trading/{market_symbol}', 'private', 'POST', {'cost': 1})
|
45
45
|
private_post_fees_withdrawal = privatePostFeesWithdrawal = Entry('fees/withdrawal/', 'private', 'POST', {'cost': 1})
|
46
46
|
private_post_fees_withdrawal_currency = privatePostFeesWithdrawalCurrency = Entry('fees/withdrawal/{currency}/', 'private', 'POST', {'cost': 1})
|
47
47
|
private_post_withdrawal_requests = privatePostWithdrawalRequests = Entry('withdrawal-requests/', 'private', 'POST', {'cost': 1})
|
@@ -265,7 +265,7 @@ class ImplicitAPI:
|
|
265
265
|
private_post_v5_account_set_hedging_mode = privatePostV5AccountSetHedgingMode = Entry('v5/account/set-hedging-mode', 'private', 'POST', {'cost': 5})
|
266
266
|
private_post_v5_account_mmp_modify = privatePostV5AccountMmpModify = Entry('v5/account/mmp-modify', 'private', 'POST', {'cost': 5})
|
267
267
|
private_post_v5_account_mmp_reset = privatePostV5AccountMmpReset = Entry('v5/account/mmp-reset', 'private', 'POST', {'cost': 5})
|
268
|
-
private_post_v5_asset_transfer_inter_transfer = privatePostV5AssetTransferInterTransfer = Entry('v5/asset/transfer/inter-transfer', 'private', 'POST', {'cost':
|
268
|
+
private_post_v5_asset_transfer_inter_transfer = privatePostV5AssetTransferInterTransfer = Entry('v5/asset/transfer/inter-transfer', 'private', 'POST', {'cost': 50})
|
269
269
|
private_post_v5_asset_transfer_save_transfer_sub_member = privatePostV5AssetTransferSaveTransferSubMember = Entry('v5/asset/transfer/save-transfer-sub-member', 'private', 'POST', {'cost': 150})
|
270
270
|
private_post_v5_asset_transfer_universal_transfer = privatePostV5AssetTransferUniversalTransfer = Entry('v5/asset/transfer/universal-transfer', 'private', 'POST', {'cost': 10})
|
271
271
|
private_post_v5_asset_deposit_deposit_to_account = privatePostV5AssetDepositDepositToAccount = Entry('v5/asset/deposit/deposit-to-account', 'private', 'POST', {'cost': 5})
|
@@ -173,7 +173,7 @@ class ace(Exchange, ImplicitAPI):
|
|
173
173
|
},
|
174
174
|
})
|
175
175
|
|
176
|
-
def fetch_markets(self, params={}):
|
176
|
+
def fetch_markets(self, params={}) -> List[Market]:
|
177
177
|
"""
|
178
178
|
retrieves data on all markets for ace
|
179
179
|
:see: https://github.com/ace-exchange/ace-official-api-docs/blob/master/api_v2.md#oapi-api---market-pair
|
@@ -296,7 +296,7 @@ class alpaca(Exchange, ImplicitAPI):
|
|
296
296
|
iso = self.parse8601(localTime) - self.parse_to_numeric(jetlag) * 3600 * 1000
|
297
297
|
return iso
|
298
298
|
|
299
|
-
def fetch_markets(self, params={}):
|
299
|
+
def fetch_markets(self, params={}) -> List[Market]:
|
300
300
|
"""
|
301
301
|
retrieves data on all markets for alpaca
|
302
302
|
:see: https://docs.alpaca.markets/reference/get-v2-assets
|
@@ -500,7 +500,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
500
500
|
}
|
501
501
|
return result
|
502
502
|
|
503
|
-
def fetch_markets(self, params={}):
|
503
|
+
def fetch_markets(self, params={}) -> List[Market]:
|
504
504
|
"""
|
505
505
|
retrieves data on all markets for ascendex
|
506
506
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
@@ -173,7 +173,7 @@ class ace(Exchange, ImplicitAPI):
|
|
173
173
|
},
|
174
174
|
})
|
175
175
|
|
176
|
-
async def fetch_markets(self, params={}):
|
176
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
177
177
|
"""
|
178
178
|
retrieves data on all markets for ace
|
179
179
|
:see: https://github.com/ace-exchange/ace-official-api-docs/blob/master/api_v2.md#oapi-api---market-pair
|
@@ -296,7 +296,7 @@ class alpaca(Exchange, ImplicitAPI):
|
|
296
296
|
iso = self.parse8601(localTime) - self.parse_to_numeric(jetlag) * 3600 * 1000
|
297
297
|
return iso
|
298
298
|
|
299
|
-
async def fetch_markets(self, params={}):
|
299
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
300
300
|
"""
|
301
301
|
retrieves data on all markets for alpaca
|
302
302
|
:see: https://docs.alpaca.markets/reference/get-v2-assets
|
@@ -500,7 +500,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
500
500
|
}
|
501
501
|
return result
|
502
502
|
|
503
|
-
async def fetch_markets(self, params={}):
|
503
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
504
504
|
"""
|
505
505
|
retrieves data on all markets for ascendex
|
506
506
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
@@ -519,7 +519,7 @@ class bigone(Exchange, ImplicitAPI):
|
|
519
519
|
}
|
520
520
|
return result
|
521
521
|
|
522
|
-
async def fetch_markets(self, params={}):
|
522
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
523
523
|
"""
|
524
524
|
retrieves data on all markets for bigone
|
525
525
|
:see: https://open.big.one/docs/spot_asset_pair.html
|
@@ -2790,7 +2790,7 @@ class binance(Exchange, ImplicitAPI):
|
|
2790
2790
|
}
|
2791
2791
|
return result
|
2792
2792
|
|
2793
|
-
async def fetch_markets(self, params={}):
|
2793
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
2794
2794
|
"""
|
2795
2795
|
retrieves data on all markets for binance
|
2796
2796
|
:see: https://binance-docs.github.io/apidocs/spot/en/#exchange-information # spot
|
@@ -688,7 +688,7 @@ class bingx(Exchange, ImplicitAPI):
|
|
688
688
|
'info': market,
|
689
689
|
})
|
690
690
|
|
691
|
-
async def fetch_markets(self, params={}):
|
691
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
692
692
|
"""
|
693
693
|
retrieves data on all markets for bingx
|
694
694
|
:see: https://bingx-api.github.io/docs/#/spot/market-api.html#Query%20Symbols
|
@@ -164,7 +164,7 @@ class bitbank(Exchange, ImplicitAPI):
|
|
164
164
|
},
|
165
165
|
})
|
166
166
|
|
167
|
-
async def fetch_markets(self, params={}):
|
167
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
168
168
|
"""
|
169
169
|
retrieves data on all markets for bitbank
|
170
170
|
:see: https://github.com/bitbankinc/bitbank-api-docs/blob/38d6d7c6f486c793872fd4b4087a0d090a04cd0a/rest-api.md#get-all-pairs-info
|
@@ -186,7 +186,7 @@ class bitbns(Exchange, ImplicitAPI):
|
|
186
186
|
'info': response,
|
187
187
|
}
|
188
188
|
|
189
|
-
async def fetch_markets(self, params={}):
|
189
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
190
190
|
"""
|
191
191
|
retrieves data on all markets for bitbns
|
192
192
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
@@ -557,7 +557,7 @@ class bitfinex(Exchange, ImplicitAPI):
|
|
557
557
|
result[symbol] = fee
|
558
558
|
return result
|
559
559
|
|
560
|
-
async def fetch_markets(self, params={}):
|
560
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
561
561
|
"""
|
562
562
|
retrieves data on all markets for bitfinex
|
563
563
|
:see: https://docs.bitfinex.com/v1/reference/rest-public-symbols
|
@@ -508,7 +508,7 @@ class bitfinex2(Exchange, ImplicitAPI):
|
|
508
508
|
'info': response,
|
509
509
|
}
|
510
510
|
|
511
|
-
async def fetch_markets(self, params={}):
|
511
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
512
512
|
"""
|
513
513
|
retrieves data on all markets for bitfinex2
|
514
514
|
:see: https://docs.bitfinex.com/reference/rest-public-conf
|
@@ -147,7 +147,7 @@ class bitflyer(Exchange, ImplicitAPI):
|
|
147
147
|
# Since they're the same we just need to return one
|
148
148
|
return super(bitflyer, self).safe_market(marketId, market, delimiter, 'spot')
|
149
149
|
|
150
|
-
async def fetch_markets(self, params={}):
|
150
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
151
151
|
"""
|
152
152
|
retrieves data on all markets for bitflyer
|
153
153
|
:see: https://lightning.bitflyer.com/docs?lang=en#market-list
|
@@ -1315,6 +1315,7 @@ class bitget(Exchange, ImplicitAPI):
|
|
1315
1315
|
'precisionMode': TICK_SIZE,
|
1316
1316
|
'commonCurrencies': {
|
1317
1317
|
'JADE': 'Jade Protocol',
|
1318
|
+
'DEGEN': 'DegenReborn',
|
1318
1319
|
},
|
1319
1320
|
'options': {
|
1320
1321
|
'timeframes': {
|
@@ -1510,7 +1511,7 @@ class bitget(Exchange, ImplicitAPI):
|
|
1510
1511
|
data = self.safe_value(response, 'data', {})
|
1511
1512
|
return self.safe_integer(data, 'serverTime')
|
1512
1513
|
|
1513
|
-
async def fetch_markets(self, params={}):
|
1514
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
1514
1515
|
"""
|
1515
1516
|
retrieves data on all markets for bitget
|
1516
1517
|
:see: https://www.bitget.com/api-doc/spot/market/Get-Symbols
|
@@ -2691,6 +2692,7 @@ class bitget(Exchange, ImplicitAPI):
|
|
2691
2692
|
:see: https://www.bitget.com/api-doc/contract/market/Get-All-Symbol-Ticker
|
2692
2693
|
:param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
2693
2694
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
2695
|
+
:param str [params.subType]: *contract only* 'linear', 'inverse'
|
2694
2696
|
:param str [params.productType]: *contract only* 'USDT-FUTURES', 'USDC-FUTURES', 'COIN-FUTURES', 'SUSDT-FUTURES', 'SUSDC-FUTURES' or 'SCOIN-FUTURES'
|
2695
2697
|
:returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
|
2696
2698
|
"""
|
@@ -2704,15 +2706,20 @@ class bitget(Exchange, ImplicitAPI):
|
|
2704
2706
|
market = self.market(sandboxSymbol)
|
2705
2707
|
else:
|
2706
2708
|
market = self.market(symbol)
|
2709
|
+
response = None
|
2707
2710
|
request = {}
|
2708
2711
|
type = None
|
2709
2712
|
type, params = self.handle_market_type_and_params('fetchTickers', market, params)
|
2710
|
-
|
2711
|
-
|
2713
|
+
# Calls like `.fetch_tickers(None, {subType:'inverse'})` should be supported for self exchange, so
|
2714
|
+
# as "options.defaultSubType" is also set in exchange options, we should consider `params.subType`
|
2715
|
+
# with higher priority and only default to spot, if `subType` is not set in params
|
2716
|
+
passedSubType = self.safe_string(params, 'subType')
|
2717
|
+
productType = None
|
2718
|
+
productType, params = self.handle_product_type_and_params(market, params)
|
2719
|
+
# only if passedSubType and productType is None, then use spot
|
2720
|
+
if type == 'spot' and passedSubType is None:
|
2712
2721
|
response = await self.publicSpotGetV2SpotMarketTickers(self.extend(request, params))
|
2713
2722
|
else:
|
2714
|
-
productType = None
|
2715
|
-
productType, params = self.handle_product_type_and_params(market, params)
|
2716
2723
|
request['productType'] = productType
|
2717
2724
|
response = await self.publicMixGetV2MixMarketTickers(self.extend(request, params))
|
2718
2725
|
#
|
@@ -30,6 +30,7 @@ class bithumb(Exchange, ImplicitAPI):
|
|
30
30
|
'name': 'Bithumb',
|
31
31
|
'countries': ['KR'], # South Korea
|
32
32
|
'rateLimit': 500,
|
33
|
+
'pro': True,
|
33
34
|
'has': {
|
34
35
|
'CORS': True,
|
35
36
|
'spot': True,
|
@@ -199,7 +200,7 @@ class bithumb(Exchange, ImplicitAPI):
|
|
199
200
|
def amount_to_precision(self, symbol, amount):
|
200
201
|
return self.decimal_to_precision(amount, TRUNCATE, self.markets[symbol]['precision']['amount'], DECIMAL_PLACES)
|
201
202
|
|
202
|
-
async def fetch_markets(self, params={}):
|
203
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
203
204
|
"""
|
204
205
|
retrieves data on all markets for bithumb
|
205
206
|
:see: https://apidocs.bithumb.com/reference/%ED%98%84%EC%9E%AC%EA%B0%80-%EC%A0%95%EB%B3%B4-%EC%A1%B0%ED%9A%8C-all
|
@@ -975,7 +975,7 @@ class bitmart(Exchange, ImplicitAPI):
|
|
975
975
|
})
|
976
976
|
return result
|
977
977
|
|
978
|
-
async def fetch_markets(self, params={}):
|
978
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
979
979
|
"""
|
980
980
|
retrieves data on all markets for bitmart
|
981
981
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
@@ -453,7 +453,7 @@ class bitmex(Exchange, ImplicitAPI):
|
|
453
453
|
def convert_from_raw_cost(self, symbol, rawQuantity):
|
454
454
|
return self.convert_from_raw_quantity(symbol, rawQuantity, 'quote')
|
455
455
|
|
456
|
-
async def fetch_markets(self, params={}):
|
456
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
457
457
|
"""
|
458
458
|
retrieves data on all markets for bitmex
|
459
459
|
:see: https://www.bitmex.com/api/explorer/#not /Instrument/Instrument_getActive
|
@@ -280,7 +280,7 @@ class bitopro(Exchange, ImplicitAPI):
|
|
280
280
|
}
|
281
281
|
return result
|
282
282
|
|
283
|
-
async def fetch_markets(self, params={}):
|
283
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
284
284
|
"""
|
285
285
|
retrieves data on all markets for bitopro
|
286
286
|
:see: https://github.com/bitoex/bitopro-offical-api-docs/blob/master/api/v3/public/get_trading_pair_info.md
|
@@ -714,7 +714,7 @@ class bitrue(Exchange, ImplicitAPI):
|
|
714
714
|
}
|
715
715
|
return result
|
716
716
|
|
717
|
-
async def fetch_markets(self, params={}):
|
717
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
718
718
|
"""
|
719
719
|
retrieves data on all markets for bitrue
|
720
720
|
:see: https://github.com/Bitrue-exchange/Spot-official-api-docs#exchangeInfo_endpoint
|
@@ -338,7 +338,7 @@ class bitso(Exchange, ImplicitAPI):
|
|
338
338
|
'info': item,
|
339
339
|
}, currency)
|
340
340
|
|
341
|
-
async def fetch_markets(self, params={}):
|
341
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
342
342
|
"""
|
343
343
|
retrieves data on all markets for bitso
|
344
344
|
:see: https://docs.bitso.com/bitso-api/docs/list-available-books
|
@@ -176,7 +176,7 @@ class bitstamp(Exchange, ImplicitAPI):
|
|
176
176
|
'transfer-from-main/': 1,
|
177
177
|
'my_trading_pairs/': 1,
|
178
178
|
'fees/trading/': 1,
|
179
|
-
'fees/trading/{
|
179
|
+
'fees/trading/{market_symbol}': 1,
|
180
180
|
'fees/withdrawal/': 1,
|
181
181
|
'fees/withdrawal/{currency}/': 1,
|
182
182
|
'withdrawal-requests/': 1,
|
@@ -468,7 +468,7 @@ class bitstamp(Exchange, ImplicitAPI):
|
|
468
468
|
},
|
469
469
|
})
|
470
470
|
|
471
|
-
async def fetch_markets(self, params={}):
|
471
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
472
472
|
"""
|
473
473
|
retrieves data on all markets for bitstamp
|
474
474
|
:see: https://www.bitstamp.net/api/#tag/Market-info/operation/GetTradingPairsInfo
|
@@ -1120,7 +1120,7 @@ class bitstamp(Exchange, ImplicitAPI):
|
|
1120
1120
|
async def fetch_trading_fee(self, symbol: str, params={}):
|
1121
1121
|
"""
|
1122
1122
|
fetch the trading fees for a market
|
1123
|
-
:see: https://www.bitstamp.net/api/#tag/Fees/operation/
|
1123
|
+
:see: https://www.bitstamp.net/api/#tag/Fees/operation/GetTradingFeesForCurrency
|
1124
1124
|
:param str symbol: unified market symbol
|
1125
1125
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
1126
1126
|
:returns dict: a `fee structure <https://docs.ccxt.com/#/?id=fee-structure>`
|
@@ -1128,21 +1128,35 @@ class bitstamp(Exchange, ImplicitAPI):
|
|
1128
1128
|
await self.load_markets()
|
1129
1129
|
market = self.market(symbol)
|
1130
1130
|
request = {
|
1131
|
-
'
|
1131
|
+
'market_symbol': market['id'],
|
1132
1132
|
}
|
1133
|
-
response = await self.
|
1134
|
-
|
1133
|
+
response = await self.privatePostFeesTrading(self.extend(request, params))
|
1134
|
+
#
|
1135
|
+
# [
|
1136
|
+
# {
|
1137
|
+
# "currency_pair": "btcusd",
|
1138
|
+
# "fees":
|
1139
|
+
# {
|
1140
|
+
# "maker": "0.15000",
|
1141
|
+
# "taker": "0.16000"
|
1142
|
+
# },
|
1143
|
+
# "market": "btcusd"
|
1144
|
+
# }
|
1145
|
+
# ...
|
1146
|
+
# ]
|
1147
|
+
#
|
1148
|
+
tradingFeesByMarketId = self.index_by(response, 'currency_pair')
|
1149
|
+
tradingFee = self.safe_dict(tradingFeesByMarketId, market['id'])
|
1150
|
+
return self.parse_trading_fee(tradingFee, market)
|
1135
1151
|
|
1136
1152
|
def parse_trading_fee(self, fee, market: Market = None):
|
1137
|
-
|
1138
|
-
|
1139
|
-
dividedFeeString = Precise.string_div(feeString, '100')
|
1140
|
-
tradeFee = self.parse_number(dividedFeeString)
|
1153
|
+
marketId = self.safe_string(fee, 'market')
|
1154
|
+
fees = self.safe_dict(fee, 'fees', {})
|
1141
1155
|
return {
|
1142
1156
|
'info': fee,
|
1143
|
-
'symbol': market
|
1144
|
-
'maker':
|
1145
|
-
'taker':
|
1157
|
+
'symbol': self.safe_symbol(marketId, market),
|
1158
|
+
'maker': self.safe_number(fees, 'maker'),
|
1159
|
+
'taker': self.safe_number(fees, 'taker'),
|
1146
1160
|
}
|
1147
1161
|
|
1148
1162
|
def parse_trading_fees(self, fees):
|
@@ -1150,8 +1164,7 @@ class bitstamp(Exchange, ImplicitAPI):
|
|
1150
1164
|
symbols = self.symbols
|
1151
1165
|
for i in range(0, len(symbols)):
|
1152
1166
|
symbol = symbols[i]
|
1153
|
-
|
1154
|
-
fee = self.parse_trading_fee(fees, market)
|
1167
|
+
fee = self.parse_trading_fee(fees[i])
|
1155
1168
|
result[symbol] = fee
|
1156
1169
|
return result
|
1157
1170
|
|
@@ -1163,7 +1176,21 @@ class bitstamp(Exchange, ImplicitAPI):
|
|
1163
1176
|
:returns dict: a dictionary of `fee structures <https://docs.ccxt.com/#/?id=fee-structure>` indexed by market symbols
|
1164
1177
|
"""
|
1165
1178
|
await self.load_markets()
|
1166
|
-
response = await self.
|
1179
|
+
response = await self.privatePostFeesTrading(params)
|
1180
|
+
#
|
1181
|
+
# [
|
1182
|
+
# {
|
1183
|
+
# "currency_pair": "btcusd",
|
1184
|
+
# "fees":
|
1185
|
+
# {
|
1186
|
+
# "maker": "0.15000",
|
1187
|
+
# "taker": "0.16000"
|
1188
|
+
# },
|
1189
|
+
# "market": "btcusd"
|
1190
|
+
# }
|
1191
|
+
# ...
|
1192
|
+
# ]
|
1193
|
+
#
|
1167
1194
|
return self.parse_trading_fees(response)
|
1168
1195
|
|
1169
1196
|
async def fetch_transaction_fees(self, codes: List[str] = None, params={}):
|
@@ -247,7 +247,7 @@ class bitteam(Exchange, ImplicitAPI):
|
|
247
247
|
},
|
248
248
|
})
|
249
249
|
|
250
|
-
async def fetch_markets(self, params={}):
|
250
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
251
251
|
"""
|
252
252
|
retrieves data on all markets for bitteam
|
253
253
|
:see: https://bit.team/trade/api/documentation#/CCXT/getTradeApiCcxtPairs
|
@@ -322,7 +322,7 @@ class bitvavo(Exchange, ImplicitAPI):
|
|
322
322
|
#
|
323
323
|
return self.safe_integer(response, 'time')
|
324
324
|
|
325
|
-
async def fetch_markets(self, params={}):
|
325
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
326
326
|
"""
|
327
327
|
:see: https://docs.bitvavo.com/#tag/General/paths/~1markets/get
|
328
328
|
retrieves data on all markets for bitvavo
|
@@ -227,7 +227,7 @@ class blockchaincom(Exchange, ImplicitAPI):
|
|
227
227
|
},
|
228
228
|
})
|
229
229
|
|
230
|
-
async def fetch_markets(self, params={}):
|
230
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
231
231
|
"""
|
232
232
|
retrieves data on all markets for blockchaincom
|
233
233
|
:see: https://api.blockchain.com/v3/#/unauthenticated/getSymbols
|
@@ -355,7 +355,7 @@ class blofin(Exchange, ImplicitAPI):
|
|
355
355
|
},
|
356
356
|
})
|
357
357
|
|
358
|
-
async def fetch_markets(self, params={}):
|
358
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
359
359
|
"""
|
360
360
|
retrieves data on all markets for blofin
|
361
361
|
:see: https://blofin.com/docs#get-instruments
|
@@ -158,7 +158,7 @@ class btcalpha(Exchange, ImplicitAPI):
|
|
158
158
|
},
|
159
159
|
})
|
160
160
|
|
161
|
-
async def fetch_markets(self, params={}):
|
161
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
162
162
|
"""
|
163
163
|
retrieves data on all markets for btcalpha
|
164
164
|
:see: https://btc-alpha.github.io/api-docs/#list-all-currencies
|
@@ -350,7 +350,7 @@ class btcmarkets(Exchange, ImplicitAPI):
|
|
350
350
|
'info': transaction,
|
351
351
|
}
|
352
352
|
|
353
|
-
async def fetch_markets(self, params={}):
|
353
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
354
354
|
"""
|
355
355
|
retrieves data on all markets for btcmarkets
|
356
356
|
:see: https://docs.btcmarkets.net/v3/#tag/Market-Data-APIs/paths/~1v3~1markets/get
|
@@ -149,7 +149,7 @@ class btcturk(Exchange, ImplicitAPI):
|
|
149
149
|
'precisionMode': TICK_SIZE,
|
150
150
|
})
|
151
151
|
|
152
|
-
async def fetch_markets(self, params={}):
|
152
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
153
153
|
"""
|
154
154
|
retrieves data on all markets for btcturk
|
155
155
|
:see: https://docs.btcturk.com/public-endpoints/exchange-info
|
@@ -37,7 +37,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
37
37
|
'version': 'v5',
|
38
38
|
'userAgent': None,
|
39
39
|
'rateLimit': 20,
|
40
|
-
'hostname': 'bybit.com', # bybit.com, bytick.com
|
40
|
+
'hostname': 'bybit.com', # bybit.com, bytick.com, bybit.nl, bybit.com.hk
|
41
41
|
'pro': True,
|
42
42
|
'certified': True,
|
43
43
|
'has': {
|
@@ -483,7 +483,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
483
483
|
'v5/account/mmp-modify': 5,
|
484
484
|
'v5/account/mmp-reset': 5,
|
485
485
|
# asset
|
486
|
-
'v5/asset/transfer/inter-transfer':
|
486
|
+
'v5/asset/transfer/inter-transfer': 50, # 1/s => cost = 50 / 1 = 50
|
487
487
|
'v5/asset/transfer/save-transfer-sub-member': 150, # 1/3/s => cost = 50 / 1/3 = 150
|
488
488
|
'v5/asset/transfer/universal-transfer': 10, # 5/s => cost = 50 / 5 = 10
|
489
489
|
'v5/asset/deposit/deposit-to-account': 5,
|
@@ -1421,7 +1421,7 @@ class bybit(Exchange, ImplicitAPI):
|
|
1421
1421
|
}
|
1422
1422
|
return result
|
1423
1423
|
|
1424
|
-
async def fetch_markets(self, params={}):
|
1424
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
1425
1425
|
"""
|
1426
1426
|
retrieves data on all markets for bybit
|
1427
1427
|
:see: https://bybit-exchange.github.io/docs/v5/market/instrument
|
@@ -2716,10 +2716,10 @@ class bybit(Exchange, ImplicitAPI):
|
|
2716
2716
|
# limit: [1, 25]. Default: 1
|
2717
2717
|
request['category'] = 'option'
|
2718
2718
|
elif market['linear']:
|
2719
|
-
# limit: [1,
|
2719
|
+
# limit: [1, 500]. Default: 25
|
2720
2720
|
request['category'] = 'linear'
|
2721
2721
|
elif market['inverse']:
|
2722
|
-
# limit: [1,
|
2722
|
+
# limit: [1, 500]. Default: 25
|
2723
2723
|
request['category'] = 'inverse'
|
2724
2724
|
request['limit'] = limit if (limit is not None) else defaultLimit
|
2725
2725
|
response = await self.publicGetV5MarketOrderbook(self.extend(request, params))
|
@@ -340,7 +340,7 @@ class cex(Exchange, ImplicitAPI):
|
|
340
340
|
}
|
341
341
|
return result
|
342
342
|
|
343
|
-
async def fetch_markets(self, params={}):
|
343
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
344
344
|
"""
|
345
345
|
retrieves data on all markets for cex
|
346
346
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
@@ -1031,7 +1031,7 @@ class coinbase(Exchange, ImplicitAPI):
|
|
1031
1031
|
},
|
1032
1032
|
})
|
1033
1033
|
|
1034
|
-
async def fetch_markets(self, params={}):
|
1034
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
1035
1035
|
"""
|
1036
1036
|
:see: https://docs.cloud.coinbase.com/advanced-trade-api/reference/retailbrokerageapi_getproducts
|
1037
1037
|
:see: https://docs.cloud.coinbase.com/sign-in-with-coinbase/docs/api-currencies#get-fiat-currencies
|
@@ -894,7 +894,7 @@ class coinbaseinternational(Exchange, ImplicitAPI):
|
|
894
894
|
},
|
895
895
|
})
|
896
896
|
|
897
|
-
async def fetch_markets(self, params={}):
|
897
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
898
898
|
"""
|
899
899
|
:see: https://docs.cloud.coinbase.com/intx/reference/getinstruments
|
900
900
|
retrieves data on all markets for coinbaseinternational
|
@@ -307,7 +307,7 @@ class coinbasepro(Exchange, ImplicitAPI):
|
|
307
307
|
}
|
308
308
|
return result
|
309
309
|
|
310
|
-
async def fetch_markets(self, params={}):
|
310
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
311
311
|
"""
|
312
312
|
retrieves data on all markets for coinbasepro
|
313
313
|
:see: https://docs.cloud.coinbase.com/exchange/reference/exchangerestapi_getproducts
|