ccxt 4.0.35__tar.gz → 4.0.38__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.0.35/ccxt.egg-info → ccxt-4.0.38}/PKG-INFO +4 -4
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/__init__.py +1 -1
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/binance.py +5 -2
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/binancecoinm.py +5 -2
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/binanceus.py +5 -2
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/binanceusdm.py +5 -2
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/gate.py +2 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/gateio.py +2 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/okex.py +1 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/okex5.py +1 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/okx.py +1 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/__init__.py +1 -1
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/base/exchange.py +6 -3
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/binance.py +6 -3
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/coinex.py +15 -15
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/gate.py +3 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/okx.py +1 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/base/exchange.py +6 -3
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/binance.py +6 -3
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/coinex.py +15 -15
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/gate.py +3 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/okx.py +1 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/__init__.py +1 -1
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/coinex.py +79 -7
- {ccxt-4.0.35 → ccxt-4.0.38/ccxt.egg-info}/PKG-INFO +4 -4
- {ccxt-4.0.35 → ccxt-4.0.38}/package.json +1 -1
- {ccxt-4.0.35 → ccxt-4.0.38}/LICENSE.txt +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/MANIFEST.in +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/README.rst +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/__init__.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/ace.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/alpaca.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/ascendex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bequant.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bigone.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bingx.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bit2c.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitbank.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitbay.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitbns.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitcoincom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitfinex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitfinex2.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitflyer.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitforex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitget.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bithumb.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitmart.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitmex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitopro.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitpanda.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitrue.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitso.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitstamp.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitstamp1.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bittrex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bitvavo.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bkex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bl3p.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/blockchaincom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/btcalpha.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/btcbox.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/btcmarkets.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/btctradeua.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/btcturk.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/bybit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/cex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/coinbase.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/coinbaseprime.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/coinbasepro.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/coincheck.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/coinex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/coinfalcon.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/coinmate.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/coinone.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/coinsph.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/coinspot.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/cryptocom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/currencycom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/delta.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/deribit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/digifinex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/exmo.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/fmfwio.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/gemini.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/hitbtc.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/hitbtc3.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/hollaex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/huobi.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/huobijp.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/huobipro.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/idex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/independentreserve.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/indodax.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/kraken.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/krakenfutures.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/kucoin.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/kucoinfutures.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/kuna.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/latoken.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/lbank.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/lbank2.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/luno.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/lykke.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/mercado.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/mexc.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/mexc3.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/ndax.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/novadax.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/oceanex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/okcoin.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/paymium.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/phemex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/poloniex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/poloniexfutures.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/probit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/tidex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/timex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/tokocrypto.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/upbit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/wavesexchange.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/wazirx.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/whitebit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/woo.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/yobit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/zaif.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/abstract/zonda.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/ace.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/alpaca.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/ascendex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/ace.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/alpaca.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/ascendex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/base/__init__.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/base/throttler.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/base/ws/__init__.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/base/ws/aiohttp_client.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/base/ws/cache.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/base/ws/client.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/base/ws/fast_client.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/base/ws/functions.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/base/ws/future.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/base/ws/order_book.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/base/ws/order_book_side.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bequant.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bigone.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/binancecoinm.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/binanceus.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/binanceusdm.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bingx.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bit2c.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitbank.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitbay.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitbns.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitcoincom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitfinex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitfinex2.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitflyer.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitforex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitget.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bithumb.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitmart.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitmex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitopro.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitpanda.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitrue.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitso.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitstamp.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitstamp1.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bittrex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bitvavo.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bkex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bl3p.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/blockchaincom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/btcalpha.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/btcbox.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/btcmarkets.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/btctradeua.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/btcturk.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/bybit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/cex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/coinbase.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/coinbaseprime.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/coinbasepro.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/coincheck.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/coinfalcon.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/coinmate.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/coinone.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/coinsph.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/coinspot.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/cryptocom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/currencycom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/delta.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/deribit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/digifinex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/exmo.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/flowbtc.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/fmfwio.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/gateio.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/gemini.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/hitbtc.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/hitbtc3.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/hollaex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/huobi.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/huobijp.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/huobipro.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/idex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/independentreserve.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/indodax.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/kraken.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/krakenfutures.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/kucoin.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/kucoinfutures.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/kuna.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/latoken.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/lbank.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/lbank2.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/luno.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/lykke.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/mercado.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/mexc.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/mexc3.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/ndax.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/novadax.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/oceanex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/okcoin.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/okex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/okex5.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/paymium.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/phemex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/poloniex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/poloniexfutures.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/probit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/tidex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/timex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/tokocrypto.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/upbit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/wavesexchange.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/wazirx.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/whitebit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/woo.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/yobit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/zaif.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/async_support/zonda.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/base/__init__.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/base/decimal_to_precision.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/base/errors.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/base/precise.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/base/types.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bequant.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bigone.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/binancecoinm.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/binanceus.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/binanceusdm.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bingx.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bit2c.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitbank.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitbay.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitbns.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitcoincom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitfinex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitfinex2.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitflyer.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitforex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitget.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bithumb.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitmart.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitmex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitopro.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitpanda.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitrue.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitso.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitstamp.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitstamp1.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bittrex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bitvavo.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bkex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bl3p.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/blockchaincom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/btcalpha.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/btcbox.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/btcmarkets.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/btctradeua.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/btcturk.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/bybit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/cex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/coinbase.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/coinbaseprime.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/coinbasepro.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/coincheck.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/coinfalcon.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/coinmate.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/coinone.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/coinsph.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/coinspot.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/cryptocom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/currencycom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/delta.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/deribit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/digifinex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/exmo.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/flowbtc.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/fmfwio.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/gateio.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/gemini.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/hitbtc.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/hitbtc3.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/hollaex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/huobi.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/huobijp.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/huobipro.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/idex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/independentreserve.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/indodax.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/kraken.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/krakenfutures.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/kucoin.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/kucoinfutures.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/kuna.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/latoken.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/lbank.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/lbank2.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/luno.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/lykke.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/mercado.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/mexc.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/mexc3.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/ndax.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/novadax.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/oceanex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/okcoin.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/okex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/okex5.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/paymium.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/phemex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/poloniex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/poloniexfutures.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/alpaca.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/ascendex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/bequant.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/binance.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/binancecoinm.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/binanceus.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/binanceusdm.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/bitcoincom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/bitfinex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/bitfinex2.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/bitget.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/bitmart.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/bitmex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/bitopro.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/bitpanda.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/bitrue.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/bitstamp.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/bittrex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/bitvavo.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/blockchaincom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/btcex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/bybit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/cex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/coinbase.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/coinbaseprime.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/coinbasepro.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/cryptocom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/currencycom.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/deribit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/exmo.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/gate.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/gateio.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/gemini.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/hitbtc.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/hollaex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/huobi.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/huobijp.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/huobipro.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/idex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/independentreserve.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/kraken.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/krakenfutures.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/kucoin.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/kucoinfutures.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/luno.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/mexc.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/mexc3.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/ndax.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/okcoin.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/okex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/okx.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/phemex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/poloniex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/poloniexfutures.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/probit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/ripio.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/upbit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/wazirx.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/whitebit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/woo.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/pro/zb.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/probit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/static_dependencies/__init__.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/static_dependencies/ecdsa/der.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/static_dependencies/ecdsa/util.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/static_dependencies/keccak/__init__.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/static_dependencies/keccak/keccak.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/__init__.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/__init__.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_account.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_balance.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_borrow_interest.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_borrow_rate.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_calculate_fee.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_crypto.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_currency.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_datetime.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_decimal_to_precision.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_deep_extend.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_deposit_withdrawal.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_exchange_datetime_functions.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_funding_rate_history.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_ledger_entry.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_ledger_item.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_leverage_tier.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_margin_modification.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_market.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_number.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_ohlcv.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_open_interest.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_order.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_order_book.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_position.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_shared_methods.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_status.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_throttle.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_ticker.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_trade.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_trading_fee.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/base/test_transaction.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/test_async.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/test/test_sync.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/tidex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/timex.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/tokocrypto.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/upbit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/wavesexchange.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/wazirx.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/whitebit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/woo.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/yobit.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/zaif.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt/zonda.py +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt.egg-info/SOURCES.txt +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt.egg-info/dependency_links.txt +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt.egg-info/requires.txt +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/ccxt.egg-info/top_level.txt +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/setup.cfg +0 -0
- {ccxt-4.0.35 → ccxt-4.0.38}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ccxt
|
3
|
-
Version: 4.0.
|
3
|
+
Version: 4.0.38
|
4
4
|
Summary: A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 130+ exchanges
|
5
5
|
Home-page: https://ccxt.com
|
6
6
|
Author: Igor Kroitor
|
@@ -229,13 +229,13 @@ Description: # CCXT – CryptoCurrency eXchange Trading Library
|
|
229
229
|
|
230
230
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
231
231
|
|
232
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.0.
|
233
|
-
* unpkg: https://unpkg.com/ccxt@4.0.
|
232
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.0.38/dist/ccxt.browser.js
|
233
|
+
* unpkg: https://unpkg.com/ccxt@4.0.38/dist/ccxt.browser.js
|
234
234
|
|
235
235
|
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.
|
236
236
|
|
237
237
|
```HTML
|
238
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.0.
|
238
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.0.38/dist/ccxt.browser.js"></script>
|
239
239
|
```
|
240
240
|
|
241
241
|
Creates a global `ccxt` object:
|
@@ -298,8 +298,9 @@ class ImplicitAPI:
|
|
298
298
|
sapi_post_loan_vip_repay = sapiPostLoanVipRepay = Entry('loan/vip/repay', 'sapi', 'POST', {'cost': 40})
|
299
299
|
sapi_post_convert_getquote = sapiPostConvertGetQuote = Entry('convert/getQuote', 'sapi', 'POST', {'cost': 20.001})
|
300
300
|
sapi_post_convert_acceptquote = sapiPostConvertAcceptQuote = Entry('convert/acceptQuote', 'sapi', 'POST', {'cost': 3.3335})
|
301
|
-
sapi_post_portfolio_auto_collection = sapiPostPortfolioAutoCollection = Entry('portfolio/auto-collection', 'sapi', 'POST', {'cost':
|
302
|
-
|
301
|
+
sapi_post_portfolio_auto_collection = sapiPostPortfolioAutoCollection = Entry('portfolio/auto-collection', 'sapi', 'POST', {'cost': 150})
|
302
|
+
sapi_post_portfolio_asset_collection = sapiPostPortfolioAssetCollection = Entry('portfolio/asset-collection', 'sapi', 'POST', {'cost': 6})
|
303
|
+
sapi_post_portfolio_bnb_transfer = sapiPostPortfolioBnbTransfer = Entry('portfolio/bnb-transfer', 'sapi', 'POST', {'cost': 150})
|
303
304
|
sapi_post_portfolio_repay_futures_switch = sapiPostPortfolioRepayFuturesSwitch = Entry('portfolio/repay-futures-switch', 'sapi', 'POST', {'cost': 150})
|
304
305
|
sapi_post_portfolio_repay_futures_negative_balance = sapiPostPortfolioRepayFuturesNegativeBalance = Entry('portfolio/repay-futures-negative-balance', 'sapi', 'POST', {'cost': 150})
|
305
306
|
sapi_post_lending_auto_invest_plan_add = sapiPostLendingAutoInvestPlanAdd = Entry('lending/auto-invest/plan/add', 'sapi', 'POST', {'cost': 0.1})
|
@@ -492,6 +493,8 @@ class ImplicitAPI:
|
|
492
493
|
eapiprivate_get_usertrades = eapiPrivateGetUserTrades = Entry('userTrades', 'eapiPrivate', 'GET', {'cost': 5})
|
493
494
|
eapiprivate_get_exerciserecord = eapiPrivateGetExerciseRecord = Entry('exerciseRecord', 'eapiPrivate', 'GET', {'cost': 5})
|
494
495
|
eapiprivate_get_bill = eapiPrivateGetBill = Entry('bill', 'eapiPrivate', 'GET', {'cost': 1})
|
496
|
+
eapiprivate_get_income_asyn = eapiPrivateGetIncomeAsyn = Entry('income/asyn', 'eapiPrivate', 'GET', {'cost': 5})
|
497
|
+
eapiprivate_get_income_asyn_id = eapiPrivateGetIncomeAsynId = Entry('income/asyn/id', 'eapiPrivate', 'GET', {'cost': 5})
|
495
498
|
eapiprivate_get_marginaccount = eapiPrivateGetMarginAccount = Entry('marginAccount', 'eapiPrivate', 'GET', {'cost': 3})
|
496
499
|
eapiprivate_get_mmp = eapiPrivateGetMmp = Entry('mmp', 'eapiPrivate', 'GET', {'cost': 1})
|
497
500
|
eapiprivate_get_countdowncancelall = eapiPrivateGetCountdownCancelAll = Entry('countdownCancelAll', 'eapiPrivate', 'GET', {'cost': 1})
|
@@ -298,8 +298,9 @@ class ImplicitAPI:
|
|
298
298
|
sapi_post_loan_vip_repay = sapiPostLoanVipRepay = Entry('loan/vip/repay', 'sapi', 'POST', {'cost': 40})
|
299
299
|
sapi_post_convert_getquote = sapiPostConvertGetQuote = Entry('convert/getQuote', 'sapi', 'POST', {'cost': 20.001})
|
300
300
|
sapi_post_convert_acceptquote = sapiPostConvertAcceptQuote = Entry('convert/acceptQuote', 'sapi', 'POST', {'cost': 3.3335})
|
301
|
-
sapi_post_portfolio_auto_collection = sapiPostPortfolioAutoCollection = Entry('portfolio/auto-collection', 'sapi', 'POST', {'cost':
|
302
|
-
|
301
|
+
sapi_post_portfolio_auto_collection = sapiPostPortfolioAutoCollection = Entry('portfolio/auto-collection', 'sapi', 'POST', {'cost': 150})
|
302
|
+
sapi_post_portfolio_asset_collection = sapiPostPortfolioAssetCollection = Entry('portfolio/asset-collection', 'sapi', 'POST', {'cost': 6})
|
303
|
+
sapi_post_portfolio_bnb_transfer = sapiPostPortfolioBnbTransfer = Entry('portfolio/bnb-transfer', 'sapi', 'POST', {'cost': 150})
|
303
304
|
sapi_post_portfolio_repay_futures_switch = sapiPostPortfolioRepayFuturesSwitch = Entry('portfolio/repay-futures-switch', 'sapi', 'POST', {'cost': 150})
|
304
305
|
sapi_post_portfolio_repay_futures_negative_balance = sapiPostPortfolioRepayFuturesNegativeBalance = Entry('portfolio/repay-futures-negative-balance', 'sapi', 'POST', {'cost': 150})
|
305
306
|
sapi_post_lending_auto_invest_plan_add = sapiPostLendingAutoInvestPlanAdd = Entry('lending/auto-invest/plan/add', 'sapi', 'POST', {'cost': 0.1})
|
@@ -492,6 +493,8 @@ class ImplicitAPI:
|
|
492
493
|
eapiprivate_get_usertrades = eapiPrivateGetUserTrades = Entry('userTrades', 'eapiPrivate', 'GET', {'cost': 5})
|
493
494
|
eapiprivate_get_exerciserecord = eapiPrivateGetExerciseRecord = Entry('exerciseRecord', 'eapiPrivate', 'GET', {'cost': 5})
|
494
495
|
eapiprivate_get_bill = eapiPrivateGetBill = Entry('bill', 'eapiPrivate', 'GET', {'cost': 1})
|
496
|
+
eapiprivate_get_income_asyn = eapiPrivateGetIncomeAsyn = Entry('income/asyn', 'eapiPrivate', 'GET', {'cost': 5})
|
497
|
+
eapiprivate_get_income_asyn_id = eapiPrivateGetIncomeAsynId = Entry('income/asyn/id', 'eapiPrivate', 'GET', {'cost': 5})
|
495
498
|
eapiprivate_get_marginaccount = eapiPrivateGetMarginAccount = Entry('marginAccount', 'eapiPrivate', 'GET', {'cost': 3})
|
496
499
|
eapiprivate_get_mmp = eapiPrivateGetMmp = Entry('mmp', 'eapiPrivate', 'GET', {'cost': 1})
|
497
500
|
eapiprivate_get_countdowncancelall = eapiPrivateGetCountdownCancelAll = Entry('countdownCancelAll', 'eapiPrivate', 'GET', {'cost': 1})
|
@@ -298,8 +298,9 @@ class ImplicitAPI:
|
|
298
298
|
sapi_post_loan_vip_repay = sapiPostLoanVipRepay = Entry('loan/vip/repay', 'sapi', 'POST', {'cost': 40})
|
299
299
|
sapi_post_convert_getquote = sapiPostConvertGetQuote = Entry('convert/getQuote', 'sapi', 'POST', {'cost': 20.001})
|
300
300
|
sapi_post_convert_acceptquote = sapiPostConvertAcceptQuote = Entry('convert/acceptQuote', 'sapi', 'POST', {'cost': 3.3335})
|
301
|
-
sapi_post_portfolio_auto_collection = sapiPostPortfolioAutoCollection = Entry('portfolio/auto-collection', 'sapi', 'POST', {'cost':
|
302
|
-
|
301
|
+
sapi_post_portfolio_auto_collection = sapiPostPortfolioAutoCollection = Entry('portfolio/auto-collection', 'sapi', 'POST', {'cost': 150})
|
302
|
+
sapi_post_portfolio_asset_collection = sapiPostPortfolioAssetCollection = Entry('portfolio/asset-collection', 'sapi', 'POST', {'cost': 6})
|
303
|
+
sapi_post_portfolio_bnb_transfer = sapiPostPortfolioBnbTransfer = Entry('portfolio/bnb-transfer', 'sapi', 'POST', {'cost': 150})
|
303
304
|
sapi_post_portfolio_repay_futures_switch = sapiPostPortfolioRepayFuturesSwitch = Entry('portfolio/repay-futures-switch', 'sapi', 'POST', {'cost': 150})
|
304
305
|
sapi_post_portfolio_repay_futures_negative_balance = sapiPostPortfolioRepayFuturesNegativeBalance = Entry('portfolio/repay-futures-negative-balance', 'sapi', 'POST', {'cost': 150})
|
305
306
|
sapi_post_lending_auto_invest_plan_add = sapiPostLendingAutoInvestPlanAdd = Entry('lending/auto-invest/plan/add', 'sapi', 'POST', {'cost': 0.1})
|
@@ -492,6 +493,8 @@ class ImplicitAPI:
|
|
492
493
|
eapiprivate_get_usertrades = eapiPrivateGetUserTrades = Entry('userTrades', 'eapiPrivate', 'GET', {'cost': 5})
|
493
494
|
eapiprivate_get_exerciserecord = eapiPrivateGetExerciseRecord = Entry('exerciseRecord', 'eapiPrivate', 'GET', {'cost': 5})
|
494
495
|
eapiprivate_get_bill = eapiPrivateGetBill = Entry('bill', 'eapiPrivate', 'GET', {'cost': 1})
|
496
|
+
eapiprivate_get_income_asyn = eapiPrivateGetIncomeAsyn = Entry('income/asyn', 'eapiPrivate', 'GET', {'cost': 5})
|
497
|
+
eapiprivate_get_income_asyn_id = eapiPrivateGetIncomeAsynId = Entry('income/asyn/id', 'eapiPrivate', 'GET', {'cost': 5})
|
495
498
|
eapiprivate_get_marginaccount = eapiPrivateGetMarginAccount = Entry('marginAccount', 'eapiPrivate', 'GET', {'cost': 3})
|
496
499
|
eapiprivate_get_mmp = eapiPrivateGetMmp = Entry('mmp', 'eapiPrivate', 'GET', {'cost': 1})
|
497
500
|
eapiprivate_get_countdowncancelall = eapiPrivateGetCountdownCancelAll = Entry('countdownCancelAll', 'eapiPrivate', 'GET', {'cost': 1})
|
@@ -298,8 +298,9 @@ class ImplicitAPI:
|
|
298
298
|
sapi_post_loan_vip_repay = sapiPostLoanVipRepay = Entry('loan/vip/repay', 'sapi', 'POST', {'cost': 40})
|
299
299
|
sapi_post_convert_getquote = sapiPostConvertGetQuote = Entry('convert/getQuote', 'sapi', 'POST', {'cost': 20.001})
|
300
300
|
sapi_post_convert_acceptquote = sapiPostConvertAcceptQuote = Entry('convert/acceptQuote', 'sapi', 'POST', {'cost': 3.3335})
|
301
|
-
sapi_post_portfolio_auto_collection = sapiPostPortfolioAutoCollection = Entry('portfolio/auto-collection', 'sapi', 'POST', {'cost':
|
302
|
-
|
301
|
+
sapi_post_portfolio_auto_collection = sapiPostPortfolioAutoCollection = Entry('portfolio/auto-collection', 'sapi', 'POST', {'cost': 150})
|
302
|
+
sapi_post_portfolio_asset_collection = sapiPostPortfolioAssetCollection = Entry('portfolio/asset-collection', 'sapi', 'POST', {'cost': 6})
|
303
|
+
sapi_post_portfolio_bnb_transfer = sapiPostPortfolioBnbTransfer = Entry('portfolio/bnb-transfer', 'sapi', 'POST', {'cost': 150})
|
303
304
|
sapi_post_portfolio_repay_futures_switch = sapiPostPortfolioRepayFuturesSwitch = Entry('portfolio/repay-futures-switch', 'sapi', 'POST', {'cost': 150})
|
304
305
|
sapi_post_portfolio_repay_futures_negative_balance = sapiPostPortfolioRepayFuturesNegativeBalance = Entry('portfolio/repay-futures-negative-balance', 'sapi', 'POST', {'cost': 150})
|
305
306
|
sapi_post_lending_auto_invest_plan_add = sapiPostLendingAutoInvestPlanAdd = Entry('lending/auto-invest/plan/add', 'sapi', 'POST', {'cost': 0.1})
|
@@ -492,6 +493,8 @@ class ImplicitAPI:
|
|
492
493
|
eapiprivate_get_usertrades = eapiPrivateGetUserTrades = Entry('userTrades', 'eapiPrivate', 'GET', {'cost': 5})
|
493
494
|
eapiprivate_get_exerciserecord = eapiPrivateGetExerciseRecord = Entry('exerciseRecord', 'eapiPrivate', 'GET', {'cost': 5})
|
494
495
|
eapiprivate_get_bill = eapiPrivateGetBill = Entry('bill', 'eapiPrivate', 'GET', {'cost': 1})
|
496
|
+
eapiprivate_get_income_asyn = eapiPrivateGetIncomeAsyn = Entry('income/asyn', 'eapiPrivate', 'GET', {'cost': 5})
|
497
|
+
eapiprivate_get_income_asyn_id = eapiPrivateGetIncomeAsynId = Entry('income/asyn/id', 'eapiPrivate', 'GET', {'cost': 5})
|
495
498
|
eapiprivate_get_marginaccount = eapiPrivateGetMarginAccount = Entry('marginAccount', 'eapiPrivate', 'GET', {'cost': 3})
|
496
499
|
eapiprivate_get_mmp = eapiPrivateGetMmp = Entry('mmp', 'eapiPrivate', 'GET', {'cost': 1})
|
497
500
|
eapiprivate_get_countdowncancelall = eapiPrivateGetCountdownCancelAll = Entry('countdownCancelAll', 'eapiPrivate', 'GET', {'cost': 1})
|
@@ -136,6 +136,8 @@ class ImplicitAPI:
|
|
136
136
|
private_margin_patch_loans_loan_id = privateMarginPatchLoansLoanId = Entry('loans/{loan_id}', ['private', 'margin'], 'PATCH', {'cost': 1.5})
|
137
137
|
private_margin_patch_loan_records_loan_record_id = privateMarginPatchLoanRecordsLoanRecordId = Entry('loan_records/{loan_record_id}', ['private', 'margin'], 'PATCH', {'cost': 1.5})
|
138
138
|
private_margin_delete_loans_loan_id = privateMarginDeleteLoansLoanId = Entry('loans/{loan_id}', ['private', 'margin'], 'DELETE', {'cost': 1.5})
|
139
|
+
private_flash_swap_get_currencies = privateFlash_swapGetCurrencies = Entry('currencies', ['private', 'flash_swap'], 'GET', {'cost': 1.5})
|
140
|
+
private_flash_swap_get_currency_pairs = privateFlash_swapGetCurrencyPairs = Entry('currency_pairs', ['private', 'flash_swap'], 'GET', {'cost': 1.5})
|
139
141
|
private_flash_swap_get_orders = privateFlash_swapGetOrders = Entry('orders', ['private', 'flash_swap'], 'GET', {'cost': 1.5})
|
140
142
|
private_flash_swap_get_orders_order_id = privateFlash_swapGetOrdersOrderId = Entry('orders/{order_id}', ['private', 'flash_swap'], 'GET', {'cost': 1.5})
|
141
143
|
private_flash_swap_post_orders = privateFlash_swapPostOrders = Entry('orders', ['private', 'flash_swap'], 'POST', {'cost': 1.5})
|
@@ -136,6 +136,8 @@ class ImplicitAPI:
|
|
136
136
|
private_margin_patch_loans_loan_id = privateMarginPatchLoansLoanId = Entry('loans/{loan_id}', ['private', 'margin'], 'PATCH', {'cost': 1.5})
|
137
137
|
private_margin_patch_loan_records_loan_record_id = privateMarginPatchLoanRecordsLoanRecordId = Entry('loan_records/{loan_record_id}', ['private', 'margin'], 'PATCH', {'cost': 1.5})
|
138
138
|
private_margin_delete_loans_loan_id = privateMarginDeleteLoansLoanId = Entry('loans/{loan_id}', ['private', 'margin'], 'DELETE', {'cost': 1.5})
|
139
|
+
private_flash_swap_get_currencies = privateFlash_swapGetCurrencies = Entry('currencies', ['private', 'flash_swap'], 'GET', {'cost': 1.5})
|
140
|
+
private_flash_swap_get_currency_pairs = privateFlash_swapGetCurrencyPairs = Entry('currency_pairs', ['private', 'flash_swap'], 'GET', {'cost': 1.5})
|
139
141
|
private_flash_swap_get_orders = privateFlash_swapGetOrders = Entry('orders', ['private', 'flash_swap'], 'GET', {'cost': 1.5})
|
140
142
|
private_flash_swap_get_orders_order_id = privateFlash_swapGetOrdersOrderId = Entry('orders/{order_id}', ['private', 'flash_swap'], 'GET', {'cost': 1.5})
|
141
143
|
private_flash_swap_post_orders = privateFlash_swapPostOrders = Entry('orders', ['private', 'flash_swap'], 'POST', {'cost': 1.5})
|
@@ -215,6 +215,7 @@ class ImplicitAPI:
|
|
215
215
|
private_post_account_set_riskoffset_type = privatePostAccountSetRiskOffsetType = Entry('account/set-riskOffset-type', 'private', 'POST', {'cost': 2})
|
216
216
|
private_post_account_activate_option = privatePostAccountActivateOption = Entry('account/activate-option', 'private', 'POST', {'cost': 4})
|
217
217
|
private_post_account_set_auto_loan = privatePostAccountSetAutoLoan = Entry('account/set-auto-loan', 'private', 'POST', {'cost': 4})
|
218
|
+
private_post_account_set_account_level = privatePostAccountSetAccountLevel = Entry('account/set-account-level', 'private', 'POST', {'cost': 4})
|
218
219
|
private_post_account_mmp_reset = privatePostAccountMmpReset = Entry('account/mmp-reset', 'private', 'POST', {'cost': 4})
|
219
220
|
private_post_account_mmp_config = privatePostAccountMmpConfig = Entry('account/mmp-config', 'private', 'POST', {'cost': 100})
|
220
221
|
private_post_users_subaccount_modify_apikey = privatePostUsersSubaccountModifyApikey = Entry('users/subaccount/modify-apikey', 'private', 'POST', {'cost': 10})
|
@@ -215,6 +215,7 @@ class ImplicitAPI:
|
|
215
215
|
private_post_account_set_riskoffset_type = privatePostAccountSetRiskOffsetType = Entry('account/set-riskOffset-type', 'private', 'POST', {'cost': 2})
|
216
216
|
private_post_account_activate_option = privatePostAccountActivateOption = Entry('account/activate-option', 'private', 'POST', {'cost': 4})
|
217
217
|
private_post_account_set_auto_loan = privatePostAccountSetAutoLoan = Entry('account/set-auto-loan', 'private', 'POST', {'cost': 4})
|
218
|
+
private_post_account_set_account_level = privatePostAccountSetAccountLevel = Entry('account/set-account-level', 'private', 'POST', {'cost': 4})
|
218
219
|
private_post_account_mmp_reset = privatePostAccountMmpReset = Entry('account/mmp-reset', 'private', 'POST', {'cost': 4})
|
219
220
|
private_post_account_mmp_config = privatePostAccountMmpConfig = Entry('account/mmp-config', 'private', 'POST', {'cost': 100})
|
220
221
|
private_post_users_subaccount_modify_apikey = privatePostUsersSubaccountModifyApikey = Entry('users/subaccount/modify-apikey', 'private', 'POST', {'cost': 10})
|
@@ -215,6 +215,7 @@ class ImplicitAPI:
|
|
215
215
|
private_post_account_set_riskoffset_type = privatePostAccountSetRiskOffsetType = Entry('account/set-riskOffset-type', 'private', 'POST', {'cost': 2})
|
216
216
|
private_post_account_activate_option = privatePostAccountActivateOption = Entry('account/activate-option', 'private', 'POST', {'cost': 4})
|
217
217
|
private_post_account_set_auto_loan = privatePostAccountSetAutoLoan = Entry('account/set-auto-loan', 'private', 'POST', {'cost': 4})
|
218
|
+
private_post_account_set_account_level = privatePostAccountSetAccountLevel = Entry('account/set-account-level', 'private', 'POST', {'cost': 4})
|
218
219
|
private_post_account_mmp_reset = privatePostAccountMmpReset = Entry('account/mmp-reset', 'private', 'POST', {'cost': 4})
|
219
220
|
private_post_account_mmp_config = privatePostAccountMmpConfig = Entry('account/mmp-config', 'private', 'POST', {'cost': 100})
|
220
221
|
private_post_users_subaccount_modify_apikey = privatePostUsersSubaccountModifyApikey = Entry('users/subaccount/modify-apikey', 'private', 'POST', {'cost': 10})
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# -----------------------------------------------------------------------------
|
4
4
|
|
5
|
-
__version__ = '4.0.
|
5
|
+
__version__ = '4.0.38'
|
6
6
|
|
7
7
|
# -----------------------------------------------------------------------------
|
8
8
|
|
@@ -599,7 +599,7 @@ class Exchange(BaseExchange):
|
|
599
599
|
value = self.safe_value(entry, key)
|
600
600
|
if value and (value >= since):
|
601
601
|
result.append(entry)
|
602
|
-
if tail:
|
602
|
+
if tail and limit is not None:
|
603
603
|
return self.arraySlice(result, -limit)
|
604
604
|
return self.filter_by_limit(result, limit, key)
|
605
605
|
|
@@ -620,7 +620,7 @@ class Exchange(BaseExchange):
|
|
620
620
|
secondCondition = entryKeyGESince if sinceIsDefined else True
|
621
621
|
if firstCondition and secondCondition:
|
622
622
|
result.append(entry)
|
623
|
-
if tail:
|
623
|
+
if tail and limit is not None:
|
624
624
|
return self.arraySlice(result, -limit)
|
625
625
|
return self.filter_by_limit(result, limit, key)
|
626
626
|
|
@@ -2281,6 +2281,9 @@ class Exchange(BaseExchange):
|
|
2281
2281
|
async def watch_my_trades(self, symbol: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
2282
2282
|
raise NotSupported(self.id + ' watchMyTrades() is not supported yet')
|
2283
2283
|
|
2284
|
+
async def fetch_ohlcv_ws(self, symbol: str, timeframe: str = '1m', since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
2285
|
+
raise NotSupported(self.id + ' fetchOHLCVWs() is not supported yet')
|
2286
|
+
|
2284
2287
|
async def fetch_deposits_withdrawals(self, code: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
2285
2288
|
"""
|
2286
2289
|
fetch history of deposits and withdrawals
|
@@ -542,8 +542,9 @@ class binance(Exchange, ImplicitAPI):
|
|
542
542
|
'loan/vip/repay': 40, # Weight(UID): 6000 => cost = 0.006667 * 6000 = 40
|
543
543
|
'convert/getQuote': 20.001,
|
544
544
|
'convert/acceptQuote': 3.3335,
|
545
|
-
'portfolio/auto-collection':
|
546
|
-
'portfolio/
|
545
|
+
'portfolio/auto-collection': 150, # Weight(IP): 1500 => cost = 0.1 * 1500 = 150
|
546
|
+
'portfolio/asset-collection': 6, # Weight(IP): 60 => cost = 0.1 * 60 = 6
|
547
|
+
'portfolio/bnb-transfer': 150, # Weight(IP): 1500 => cost = 0.1 * 1500 = 150
|
547
548
|
'portfolio/repay-futures-switch': 150, # Weight(IP): 1500 => cost = 0.1 * 1500 = 150
|
548
549
|
'portfolio/repay-futures-negative-balance': 150, # Weight(IP): 1500 => cost = 0.1 * 1500 = 150
|
549
550
|
'lending/auto-invest/plan/add': 0.1, # Weight(IP): 1 => cost = 0.1 * 1 = 0.1
|
@@ -818,6 +819,8 @@ class binance(Exchange, ImplicitAPI):
|
|
818
819
|
'userTrades': 5,
|
819
820
|
'exerciseRecord': 5,
|
820
821
|
'bill': 1,
|
822
|
+
'income/asyn': 5,
|
823
|
+
'income/asyn/id': 5,
|
821
824
|
'marginAccount': 3,
|
822
825
|
'mmp': 1,
|
823
826
|
'countdownCancelAll': 1,
|
@@ -3640,7 +3643,7 @@ class binance(Exchange, ImplicitAPI):
|
|
3640
3643
|
if postOnly:
|
3641
3644
|
uppercaseType = 'LIMIT_MAKER'
|
3642
3645
|
request['type'] = uppercaseType
|
3643
|
-
stopPrice = self.
|
3646
|
+
stopPrice = self.safe_number_2(params, 'stopPrice', 'triggerPrice')
|
3644
3647
|
if stopPrice is not None:
|
3645
3648
|
if uppercaseType == 'MARKET':
|
3646
3649
|
uppercaseType = 'STOP_LOSS'
|
@@ -3070,30 +3070,30 @@ class coinex(Exchange, ImplicitAPI):
|
|
3070
3070
|
|
3071
3071
|
async def set_leverage(self, leverage, symbol: Optional[str] = None, params={}):
|
3072
3072
|
"""
|
3073
|
+
see https://viabtc.github.io/coinex_api_en_doc/futures/#docsfutures001_http014_adjust_leverage
|
3073
3074
|
set the level of leverage for a market
|
3074
3075
|
:param float leverage: the rate of leverage
|
3075
3076
|
:param str symbol: unified market symbol
|
3076
3077
|
:param dict [params]: extra parameters specific to the coinex api endpoint
|
3078
|
+
:param str [params.marginMode]: 'cross' or 'isolated'(default is 'cross')
|
3077
3079
|
:returns dict: response from the exchange
|
3078
3080
|
"""
|
3079
|
-
|
3080
|
-
raise ArgumentsRequired(self.id + ' setLeverage() requires a symbol argument')
|
3081
|
+
self.check_required_symbol('setLeverage', symbol)
|
3081
3082
|
await self.load_markets()
|
3082
|
-
defaultMarginMode = self.safe_string_2(self.options, 'defaultMarginMode', 'marginMode')
|
3083
|
-
defaultPositionType = None
|
3084
|
-
if defaultMarginMode == 'isolated':
|
3085
|
-
defaultPositionType = 1
|
3086
|
-
elif defaultMarginMode == 'cross':
|
3087
|
-
defaultPositionType = 2
|
3088
|
-
positionType = self.safe_integer(params, 'position_type', defaultPositionType)
|
3089
|
-
if positionType is None:
|
3090
|
-
raise ArgumentsRequired(self.id + ' setLeverage() requires a position_type parameter that will transfer margin to the specified trading pair')
|
3091
3083
|
market = self.market(symbol)
|
3092
|
-
|
3093
|
-
if market['type'] != 'swap':
|
3084
|
+
if not market['swap']:
|
3094
3085
|
raise BadSymbol(self.id + ' setLeverage() supports swap contracts only')
|
3095
|
-
|
3096
|
-
|
3086
|
+
marginMode = None
|
3087
|
+
marginMode, params = self.handle_margin_mode_and_params('setLeverage', params, 'cross')
|
3088
|
+
positionType = None
|
3089
|
+
if marginMode == 'isolated':
|
3090
|
+
positionType = 1
|
3091
|
+
elif marginMode == 'cross':
|
3092
|
+
positionType = 2
|
3093
|
+
minLeverage = self.safe_integer(market['limits']['leverage'], 'min', 1)
|
3094
|
+
maxLeverage = self.safe_integer(market['limits']['leverage'], 'max', 100)
|
3095
|
+
if (leverage < minLeverage) or (leverage > maxLeverage):
|
3096
|
+
raise BadRequest(self.id + ' setLeverage() leverage should be between ' + str(minLeverage) + ' and ' + str(maxLeverage) + ' for ' + symbol)
|
3097
3097
|
request = {
|
3098
3098
|
'market': market['id'],
|
3099
3099
|
'leverage': str(leverage),
|
@@ -373,6 +373,8 @@ class gate(Exchange, ImplicitAPI):
|
|
373
373
|
},
|
374
374
|
'flash_swap': {
|
375
375
|
'get': {
|
376
|
+
'currencies': 1.5,
|
377
|
+
'currency_pairs': 1.5,
|
376
378
|
'orders': 1.5,
|
377
379
|
'orders/{order_id}': 1.5,
|
378
380
|
},
|
@@ -783,6 +785,7 @@ class gate(Exchange, ImplicitAPI):
|
|
783
785
|
'REPAY_TOO_MUCH': ExchangeError,
|
784
786
|
'TOO_MANY_CURRENCY_PAIRS': InvalidOrder,
|
785
787
|
'TOO_MANY_ORDERS': InvalidOrder,
|
788
|
+
'TOO_MANY_REQUESTS': RateLimitExceeded,
|
786
789
|
'MIXED_ACCOUNT_TYPE': InvalidOrder,
|
787
790
|
'AUTO_BORROW_TOO_MUCH': ExchangeError,
|
788
791
|
'TRADE_RESTRICTED': InsufficientFunds,
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
# -----------------------------------------------------------------------------
|
6
6
|
|
7
|
-
__version__ = '4.0.
|
7
|
+
__version__ = '4.0.38'
|
8
8
|
|
9
9
|
# -----------------------------------------------------------------------------
|
10
10
|
|
@@ -1772,7 +1772,7 @@ class Exchange(object):
|
|
1772
1772
|
value = self.safe_value(entry, key)
|
1773
1773
|
if value and (value >= since):
|
1774
1774
|
result.append(entry)
|
1775
|
-
if tail:
|
1775
|
+
if tail and limit is not None:
|
1776
1776
|
return self.arraySlice(result, -limit)
|
1777
1777
|
return self.filter_by_limit(result, limit, key)
|
1778
1778
|
|
@@ -1793,7 +1793,7 @@ class Exchange(object):
|
|
1793
1793
|
secondCondition = entryKeyGESince if sinceIsDefined else True
|
1794
1794
|
if firstCondition and secondCondition:
|
1795
1795
|
result.append(entry)
|
1796
|
-
if tail:
|
1796
|
+
if tail and limit is not None:
|
1797
1797
|
return self.arraySlice(result, -limit)
|
1798
1798
|
return self.filter_by_limit(result, limit, key)
|
1799
1799
|
|
@@ -3454,6 +3454,9 @@ class Exchange(object):
|
|
3454
3454
|
def watch_my_trades(self, symbol: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
3455
3455
|
raise NotSupported(self.id + ' watchMyTrades() is not supported yet')
|
3456
3456
|
|
3457
|
+
def fetch_ohlcv_ws(self, symbol: str, timeframe: str = '1m', since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
3458
|
+
raise NotSupported(self.id + ' fetchOHLCVWs() is not supported yet')
|
3459
|
+
|
3457
3460
|
def fetch_deposits_withdrawals(self, code: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
3458
3461
|
"""
|
3459
3462
|
fetch history of deposits and withdrawals
|
@@ -541,8 +541,9 @@ class binance(Exchange, ImplicitAPI):
|
|
541
541
|
'loan/vip/repay': 40, # Weight(UID): 6000 => cost = 0.006667 * 6000 = 40
|
542
542
|
'convert/getQuote': 20.001,
|
543
543
|
'convert/acceptQuote': 3.3335,
|
544
|
-
'portfolio/auto-collection':
|
545
|
-
'portfolio/
|
544
|
+
'portfolio/auto-collection': 150, # Weight(IP): 1500 => cost = 0.1 * 1500 = 150
|
545
|
+
'portfolio/asset-collection': 6, # Weight(IP): 60 => cost = 0.1 * 60 = 6
|
546
|
+
'portfolio/bnb-transfer': 150, # Weight(IP): 1500 => cost = 0.1 * 1500 = 150
|
546
547
|
'portfolio/repay-futures-switch': 150, # Weight(IP): 1500 => cost = 0.1 * 1500 = 150
|
547
548
|
'portfolio/repay-futures-negative-balance': 150, # Weight(IP): 1500 => cost = 0.1 * 1500 = 150
|
548
549
|
'lending/auto-invest/plan/add': 0.1, # Weight(IP): 1 => cost = 0.1 * 1 = 0.1
|
@@ -817,6 +818,8 @@ class binance(Exchange, ImplicitAPI):
|
|
817
818
|
'userTrades': 5,
|
818
819
|
'exerciseRecord': 5,
|
819
820
|
'bill': 1,
|
821
|
+
'income/asyn': 5,
|
822
|
+
'income/asyn/id': 5,
|
820
823
|
'marginAccount': 3,
|
821
824
|
'mmp': 1,
|
822
825
|
'countdownCancelAll': 1,
|
@@ -3639,7 +3642,7 @@ class binance(Exchange, ImplicitAPI):
|
|
3639
3642
|
if postOnly:
|
3640
3643
|
uppercaseType = 'LIMIT_MAKER'
|
3641
3644
|
request['type'] = uppercaseType
|
3642
|
-
stopPrice = self.
|
3645
|
+
stopPrice = self.safe_number_2(params, 'stopPrice', 'triggerPrice')
|
3643
3646
|
if stopPrice is not None:
|
3644
3647
|
if uppercaseType == 'MARKET':
|
3645
3648
|
uppercaseType = 'STOP_LOSS'
|
@@ -3069,30 +3069,30 @@ class coinex(Exchange, ImplicitAPI):
|
|
3069
3069
|
|
3070
3070
|
def set_leverage(self, leverage, symbol: Optional[str] = None, params={}):
|
3071
3071
|
"""
|
3072
|
+
see https://viabtc.github.io/coinex_api_en_doc/futures/#docsfutures001_http014_adjust_leverage
|
3072
3073
|
set the level of leverage for a market
|
3073
3074
|
:param float leverage: the rate of leverage
|
3074
3075
|
:param str symbol: unified market symbol
|
3075
3076
|
:param dict [params]: extra parameters specific to the coinex api endpoint
|
3077
|
+
:param str [params.marginMode]: 'cross' or 'isolated'(default is 'cross')
|
3076
3078
|
:returns dict: response from the exchange
|
3077
3079
|
"""
|
3078
|
-
|
3079
|
-
raise ArgumentsRequired(self.id + ' setLeverage() requires a symbol argument')
|
3080
|
+
self.check_required_symbol('setLeverage', symbol)
|
3080
3081
|
self.load_markets()
|
3081
|
-
defaultMarginMode = self.safe_string_2(self.options, 'defaultMarginMode', 'marginMode')
|
3082
|
-
defaultPositionType = None
|
3083
|
-
if defaultMarginMode == 'isolated':
|
3084
|
-
defaultPositionType = 1
|
3085
|
-
elif defaultMarginMode == 'cross':
|
3086
|
-
defaultPositionType = 2
|
3087
|
-
positionType = self.safe_integer(params, 'position_type', defaultPositionType)
|
3088
|
-
if positionType is None:
|
3089
|
-
raise ArgumentsRequired(self.id + ' setLeverage() requires a position_type parameter that will transfer margin to the specified trading pair')
|
3090
3082
|
market = self.market(symbol)
|
3091
|
-
|
3092
|
-
if market['type'] != 'swap':
|
3083
|
+
if not market['swap']:
|
3093
3084
|
raise BadSymbol(self.id + ' setLeverage() supports swap contracts only')
|
3094
|
-
|
3095
|
-
|
3085
|
+
marginMode = None
|
3086
|
+
marginMode, params = self.handle_margin_mode_and_params('setLeverage', params, 'cross')
|
3087
|
+
positionType = None
|
3088
|
+
if marginMode == 'isolated':
|
3089
|
+
positionType = 1
|
3090
|
+
elif marginMode == 'cross':
|
3091
|
+
positionType = 2
|
3092
|
+
minLeverage = self.safe_integer(market['limits']['leverage'], 'min', 1)
|
3093
|
+
maxLeverage = self.safe_integer(market['limits']['leverage'], 'max', 100)
|
3094
|
+
if (leverage < minLeverage) or (leverage > maxLeverage):
|
3095
|
+
raise BadRequest(self.id + ' setLeverage() leverage should be between ' + str(minLeverage) + ' and ' + str(maxLeverage) + ' for ' + symbol)
|
3096
3096
|
request = {
|
3097
3097
|
'market': market['id'],
|
3098
3098
|
'leverage': str(leverage),
|
@@ -372,6 +372,8 @@ class gate(Exchange, ImplicitAPI):
|
|
372
372
|
},
|
373
373
|
'flash_swap': {
|
374
374
|
'get': {
|
375
|
+
'currencies': 1.5,
|
376
|
+
'currency_pairs': 1.5,
|
375
377
|
'orders': 1.5,
|
376
378
|
'orders/{order_id}': 1.5,
|
377
379
|
},
|
@@ -782,6 +784,7 @@ class gate(Exchange, ImplicitAPI):
|
|
782
784
|
'REPAY_TOO_MUCH': ExchangeError,
|
783
785
|
'TOO_MANY_CURRENCY_PAIRS': InvalidOrder,
|
784
786
|
'TOO_MANY_ORDERS': InvalidOrder,
|
787
|
+
'TOO_MANY_REQUESTS': RateLimitExceeded,
|
785
788
|
'MIXED_ACCOUNT_TYPE': InvalidOrder,
|
786
789
|
'AUTO_BORROW_TOO_MUCH': ExchangeError,
|
787
790
|
'TRADE_RESTRICTED': InsufficientFunds,
|