ccxt 4.1.1__tar.gz → 4.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ccxt might be problematic. Click here for more details.
- {ccxt-4.1.1/ccxt.egg-info → ccxt-4.1.2}/PKG-INFO +4 -4
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/__init__.py +1 -1
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/coinbaseprime.py +1 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/coinbasepro.py +1 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/__init__.py +1 -1
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/base/exchange.py +7 -1
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/binance.py +84 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitrue.py +1 -1
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bybit.py +27 -8
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/coinbasepro.py +1 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/okx.py +19 -10
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/base/exchange.py +7 -1
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/binance.py +84 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitrue.py +1 -1
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bybit.py +27 -8
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/coinbasepro.py +1 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/okx.py +19 -10
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/__init__.py +1 -1
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/coinbasepro.py +63 -6
- {ccxt-4.1.1 → ccxt-4.1.2/ccxt.egg-info}/PKG-INFO +4 -4
- {ccxt-4.1.1 → ccxt-4.1.2}/package.json +1 -1
- {ccxt-4.1.1 → ccxt-4.1.2}/LICENSE.txt +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/MANIFEST.in +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/README.rst +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/__init__.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/ace.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/alpaca.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/ascendex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bequant.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bigone.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/binance.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/binancecoinm.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/binanceus.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/binanceusdm.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bingx.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bit2c.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitbank.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitbay.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitbns.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitcoincom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitfinex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitfinex2.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitflyer.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitforex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitget.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bithumb.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitmart.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitmex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitopro.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitpanda.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitrue.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitso.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitstamp.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitstamp1.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bittrex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bitvavo.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bl3p.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/blockchaincom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/btcalpha.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/btcbox.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/btcmarkets.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/btctradeua.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/btcturk.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/bybit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/cex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/coinbase.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/coincheck.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/coinex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/coinfalcon.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/coinmate.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/coinone.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/coinsph.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/coinspot.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/cryptocom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/currencycom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/delta.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/deribit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/digifinex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/exmo.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/fmfwio.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/gate.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/gateio.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/gemini.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/hitbtc.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/hitbtc3.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/hollaex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/huobi.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/huobijp.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/huobipro.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/idex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/independentreserve.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/indodax.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/kraken.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/krakenfutures.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/kucoin.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/kucoinfutures.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/kuna.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/latoken.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/lbank.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/lbank2.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/luno.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/lykke.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/mercado.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/mexc.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/mexc3.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/ndax.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/novadax.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/oceanex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/okcoin.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/okex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/okex5.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/okx.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/paymium.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/phemex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/poloniex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/poloniexfutures.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/probit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/tidex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/timex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/tokocrypto.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/upbit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/wavesexchange.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/wazirx.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/whitebit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/woo.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/yobit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/zaif.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/abstract/zonda.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/ace.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/alpaca.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/ascendex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/ace.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/alpaca.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/ascendex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/base/__init__.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/base/throttler.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/base/ws/__init__.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/base/ws/aiohttp_client.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/base/ws/cache.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/base/ws/client.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/base/ws/fast_client.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/base/ws/functions.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/base/ws/future.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/base/ws/order_book.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/base/ws/order_book_side.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bequant.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bigone.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/binancecoinm.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/binanceus.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/binanceusdm.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bingx.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bit2c.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitbank.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitbay.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitbns.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitcoincom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitfinex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitfinex2.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitflyer.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitforex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitget.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bithumb.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitmart.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitmex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitopro.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitpanda.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitso.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitstamp.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitstamp1.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bittrex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bitvavo.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bkex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/bl3p.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/blockchaincom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/btcalpha.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/btcbox.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/btcmarkets.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/btctradeua.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/btcturk.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/cex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/coinbase.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/coinbaseprime.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/coincheck.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/coinex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/coinfalcon.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/coinmate.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/coinone.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/coinsph.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/coinspot.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/cryptocom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/currencycom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/delta.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/deribit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/digifinex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/exmo.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/flowbtc.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/fmfwio.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/gate.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/gateio.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/gemini.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/hitbtc.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/hitbtc3.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/hollaex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/huobi.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/huobijp.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/huobipro.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/idex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/independentreserve.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/indodax.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/kraken.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/krakenfutures.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/kucoin.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/kucoinfutures.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/kuna.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/latoken.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/lbank.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/lbank2.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/luno.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/lykke.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/mercado.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/mexc.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/mexc3.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/ndax.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/novadax.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/oceanex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/okcoin.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/okex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/okex5.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/paymium.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/phemex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/poloniex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/poloniexfutures.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/probit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/tidex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/timex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/tokocrypto.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/upbit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/wavesexchange.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/wazirx.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/whitebit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/woo.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/yobit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/zaif.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/async_support/zonda.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/base/__init__.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/base/decimal_to_precision.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/base/errors.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/base/precise.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/base/types.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bequant.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bigone.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/binancecoinm.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/binanceus.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/binanceusdm.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bingx.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bit2c.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitbank.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitbay.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitbns.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitcoincom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitfinex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitfinex2.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitflyer.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitforex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitget.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bithumb.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitmart.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitmex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitopro.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitpanda.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitso.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitstamp.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitstamp1.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bittrex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bitvavo.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bkex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/bl3p.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/blockchaincom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/btcalpha.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/btcbox.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/btcmarkets.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/btctradeua.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/btcturk.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/cex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/coinbase.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/coinbaseprime.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/coincheck.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/coinex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/coinfalcon.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/coinmate.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/coinone.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/coinsph.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/coinspot.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/cryptocom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/currencycom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/delta.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/deribit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/digifinex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/exmo.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/flowbtc.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/fmfwio.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/gate.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/gateio.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/gemini.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/hitbtc.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/hitbtc3.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/hollaex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/huobi.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/huobijp.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/huobipro.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/idex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/independentreserve.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/indodax.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/kraken.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/krakenfutures.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/kucoin.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/kucoinfutures.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/kuna.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/latoken.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/lbank.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/lbank2.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/luno.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/lykke.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/mercado.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/mexc.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/mexc3.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/ndax.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/novadax.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/oceanex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/okcoin.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/okex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/okex5.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/paymium.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/phemex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/poloniex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/poloniexfutures.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/alpaca.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/ascendex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/bequant.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/binance.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/binancecoinm.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/binanceus.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/binanceusdm.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/bitcoincom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/bitfinex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/bitfinex2.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/bitget.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/bitmart.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/bitmex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/bitopro.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/bitpanda.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/bitrue.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/bitstamp.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/bittrex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/bitvavo.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/blockchaincom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/btcex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/bybit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/cex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/coinbase.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/coinbaseprime.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/coinex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/cryptocom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/currencycom.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/deribit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/exmo.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/gate.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/gateio.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/gemini.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/hitbtc.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/hollaex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/huobi.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/huobijp.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/huobipro.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/idex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/independentreserve.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/kraken.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/krakenfutures.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/kucoin.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/kucoinfutures.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/luno.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/mexc.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/mexc3.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/ndax.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/okcoin.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/okex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/okx.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/phemex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/poloniex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/poloniexfutures.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/probit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/ripio.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/upbit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/wazirx.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/whitebit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/woo.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/pro/zb.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/probit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/static_dependencies/__init__.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/static_dependencies/ecdsa/der.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/static_dependencies/ecdsa/util.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/static_dependencies/keccak/__init__.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/static_dependencies/keccak/keccak.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/__init__.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/__init__.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_account.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_balance.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_borrow_interest.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_borrow_rate.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_calculate_fee.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_crypto.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_currency.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_datetime.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_decimal_to_precision.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_deep_extend.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_deposit_withdrawal.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_exchange_datetime_functions.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_funding_rate_history.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_ledger_entry.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_ledger_item.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_leverage_tier.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_margin_modification.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_market.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_number.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_ohlcv.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_open_interest.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_order.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_order_book.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_position.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_shared_methods.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_status.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_throttle.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_ticker.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_trade.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_trading_fee.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/base/test_transaction.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/test_async.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/test/test_sync.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/tidex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/timex.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/tokocrypto.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/upbit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/wavesexchange.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/wazirx.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/whitebit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/woo.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/yobit.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/zaif.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt/zonda.py +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt.egg-info/SOURCES.txt +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt.egg-info/dependency_links.txt +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt.egg-info/requires.txt +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/ccxt.egg-info/top_level.txt +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/setup.cfg +0 -0
- {ccxt-4.1.1 → ccxt-4.1.2}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ccxt
|
3
|
-
Version: 4.1.
|
3
|
+
Version: 4.1.2
|
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
|
@@ -227,13 +227,13 @@ Description: # CCXT – CryptoCurrency eXchange Trading Library
|
|
227
227
|
|
228
228
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
229
229
|
|
230
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.1.
|
231
|
-
* unpkg: https://unpkg.com/ccxt@4.1.
|
230
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.1.2/dist/ccxt.browser.js
|
231
|
+
* unpkg: https://unpkg.com/ccxt@4.1.2/dist/ccxt.browser.js
|
232
232
|
|
233
233
|
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.
|
234
234
|
|
235
235
|
```HTML
|
236
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.1.
|
236
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.1.2/dist/ccxt.browser.js"></script>
|
237
237
|
```
|
238
238
|
|
239
239
|
Creates a global `ccxt` object:
|
@@ -12,6 +12,7 @@ class ImplicitAPI:
|
|
12
12
|
public_get_products_id_trades = publicGetProductsIdTrades = Entry('products/{id}/trades', 'public', 'GET', {})
|
13
13
|
public_get_time = publicGetTime = Entry('time', 'public', 'GET', {})
|
14
14
|
public_get_products_spark_lines = publicGetProductsSparkLines = Entry('products/spark-lines', 'public', 'GET', {})
|
15
|
+
private_get_address_book = privateGetAddressBook = Entry('address-book', 'private', 'GET', {})
|
15
16
|
private_get_accounts = privateGetAccounts = Entry('accounts', 'private', 'GET', {})
|
16
17
|
private_get_accounts_id = privateGetAccountsId = Entry('accounts/{id}', 'private', 'GET', {})
|
17
18
|
private_get_accounts_id_holds = privateGetAccountsIdHolds = Entry('accounts/{id}/holds', 'private', 'GET', {})
|
@@ -12,6 +12,7 @@ class ImplicitAPI:
|
|
12
12
|
public_get_products_id_trades = publicGetProductsIdTrades = Entry('products/{id}/trades', 'public', 'GET', {})
|
13
13
|
public_get_time = publicGetTime = Entry('time', 'public', 'GET', {})
|
14
14
|
public_get_products_spark_lines = publicGetProductsSparkLines = Entry('products/spark-lines', 'public', 'GET', {})
|
15
|
+
private_get_address_book = privateGetAddressBook = Entry('address-book', 'private', 'GET', {})
|
15
16
|
private_get_accounts = privateGetAccounts = Entry('accounts', 'private', 'GET', {})
|
16
17
|
private_get_accounts_id = privateGetAccountsId = Entry('accounts/{id}', 'private', 'GET', {})
|
17
18
|
private_get_accounts_id_holds = privateGetAccountsIdHolds = Entry('accounts/{id}/holds', 'private', 'GET', {})
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# -----------------------------------------------------------------------------
|
4
4
|
|
5
|
-
__version__ = '4.1.
|
5
|
+
__version__ = '4.1.2'
|
6
6
|
|
7
7
|
# -----------------------------------------------------------------------------
|
8
8
|
|
@@ -670,6 +670,12 @@ class Exchange(BaseExchange):
|
|
670
670
|
async def watch_trades_for_symbols(self, symbols: List[str], since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
671
671
|
raise NotSupported(self.id + ' watchTradesForSymbols() is not supported yet')
|
672
672
|
|
673
|
+
async def watch_my_trades_for_symbols(self, symbols: List[str], since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
674
|
+
raise NotSupported(self.id + ' watchMyTradesForSymbols() is not supported yet')
|
675
|
+
|
676
|
+
async def watch_orders_for_symbols(self, symbols: List[str], since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
677
|
+
raise NotSupported(self.id + ' watchOrdersForSymbols() is not supported yet')
|
678
|
+
|
673
679
|
async def watch_ohlcv_for_symbols(self, symbolsAndTimeframes: List[List[str]], since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
674
680
|
raise NotSupported(self.id + ' watchOHLCVForSymbols() is not supported yet')
|
675
681
|
|
@@ -3201,6 +3201,14 @@ class binance(Exchange, ImplicitAPI):
|
|
3201
3201
|
async def fetch_ohlcv(self, symbol: str, timeframe='1m', since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
3202
3202
|
"""
|
3203
3203
|
fetches historical candlestick data containing the open, high, low, and close price, and the volume of a market
|
3204
|
+
see https://binance-docs.github.io/apidocs/spot/en/#kline-candlestick-data
|
3205
|
+
see https://binance-docs.github.io/apidocs/voptions/en/#kline-candlestick-data
|
3206
|
+
see https://binance-docs.github.io/apidocs/futures/en/#index-price-kline-candlestick-data
|
3207
|
+
see https://binance-docs.github.io/apidocs/futures/en/#mark-price-kline-candlestick-data
|
3208
|
+
see https://binance-docs.github.io/apidocs/futures/en/#kline-candlestick-data
|
3209
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#index-price-kline-candlestick-data
|
3210
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#mark-price-kline-candlestick-data
|
3211
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#kline-candlestick-data
|
3204
3212
|
:param str symbol: unified symbol of the market to fetch OHLCV data for
|
3205
3213
|
:param str timeframe: the length of time each candle represents
|
3206
3214
|
:param int [since]: timestamp in ms of the earliest candle to fetch
|
@@ -4360,6 +4368,11 @@ class binance(Exchange, ImplicitAPI):
|
|
4360
4368
|
async def fetch_order(self, id: str, symbol: Optional[str] = None, params={}):
|
4361
4369
|
"""
|
4362
4370
|
fetches information on an order made by the user
|
4371
|
+
see https://binance-docs.github.io/apidocs/spot/en/#query-order-user_data
|
4372
|
+
see https://binance-docs.github.io/apidocs/futures/en/#query-order-user_data
|
4373
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#query-order-user_data
|
4374
|
+
see https://binance-docs.github.io/apidocs/voptions/en/#query-single-order-trade
|
4375
|
+
see https://binance-docs.github.io/apidocs/spot/en/#query-margin-account-39-s-order-user_data
|
4363
4376
|
:param str symbol: unified symbol of the market the order was made in
|
4364
4377
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
4365
4378
|
:param str [params.marginMode]: 'cross' or 'isolated', for spot margin trading
|
@@ -4400,6 +4413,11 @@ class binance(Exchange, ImplicitAPI):
|
|
4400
4413
|
async def fetch_orders(self, symbol: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
4401
4414
|
"""
|
4402
4415
|
fetches information on multiple orders made by the user
|
4416
|
+
see https://binance-docs.github.io/apidocs/spot/en/#all-orders-user_data
|
4417
|
+
see https://binance-docs.github.io/apidocs/futures/en/#all-orders-user_data
|
4418
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#all-orders-user_data
|
4419
|
+
see https://binance-docs.github.io/apidocs/voptions/en/#query-option-order-history-trade
|
4420
|
+
see https://binance-docs.github.io/apidocs/spot/en/#query-margin-account-39-s-all-orders-user_data
|
4403
4421
|
:param str symbol: unified market symbol of the market orders were made in
|
4404
4422
|
:param int [since]: the earliest time in ms to fetch orders for
|
4405
4423
|
:param int [limit]: the maximum number of order structures to retrieve
|
@@ -4511,6 +4529,11 @@ class binance(Exchange, ImplicitAPI):
|
|
4511
4529
|
async def fetch_open_orders(self, symbol: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
4512
4530
|
"""
|
4513
4531
|
fetch all unfilled currently open orders
|
4532
|
+
see https://binance-docs.github.io/apidocs/spot/en/#current-open-orders-user_data
|
4533
|
+
see https://binance-docs.github.io/apidocs/futures/en/#current-all-open-orders-user_data
|
4534
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#current-all-open-orders-user_data
|
4535
|
+
see https://binance-docs.github.io/apidocs/voptions/en/#query-current-open-option-orders-user_data
|
4536
|
+
see https://binance-docs.github.io/apidocs/spot/en/#query-margin-account-39-s-open-orders-user_data
|
4514
4537
|
:param str symbol: unified market symbol
|
4515
4538
|
:param int [since]: the earliest time in ms to fetch open orders for
|
4516
4539
|
:param int [limit]: the maximum number of open orders structures to retrieve
|
@@ -4565,6 +4588,11 @@ class binance(Exchange, ImplicitAPI):
|
|
4565
4588
|
async def fetch_closed_orders(self, symbol: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
4566
4589
|
"""
|
4567
4590
|
fetches information on multiple closed orders made by the user
|
4591
|
+
see https://binance-docs.github.io/apidocs/spot/en/#all-orders-user_data
|
4592
|
+
see https://binance-docs.github.io/apidocs/futures/en/#all-orders-user_data
|
4593
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#all-orders-user_data
|
4594
|
+
see https://binance-docs.github.io/apidocs/voptions/en/#query-option-order-history-trade
|
4595
|
+
see https://binance-docs.github.io/apidocs/spot/en/#query-margin-account-39-s-all-orders-user_data
|
4568
4596
|
:param str symbol: unified market symbol of the market orders were made in
|
4569
4597
|
:param int [since]: the earliest time in ms to fetch orders for
|
4570
4598
|
:param int [limit]: the maximum number of order structures to retrieve
|
@@ -4599,6 +4627,11 @@ class binance(Exchange, ImplicitAPI):
|
|
4599
4627
|
async def cancel_order(self, id: str, symbol: Optional[str] = None, params={}):
|
4600
4628
|
"""
|
4601
4629
|
cancels an open order
|
4630
|
+
see https://binance-docs.github.io/apidocs/spot/en/#cancel-order-trade
|
4631
|
+
see https://binance-docs.github.io/apidocs/futures/en/#cancel-order-trade
|
4632
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#cancel-order-trade
|
4633
|
+
see https://binance-docs.github.io/apidocs/voptions/en/#cancel-option-order-trade
|
4634
|
+
see https://binance-docs.github.io/apidocs/spot/en/#margin-account-cancel-order-trade
|
4602
4635
|
:param str id: order id
|
4603
4636
|
:param str symbol: unified symbol of the market the order was made in
|
4604
4637
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
@@ -4681,6 +4714,7 @@ class binance(Exchange, ImplicitAPI):
|
|
4681
4714
|
"""
|
4682
4715
|
cancel multiple orders
|
4683
4716
|
see https://binance-docs.github.io/apidocs/futures/en/#cancel-multiple-orders-trade
|
4717
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#cancel-multiple-orders-trade
|
4684
4718
|
:param [str] ids: order ids
|
4685
4719
|
:param str [symbol]: unified market symbol
|
4686
4720
|
:param dict [params]: extra parameters specific to the bingx api endpoint
|
@@ -4744,6 +4778,10 @@ class binance(Exchange, ImplicitAPI):
|
|
4744
4778
|
async def fetch_order_trades(self, id: str, symbol: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
4745
4779
|
"""
|
4746
4780
|
fetch all the trades made from a single order
|
4781
|
+
see https://binance-docs.github.io/apidocs/spot/en/#account-trade-list-user_data
|
4782
|
+
see https://binance-docs.github.io/apidocs/futures/en/#account-trade-list-user_data
|
4783
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#account-trade-list-user_data
|
4784
|
+
see https://binance-docs.github.io/apidocs/spot/en/#query-margin-account-39-s-trade-list-user_data
|
4747
4785
|
:param str id: order id
|
4748
4786
|
:param str symbol: unified market symbol
|
4749
4787
|
:param int [since]: the earliest time in ms to fetch trades for
|
@@ -4767,6 +4805,10 @@ class binance(Exchange, ImplicitAPI):
|
|
4767
4805
|
async def fetch_my_trades(self, symbol: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
4768
4806
|
"""
|
4769
4807
|
fetch all trades made by the user
|
4808
|
+
see https://binance-docs.github.io/apidocs/spot/en/#account-trade-list-user_data
|
4809
|
+
see https://binance-docs.github.io/apidocs/futures/en/#account-trade-list-user_data
|
4810
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#account-trade-list-user_data
|
4811
|
+
see https://binance-docs.github.io/apidocs/spot/en/#query-margin-account-39-s-trade-list-user_data
|
4770
4812
|
:param str symbol: unified market symbol
|
4771
4813
|
:param int [since]: the earliest time in ms to fetch trades for
|
4772
4814
|
:param int [limit]: the maximum number of trades structures to retrieve
|
@@ -4890,6 +4932,7 @@ class binance(Exchange, ImplicitAPI):
|
|
4890
4932
|
async def fetch_my_dust_trades(self, symbol: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
4891
4933
|
"""
|
4892
4934
|
fetch all dust trades made by the user
|
4935
|
+
see https://binance-docs.github.io/apidocs/spot/en/#dustlog-user_data
|
4893
4936
|
:param str symbol: not used by binance fetchMyDustTrades()
|
4894
4937
|
:param int [since]: the earliest time in ms to fetch my dust trades for
|
4895
4938
|
:param int [limit]: the maximum number of dust trades to retrieve
|
@@ -5018,6 +5061,8 @@ class binance(Exchange, ImplicitAPI):
|
|
5018
5061
|
async def fetch_deposits(self, code: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
5019
5062
|
"""
|
5020
5063
|
fetch all deposits made to an account
|
5064
|
+
see https://binance-docs.github.io/apidocs/spot/en/#get-fiat-deposit-withdraw-history-user_data
|
5065
|
+
see https://binance-docs.github.io/apidocs/spot/en/#deposit-history-supporting-network-user_data
|
5021
5066
|
:param str code: unified currency code
|
5022
5067
|
:param int [since]: the earliest time in ms to fetch deposits for
|
5023
5068
|
:param int [limit]: the maximum number of deposits structures to retrieve
|
@@ -5110,6 +5155,8 @@ class binance(Exchange, ImplicitAPI):
|
|
5110
5155
|
async def fetch_withdrawals(self, code: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
5111
5156
|
"""
|
5112
5157
|
fetch all withdrawals made from an account
|
5158
|
+
see https://binance-docs.github.io/apidocs/spot/en/#get-fiat-deposit-withdraw-history-user_data
|
5159
|
+
see https://binance-docs.github.io/apidocs/spot/en/#withdraw-history-supporting-network-user_data
|
5113
5160
|
:param str code: unified currency code
|
5114
5161
|
:param int [since]: the earliest time in ms to fetch withdrawals for
|
5115
5162
|
:param int [limit]: the maximum number of withdrawals structures to retrieve
|
@@ -5537,6 +5584,7 @@ class binance(Exchange, ImplicitAPI):
|
|
5537
5584
|
async def fetch_transfers(self, code: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
5538
5585
|
"""
|
5539
5586
|
fetch a history of internal transfers made on an account
|
5587
|
+
see https://binance-docs.github.io/apidocs/spot/en/#query-user-universal-transfer-history-user_data
|
5540
5588
|
:param str code: unified currency code of the currency transferred
|
5541
5589
|
:param int [since]: the earliest time in ms to fetch transfers for
|
5542
5590
|
:param int [limit]: the maximum number of transfers structures to retrieve
|
@@ -5592,6 +5640,7 @@ class binance(Exchange, ImplicitAPI):
|
|
5592
5640
|
async def fetch_deposit_address(self, code: str, params={}):
|
5593
5641
|
"""
|
5594
5642
|
fetch the deposit address for a currency associated with self account
|
5643
|
+
see https://binance-docs.github.io/apidocs/spot/en/#deposit-address-supporting-network-user_data
|
5595
5644
|
:param str code: unified currency code
|
5596
5645
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
5597
5646
|
:returns dict: an `address structure <https://github.com/ccxt/ccxt/wiki/Manual#address-structure>`
|
@@ -5659,6 +5708,7 @@ class binance(Exchange, ImplicitAPI):
|
|
5659
5708
|
"""
|
5660
5709
|
* @deprecated
|
5661
5710
|
please use fetchDepositWithdrawFees instead
|
5711
|
+
see https://binance-docs.github.io/apidocs/spot/en/#all-coins-39-information-user_data
|
5662
5712
|
:param str[]|None codes: not used by binance fetchTransactionFees()
|
5663
5713
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
5664
5714
|
:returns dict[]: a list of `fee structures <https://github.com/ccxt/ccxt/wiki/Manual#fee-structure>`
|
@@ -5768,6 +5818,7 @@ class binance(Exchange, ImplicitAPI):
|
|
5768
5818
|
async def fetch_deposit_withdraw_fees(self, codes: Optional[List[str]] = None, params={}):
|
5769
5819
|
"""
|
5770
5820
|
fetch deposit and withdraw fees
|
5821
|
+
see https://binance-docs.github.io/apidocs/spot/en/#all-coins-39-information-user_data
|
5771
5822
|
:param str[]|None codes: not used by binance fetchDepositWithdrawFees()
|
5772
5823
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
5773
5824
|
:returns dict[]: a list of `fee structures <https://github.com/ccxt/ccxt/wiki/Manual#fee-structure>`
|
@@ -5887,6 +5938,7 @@ class binance(Exchange, ImplicitAPI):
|
|
5887
5938
|
async def withdraw(self, code: str, amount, address, tag=None, params={}):
|
5888
5939
|
"""
|
5889
5940
|
make a withdrawal
|
5941
|
+
see https://binance-docs.github.io/apidocs/spot/en/#withdraw-user_data
|
5890
5942
|
:param str code: unified currency code
|
5891
5943
|
:param float amount: the amount to withdraw
|
5892
5944
|
:param str address: the address to withdraw to
|
@@ -5938,6 +5990,7 @@ class binance(Exchange, ImplicitAPI):
|
|
5938
5990
|
async def fetch_trading_fee(self, symbol: str, params={}):
|
5939
5991
|
"""
|
5940
5992
|
fetch the trading fees for a market
|
5993
|
+
see https://binance-docs.github.io/apidocs/spot/en/#trade-fee-user_data
|
5941
5994
|
:param str symbol: unified market symbol
|
5942
5995
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
5943
5996
|
:returns dict: a `fee structure <https://github.com/ccxt/ccxt/wiki/Manual#fee-structure>`
|
@@ -5963,6 +6016,9 @@ class binance(Exchange, ImplicitAPI):
|
|
5963
6016
|
async def fetch_trading_fees(self, params={}):
|
5964
6017
|
"""
|
5965
6018
|
fetch the trading fees for multiple markets
|
6019
|
+
see https://binance-docs.github.io/apidocs/spot/en/#trade-fee-user_data
|
6020
|
+
see https://binance-docs.github.io/apidocs/futures/en/#account-information-v2-user_data
|
6021
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#account-information-user_data
|
5966
6022
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
5967
6023
|
:returns dict: a dictionary of `fee structures <https://github.com/ccxt/ccxt/wiki/Manual#fee-structure>` indexed by market symbols
|
5968
6024
|
"""
|
@@ -6127,6 +6183,7 @@ class binance(Exchange, ImplicitAPI):
|
|
6127
6183
|
async def futures_transfer(self, code: str, amount, type, params={}):
|
6128
6184
|
"""
|
6129
6185
|
transfer between futures account
|
6186
|
+
see https://binance-docs.github.io/apidocs/spot/en/#new-future-account-transfer-user_data
|
6130
6187
|
:param str code: unified currency code
|
6131
6188
|
:param float amount: the amount to transfer
|
6132
6189
|
:param str type: 1 - transfer from spot account to USDT-Ⓜ futures account, 2 - transfer from USDT-Ⓜ futures account to spot account, 3 - transfer from spot account to COIN-Ⓜ futures account, 4 - transfer from COIN-Ⓜ futures account to spot account
|
@@ -6154,6 +6211,8 @@ class binance(Exchange, ImplicitAPI):
|
|
6154
6211
|
async def fetch_funding_rate(self, symbol: str, params={}):
|
6155
6212
|
"""
|
6156
6213
|
fetch the current funding rate
|
6214
|
+
see https://binance-docs.github.io/apidocs/futures/en/#mark-price
|
6215
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#index-price-and-mark-price
|
6157
6216
|
:param str symbol: unified market symbol
|
6158
6217
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
6159
6218
|
:returns dict: a `funding rate structure <https://github.com/ccxt/ccxt/wiki/Manual#funding-rate-structure>`
|
@@ -6190,6 +6249,8 @@ class binance(Exchange, ImplicitAPI):
|
|
6190
6249
|
async def fetch_funding_rate_history(self, symbol: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
6191
6250
|
"""
|
6192
6251
|
fetches historical funding rate prices
|
6252
|
+
see https://binance-docs.github.io/apidocs/futures/en/#get-funding-rate-history
|
6253
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#get-funding-rate-history-of-perpetual-futures
|
6193
6254
|
:param str symbol: unified symbol of the market to fetch the funding rate history for
|
6194
6255
|
:param int [since]: timestamp in ms of the earliest funding rate to fetch
|
6195
6256
|
:param int [limit]: the maximum amount of `funding rate structures <https://github.com/ccxt/ccxt/wiki/Manual#funding-rate-history-structure>` to fetch
|
@@ -6250,6 +6311,8 @@ class binance(Exchange, ImplicitAPI):
|
|
6250
6311
|
async def fetch_funding_rates(self, symbols: Optional[List[str]] = None, params={}):
|
6251
6312
|
"""
|
6252
6313
|
fetch the funding rate for multiple markets
|
6314
|
+
see https://binance-docs.github.io/apidocs/futures/en/#mark-price
|
6315
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#index-price-and-mark-price
|
6253
6316
|
:param str[]|None symbols: list of unified market symbols
|
6254
6317
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
6255
6318
|
:returns dict: a dictionary of `funding rates structures <https://github.com/ccxt/ccxt/wiki/Manual#funding-rates-structure>`, indexe by market symbols
|
@@ -6730,6 +6793,8 @@ class binance(Exchange, ImplicitAPI):
|
|
6730
6793
|
async def fetch_leverage_tiers(self, symbols: Optional[List[str]] = None, params={}):
|
6731
6794
|
"""
|
6732
6795
|
retrieve information on the maximum leverage, and maintenance margin for trades of varying trade sizes
|
6796
|
+
see https://binance-docs.github.io/apidocs/futures/en/#notional-and-leverage-brackets-user_data
|
6797
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#notional-bracket-for-symbol-user_data
|
6733
6798
|
:param str[]|None symbols: list of unified market symbols
|
6734
6799
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
6735
6800
|
:returns dict: a dictionary of `leverage tiers structures <https://github.com/ccxt/ccxt/wiki/Manual#leverage-tiers-structure>`, indexed by market symbols
|
@@ -6994,6 +7059,8 @@ class binance(Exchange, ImplicitAPI):
|
|
6994
7059
|
async def fetch_account_positions(self, symbols: Optional[List[str]] = None, params={}):
|
6995
7060
|
"""
|
6996
7061
|
fetch account positions
|
7062
|
+
see https://binance-docs.github.io/apidocs/futures/en/#account-information-v2-user_data
|
7063
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#account-information-user_data
|
6997
7064
|
:param str[]|None symbols: list of unified market symbols
|
6998
7065
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
6999
7066
|
:returns dict: data on account positions
|
@@ -7024,6 +7091,7 @@ class binance(Exchange, ImplicitAPI):
|
|
7024
7091
|
"""
|
7025
7092
|
fetch positions risk
|
7026
7093
|
see https://binance-docs.github.io/apidocs/futures/en/#position-information-v2-user_data
|
7094
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#position-information-user_data
|
7027
7095
|
:param str[]|None symbols: list of unified market symbols
|
7028
7096
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
7029
7097
|
:returns dict: data on the positions risk
|
@@ -7112,6 +7180,8 @@ class binance(Exchange, ImplicitAPI):
|
|
7112
7180
|
async def fetch_funding_history(self, symbol: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
7113
7181
|
"""
|
7114
7182
|
fetch the history of funding payments paid and received on self account
|
7183
|
+
see https://binance-docs.github.io/apidocs/futures/en/#get-income-history-user_data
|
7184
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#get-income-history-user_data
|
7115
7185
|
:param str symbol: unified market symbol
|
7116
7186
|
:param int [since]: the earliest time in ms to fetch funding history for
|
7117
7187
|
:param int [limit]: the maximum number of funding history structures to retrieve
|
@@ -7150,6 +7220,8 @@ class binance(Exchange, ImplicitAPI):
|
|
7150
7220
|
async def set_leverage(self, leverage, symbol: Optional[str] = None, params={}):
|
7151
7221
|
"""
|
7152
7222
|
set the level of leverage for a market
|
7223
|
+
see https://binance-docs.github.io/apidocs/futures/en/#change-initial-leverage-trade
|
7224
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#change-initial-leverage-trade
|
7153
7225
|
:param float leverage: the rate of leverage
|
7154
7226
|
:param str symbol: unified market symbol
|
7155
7227
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
@@ -7179,6 +7251,8 @@ class binance(Exchange, ImplicitAPI):
|
|
7179
7251
|
async def set_margin_mode(self, marginMode: str, symbol: Optional[str] = None, params={}):
|
7180
7252
|
"""
|
7181
7253
|
set margin mode to 'cross' or 'isolated'
|
7254
|
+
see https://binance-docs.github.io/apidocs/futures/en/#change-margin-type-trade
|
7255
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#change-margin-type-trade
|
7182
7256
|
:param str marginMode: 'cross' or 'isolated'
|
7183
7257
|
:param str symbol: unified market symbol
|
7184
7258
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
@@ -7233,6 +7307,8 @@ class binance(Exchange, ImplicitAPI):
|
|
7233
7307
|
async def set_position_mode(self, hedged, symbol: Optional[str] = None, params={}):
|
7234
7308
|
"""
|
7235
7309
|
set hedged to True or False for a market
|
7310
|
+
see https://binance-docs.github.io/apidocs/futures/en/#change-position-mode-trade
|
7311
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#change-position-mode-trade
|
7236
7312
|
:param bool hedged: set to True to use dualSidePosition
|
7237
7313
|
:param str symbol: not used by binance setPositionMode()
|
7238
7314
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
@@ -7830,6 +7906,7 @@ class binance(Exchange, ImplicitAPI):
|
|
7830
7906
|
async def fetch_borrow_rate(self, code: str, params={}):
|
7831
7907
|
"""
|
7832
7908
|
fetch the rate of interest to borrow a currency for margin trading
|
7909
|
+
see https://binance-docs.github.io/apidocs/spot/en/#query-margin-interest-rate-history-user_data
|
7833
7910
|
:param str code: unified currency code
|
7834
7911
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
7835
7912
|
:returns dict: a `borrow rate structure <https://github.com/ccxt/ccxt/wiki/Manual#borrow-rate-structure>`
|
@@ -7857,6 +7934,7 @@ class binance(Exchange, ImplicitAPI):
|
|
7857
7934
|
async def fetch_borrow_rate_history(self, code: str, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
7858
7935
|
"""
|
7859
7936
|
retrieves a history of a currencies borrow interest rate at specific time slots
|
7937
|
+
see https://binance-docs.github.io/apidocs/spot/en/#query-margin-interest-rate-history-user_data
|
7860
7938
|
:param str code: unified currency code
|
7861
7939
|
:param int [since]: timestamp for the earliest borrow rate
|
7862
7940
|
:param int [limit]: the maximum number of `borrow rate structures <https://github.com/ccxt/ccxt/wiki/Manual#borrow-rate-structure>` to retrieve
|
@@ -7924,6 +8002,7 @@ class binance(Exchange, ImplicitAPI):
|
|
7924
8002
|
async def create_gift_code(self, code: str, amount, params={}):
|
7925
8003
|
"""
|
7926
8004
|
create gift code
|
8005
|
+
see https://binance-docs.github.io/apidocs/spot/en/#create-a-single-token-gift-card-user_data
|
7927
8006
|
:param str code: gift code
|
7928
8007
|
:param float amount: amount of currency for the gift
|
7929
8008
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
@@ -7959,6 +8038,7 @@ class binance(Exchange, ImplicitAPI):
|
|
7959
8038
|
async def redeem_gift_code(self, giftcardCode, params={}):
|
7960
8039
|
"""
|
7961
8040
|
redeem gift code
|
8041
|
+
see https://binance-docs.github.io/apidocs/spot/en/#redeem-a-binance-gift-card-user_data
|
7962
8042
|
:param str giftcardCode:
|
7963
8043
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
7964
8044
|
:returns dict: response from the exchange
|
@@ -7983,6 +8063,7 @@ class binance(Exchange, ImplicitAPI):
|
|
7983
8063
|
async def verify_gift_code(self, id: str, params={}):
|
7984
8064
|
"""
|
7985
8065
|
verify gift code
|
8066
|
+
see https://binance-docs.github.io/apidocs/spot/en/#verify-binance-gift-card-by-gift-card-number-user_data
|
7986
8067
|
:param str id: reference number id
|
7987
8068
|
:param dict [params]: extra parameters specific to the binance api endpoint
|
7988
8069
|
:returns dict: response from the exchange
|
@@ -8004,6 +8085,7 @@ class binance(Exchange, ImplicitAPI):
|
|
8004
8085
|
async def fetch_borrow_interest(self, code: Optional[str] = None, symbol: Optional[str] = None, since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
8005
8086
|
"""
|
8006
8087
|
fetch the interest owed by the user for borrowing currency for margin trading
|
8088
|
+
see https://binance-docs.github.io/apidocs/spot/en/#get-interest-history-user_data
|
8007
8089
|
:param str code: unified currency code
|
8008
8090
|
:param str symbol: unified market symbol when fetch interest in isolated markets
|
8009
8091
|
:param int [since]: the earliest time in ms to fetch borrrow interest for
|
@@ -8144,6 +8226,8 @@ class binance(Exchange, ImplicitAPI):
|
|
8144
8226
|
async def fetch_open_interest_history(self, symbol: str, timeframe='5m', since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
8145
8227
|
"""
|
8146
8228
|
Retrieves the open interest history of a currency
|
8229
|
+
see https://binance-docs.github.io/apidocs/delivery/en/#open-interest-statistics
|
8230
|
+
see https://binance-docs.github.io/apidocs/futures/en/#open-interest-statistics
|
8147
8231
|
:param str symbol: Unified CCXT market symbol
|
8148
8232
|
:param str timeframe: "5m","15m","30m","1h","2h","4h","6h","12h", or "1d"
|
8149
8233
|
:param int [since]: the time(ms) of the earliest record to retrieve unix timestamp
|
@@ -827,7 +827,7 @@ class bitrue(Exchange, ImplicitAPI):
|
|
827
827
|
'last': last,
|
828
828
|
'previousClose': None,
|
829
829
|
'change': None,
|
830
|
-
'percentage': self.safe_string(ticker, 'percentChange'),
|
830
|
+
'percentage': Precise.string_mul(self.safe_string(ticker, 'percentChange'), '10000'),
|
831
831
|
'average': None,
|
832
832
|
'baseVolume': self.safe_string(ticker, 'baseVolume'),
|
833
833
|
'quoteVolume': self.safe_string(ticker, 'quoteVolume'),
|
@@ -3806,6 +3806,16 @@ class bybit(Exchange, ImplicitAPI):
|
|
3806
3806
|
:param float amount: how much of currency you want to trade in units of base currency
|
3807
3807
|
:param float price: the price at which the order is to be fullfilled, in units of the base currency, ignored in market orders
|
3808
3808
|
:param dict [params]: extra parameters specific to the bybit api endpoint
|
3809
|
+
:param float [params.triggerPrice]: The price that a trigger order is triggered at
|
3810
|
+
:param float [params.stopLossPrice]: The price that a stop loss order is triggered at
|
3811
|
+
:param float [params.takeProfitPrice]: The price that a take profit order is triggered at
|
3812
|
+
:param dict [params.takeProfit]: *takeProfit object in params* containing the triggerPrice that the attached take profit order will be triggered
|
3813
|
+
:param float [params.takeProfit.triggerPrice]: take profit trigger price
|
3814
|
+
:param dict [params.stopLoss]: *stopLoss object in params* containing the triggerPrice that the attached stop loss order will be triggered
|
3815
|
+
:param float [params.stopLoss.triggerPrice]: stop loss trigger price
|
3816
|
+
:param str [params.triggerBy]: 'IndexPrice', 'MarkPrice' or 'LastPrice', default is 'LastPrice', required if no initial value for triggerPrice
|
3817
|
+
:param str [params.slTriggerBy]: 'IndexPrice', 'MarkPrice' or 'LastPrice', default is 'LastPrice', required if no initial value for stopLoss
|
3818
|
+
:param str [params.tpTriggerby]: 'IndexPrice', 'MarkPrice' or 'LastPrice', default is 'LastPrice', required if no initial value for takeProfit
|
3809
3819
|
:returns dict: an `order structure <https://docs.ccxt.com/#/?id=order-structure>`
|
3810
3820
|
"""
|
3811
3821
|
self.check_required_symbol('editOrder', symbol)
|
@@ -3841,9 +3851,9 @@ class bybit(Exchange, ImplicitAPI):
|
|
3841
3851
|
request['price'] = self.price_to_precision(symbol, price)
|
3842
3852
|
if amount is not None:
|
3843
3853
|
request['qty'] = self.amount_to_precision(symbol, amount)
|
3844
|
-
triggerPrice = self.
|
3845
|
-
stopLossTriggerPrice = self.
|
3846
|
-
takeProfitTriggerPrice = self.
|
3854
|
+
triggerPrice = self.safe_string_2(params, 'triggerPrice', 'stopPrice')
|
3855
|
+
stopLossTriggerPrice = self.safe_string(params, 'stopLossPrice')
|
3856
|
+
takeProfitTriggerPrice = self.safe_string(params, 'takeProfitPrice')
|
3847
3857
|
stopLoss = self.safe_value(params, 'stopLoss')
|
3848
3858
|
takeProfit = self.safe_value(params, 'takeProfit')
|
3849
3859
|
isStopLossTriggerOrder = stopLossTriggerPrice is not None
|
@@ -3853,14 +3863,23 @@ class bybit(Exchange, ImplicitAPI):
|
|
3853
3863
|
if isStopLossTriggerOrder or isTakeProfitTriggerOrder:
|
3854
3864
|
triggerPrice = stopLossTriggerPrice if isStopLossTriggerOrder else takeProfitTriggerPrice
|
3855
3865
|
if triggerPrice is not None:
|
3856
|
-
|
3866
|
+
triggerPriceRequest = triggerPrice if (triggerPrice == '0') else self.price_to_precision(symbol, triggerPrice)
|
3867
|
+
request['triggerPrice'] = triggerPriceRequest
|
3868
|
+
triggerBy = self.safe_string(params, 'triggerBy', 'LastPrice')
|
3869
|
+
request['triggerBy'] = triggerBy
|
3857
3870
|
if isStopLoss or isTakeProfit:
|
3858
3871
|
if isStopLoss:
|
3859
|
-
slTriggerPrice = self.
|
3860
|
-
|
3872
|
+
slTriggerPrice = self.safe_string_2(stopLoss, 'triggerPrice', 'stopPrice', stopLoss)
|
3873
|
+
stopLossRequest = slTriggerPrice if (slTriggerPrice == '0') else self.price_to_precision(symbol, slTriggerPrice)
|
3874
|
+
request['stopLoss'] = stopLossRequest
|
3875
|
+
slTriggerBy = self.safe_string(params, 'slTriggerBy', 'LastPrice')
|
3876
|
+
request['slTriggerBy'] = slTriggerBy
|
3861
3877
|
if isTakeProfit:
|
3862
|
-
tpTriggerPrice = self.
|
3863
|
-
|
3878
|
+
tpTriggerPrice = self.safe_string_2(takeProfit, 'triggerPrice', 'stopPrice', takeProfit)
|
3879
|
+
takeProfitRequest = tpTriggerPrice if (tpTriggerPrice == '0') else self.price_to_precision(symbol, tpTriggerPrice)
|
3880
|
+
request['takeProfit'] = takeProfitRequest
|
3881
|
+
tpTriggerBy = self.safe_string(params, 'tpTriggerBy', 'LastPrice')
|
3882
|
+
request['tpTriggerBy'] = tpTriggerBy
|
3864
3883
|
clientOrderId = self.safe_string(params, 'clientOrderId')
|
3865
3884
|
if clientOrderId is not None:
|
3866
3885
|
request['orderLinkId'] = clientOrderId
|
@@ -2041,13 +2041,23 @@ class okx(Exchange, ImplicitAPI):
|
|
2041
2041
|
defaultType = self.safe_string(options, 'type', defaultType) # Candles or HistoryCandles
|
2042
2042
|
type = self.safe_string(params, 'type', defaultType)
|
2043
2043
|
params = self.omit(params, 'type')
|
2044
|
-
method = 'publicGetMarket' + type
|
2045
2044
|
isHistoryCandles = (type == 'HistoryCandles')
|
2045
|
+
response = None
|
2046
2046
|
if price == 'mark':
|
2047
|
-
|
2047
|
+
if isHistoryCandles:
|
2048
|
+
response = await self.publicGetMarketHistoryMarkPriceCandles(self.extend(request, params))
|
2049
|
+
else:
|
2050
|
+
response = await self.publicGetMarketMarkPriceCandles(self.extend(request, params))
|
2048
2051
|
elif price == 'index':
|
2049
|
-
|
2050
|
-
|
2052
|
+
if isHistoryCandles:
|
2053
|
+
response = await self.publicGetMarketHistoryIndexCandles(self.extend(request, params))
|
2054
|
+
else:
|
2055
|
+
response = await self.publicGetMarketIndexCandles(self.extend(request, params))
|
2056
|
+
else:
|
2057
|
+
if isHistoryCandles:
|
2058
|
+
response = await self.publicGetMarketHistoryCandles(self.extend(request, params))
|
2059
|
+
else:
|
2060
|
+
response = await self.publicGetMarketCandles(self.extend(request, params))
|
2051
2061
|
#
|
2052
2062
|
# {
|
2053
2063
|
# "code": "0",
|
@@ -2240,15 +2250,14 @@ class okx(Exchange, ImplicitAPI):
|
|
2240
2250
|
"""
|
2241
2251
|
await self.load_markets()
|
2242
2252
|
marketType, query = self.handle_market_type_and_params('fetchBalance', None, params)
|
2243
|
-
method = None
|
2244
|
-
if marketType == 'funding':
|
2245
|
-
method = 'privateGetAssetBalances'
|
2246
|
-
else:
|
2247
|
-
method = 'privateGetAccountBalance'
|
2248
2253
|
request = {
|
2249
2254
|
# 'ccy': 'BTC,ETH', # comma-separated list of currency ids
|
2250
2255
|
}
|
2251
|
-
response =
|
2256
|
+
response = None
|
2257
|
+
if marketType == 'funding':
|
2258
|
+
response = await self.privateGetAssetBalances(self.extend(request, query))
|
2259
|
+
else:
|
2260
|
+
response = await self.privateGetAccountBalance(self.extend(request, query))
|
2252
2261
|
#
|
2253
2262
|
# {
|
2254
2263
|
# "code": "0",
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
# -----------------------------------------------------------------------------
|
6
6
|
|
7
|
-
__version__ = '4.1.
|
7
|
+
__version__ = '4.1.2'
|
8
8
|
|
9
9
|
# -----------------------------------------------------------------------------
|
10
10
|
|
@@ -1858,6 +1858,12 @@ class Exchange(object):
|
|
1858
1858
|
def watch_trades_for_symbols(self, symbols: List[str], since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
1859
1859
|
raise NotSupported(self.id + ' watchTradesForSymbols() is not supported yet')
|
1860
1860
|
|
1861
|
+
def watch_my_trades_for_symbols(self, symbols: List[str], since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
1862
|
+
raise NotSupported(self.id + ' watchMyTradesForSymbols() is not supported yet')
|
1863
|
+
|
1864
|
+
def watch_orders_for_symbols(self, symbols: List[str], since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
1865
|
+
raise NotSupported(self.id + ' watchOrdersForSymbols() is not supported yet')
|
1866
|
+
|
1861
1867
|
def watch_ohlcv_for_symbols(self, symbolsAndTimeframes: List[List[str]], since: Optional[int] = None, limit: Optional[int] = None, params={}):
|
1862
1868
|
raise NotSupported(self.id + ' watchOHLCVForSymbols() is not supported yet')
|
1863
1869
|
|