ccxt 3.1.59__tar.gz → 4.0.3__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-3.1.59/ccxt.egg-info → ccxt-4.0.3}/PKG-INFO +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/__init__.py +1 -1
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/ace.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/alpaca.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/ascendex.py +14 -14
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/__init__.py +1 -1
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/ace.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/alpaca.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/ascendex.py +14 -14
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/exchange.py +13 -13
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bigone.py +11 -11
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/binance.py +34 -34
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bit2c.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitbank.py +5 -5
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitbns.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitfinex.py +13 -13
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitfinex2.py +11 -11
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitflyer.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitforex.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitget.py +18 -18
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bithumb.py +5 -5
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitmart.py +13 -13
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitmex.py +15 -15
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitopro.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitpanda.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitrue.py +11 -11
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitso.py +13 -13
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitstamp.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitstamp1.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bittrex.py +15 -15
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitvavo.py +11 -11
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bkex.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bl3p.py +1 -1
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/blockchaincom.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/btcalpha.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/btcbox.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/btcmarkets.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/btctradeua.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/btcturk.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bybit.py +19 -19
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/cex.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinbase.py +11 -11
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinbasepro.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coincheck.py +5 -5
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinex.py +19 -19
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinfalcon.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinmate.py +5 -5
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinone.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinsph.py +11 -11
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinspot.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/cryptocom.py +19 -18
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/currencycom.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/delta.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/deribit.py +14 -14
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/digifinex.py +17 -17
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/exmo.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/gate.py +19 -19
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/gemini.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/hitbtc.py +8 -8
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/hitbtc3.py +18 -18
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/hollaex.py +13 -13
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/huobi.py +21 -21
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/huobijp.py +13 -13
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/idex.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/independentreserve.py +5 -5
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/indodax.py +5 -5
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/kraken.py +14 -14
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/krakenfutures.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/kucoin.py +13 -13
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/kucoinfutures.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/kuna.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/latoken.py +8 -8
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/lbank.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/lbank2.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/luno.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/lykke.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/mercado.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/mexc.py +26 -61
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/ndax.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/novadax.py +11 -11
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/oceanex.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/okcoin.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/okx.py +23 -23
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/paymium.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/phemex.py +16 -16
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/poloniex.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/poloniexfutures.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/probit.py +14 -14
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/tidex.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/timex.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/tokocrypto.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/upbit.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/wavesexchange.py +9 -9
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/wazirx.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/whitebit.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/woo.py +9 -9
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/yobit.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/zaif.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/zonda.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/base/exchange.py +13 -13
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bigone.py +11 -11
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/binance.py +34 -34
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bit2c.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitbank.py +5 -5
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitbns.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitfinex.py +13 -13
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitfinex2.py +11 -11
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitflyer.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitforex.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitget.py +18 -18
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bithumb.py +5 -5
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitmart.py +13 -13
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitmex.py +15 -15
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitopro.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitpanda.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitrue.py +11 -11
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitso.py +13 -13
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitstamp.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitstamp1.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bittrex.py +15 -15
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitvavo.py +11 -11
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bkex.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bl3p.py +1 -1
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/blockchaincom.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/btcalpha.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/btcbox.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/btcmarkets.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/btctradeua.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/btcturk.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bybit.py +19 -19
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/cex.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinbase.py +11 -11
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinbasepro.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coincheck.py +5 -5
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinex.py +19 -19
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinfalcon.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinmate.py +5 -5
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinone.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinsph.py +11 -11
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinspot.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/cryptocom.py +19 -18
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/currencycom.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/delta.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/deribit.py +14 -14
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/digifinex.py +17 -17
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/exmo.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/gate.py +19 -19
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/gemini.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/hitbtc.py +8 -8
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/hitbtc3.py +18 -18
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/hollaex.py +13 -13
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/huobi.py +21 -21
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/huobijp.py +13 -13
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/idex.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/independentreserve.py +5 -5
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/indodax.py +5 -5
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/kraken.py +14 -14
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/krakenfutures.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/kucoin.py +13 -13
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/kucoinfutures.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/kuna.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/latoken.py +8 -8
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/lbank.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/lbank2.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/luno.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/lykke.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/mercado.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/mexc.py +26 -61
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/ndax.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/novadax.py +11 -11
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/oceanex.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/okcoin.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/okx.py +23 -23
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/paymium.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/phemex.py +16 -16
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/poloniex.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/poloniexfutures.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/__init__.py +1 -1
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/alpaca.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/ascendex.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/binance.py +5 -5
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitfinex.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitfinex2.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitget.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitmart.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitmex.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitopro.py +1 -1
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitpanda.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitrue.py +1 -1
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitstamp.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bittrex.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitvavo.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/blockchaincom.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bybit.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/cex.py +5 -5
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/coinbasepro.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/coinex.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/cryptocom.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/currencycom.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/deribit.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/exmo.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/gate.py +5 -5
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/gemini.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/hitbtc.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/hollaex.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/huobi.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/huobijp.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/idex.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/independentreserve.py +1 -1
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/kraken.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/krakenfutures.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/kucoin.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/kucoinfutures.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/luno.py +1 -1
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/mexc.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/ndax.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/okcoin.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/okx.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/phemex.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/poloniexfutures.py +3 -3
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/probit.py +2 -2
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/upbit.py +1 -1
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/wazirx.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/whitebit.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/probit.py +14 -14
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/tidex.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/timex.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/tokocrypto.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/upbit.py +10 -10
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/wavesexchange.py +9 -9
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/wazirx.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/whitebit.py +12 -12
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/woo.py +9 -9
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/yobit.py +6 -6
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/zaif.py +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/zonda.py +7 -7
- {ccxt-3.1.59 → ccxt-4.0.3/ccxt.egg-info}/PKG-INFO +4 -4
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt.egg-info/SOURCES.txt +0 -14
- {ccxt-3.1.59 → ccxt-4.0.3}/package.json +3 -1
- ccxt-3.1.59/ccxt/async_support/btcex.py +0 -2519
- ccxt-3.1.59/ccxt/async_support/buda.py +0 -1063
- ccxt-3.1.59/ccxt/async_support/itbit.py +0 -771
- ccxt-3.1.59/ccxt/async_support/ripio.py +0 -1102
- ccxt-3.1.59/ccxt/async_support/stex.py +0 -2508
- ccxt-3.1.59/ccxt/async_support/xt.py +0 -4420
- ccxt-3.1.59/ccxt/async_support/zb.py +0 -4127
- ccxt-3.1.59/ccxt/btcex.py +0 -2519
- ccxt-3.1.59/ccxt/buda.py +0 -1063
- ccxt-3.1.59/ccxt/itbit.py +0 -771
- ccxt-3.1.59/ccxt/ripio.py +0 -1102
- ccxt-3.1.59/ccxt/stex.py +0 -2508
- ccxt-3.1.59/ccxt/xt.py +0 -4419
- ccxt-3.1.59/ccxt/zb.py +0 -4126
- {ccxt-3.1.59 → ccxt-4.0.3}/LICENSE.txt +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/MANIFEST.in +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/README.rst +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/__init__.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/ace.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/alpaca.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/ascendex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bequant.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bigone.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/binance.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/binancecoinm.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/binanceus.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/binanceusdm.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bit2c.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitbank.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitbay.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitbns.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitcoincom.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitfinex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitfinex2.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitflyer.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitforex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitget.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bithumb.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitmart.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitmex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitopro.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitpanda.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitrue.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitso.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitstamp.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitstamp1.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bittrex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bitvavo.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bkex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bl3p.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/blockchaincom.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/btcalpha.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/btcbox.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/btcmarkets.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/btctradeua.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/btcturk.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/bybit.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/cex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinbase.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinbaseprime.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinbasepro.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coincheck.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinfalcon.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinmate.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinone.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinsph.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/coinspot.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/cryptocom.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/currencycom.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/delta.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/deribit.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/digifinex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/exmo.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/fmfwio.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/gate.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/gateio.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/gemini.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/hitbtc.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/hitbtc3.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/hollaex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/huobi.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/huobijp.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/huobipro.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/idex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/independentreserve.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/indodax.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/kraken.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/krakenfutures.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/kucoin.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/kucoinfutures.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/kuna.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/latoken.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/lbank.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/lbank2.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/luno.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/lykke.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/mercado.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/mexc.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/mexc3.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/ndax.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/novadax.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/oceanex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/okcoin.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/okex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/okex5.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/okx.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/paymium.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/phemex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/poloniex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/poloniexfutures.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/probit.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/tidex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/timex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/tokocrypto.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/upbit.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/wavesexchange.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/wazirx.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/whitebit.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/woo.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/yobit.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/zaif.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/abstract/zonda.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/__init__.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/throttler.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/__init__.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/aiohttp_client.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/cache.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/client.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/fast_client.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/functions.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/future.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/order_book.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/base/ws/order_book_side.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bequant.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/binancecoinm.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/binanceus.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/binanceusdm.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitbay.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/bitcoincom.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/coinbaseprime.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/flowbtc.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/fmfwio.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/gateio.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/huobipro.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/mexc3.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/okex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/async_support/okex5.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/base/__init__.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/base/decimal_to_precision.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/base/errors.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/base/precise.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/base/types.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bequant.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/binancecoinm.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/binanceus.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/binanceusdm.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitbay.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/bitcoincom.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/coinbaseprime.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/flowbtc.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/fmfwio.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/gateio.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/huobipro.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/mexc3.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/okex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/okex5.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bequant.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/binancecoinm.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/binanceus.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/binanceusdm.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/bitcoincom.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/btcex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/coinbaseprime.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/gateio.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/huobipro.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/mexc3.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/okex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/poloniex.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/ripio.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/woo.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/pro/zb.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/__init__.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/der.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/ecdsa/util.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/keccak/__init__.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/static_dependencies/keccak/keccak.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/__init__.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/__init__.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_account.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_balance.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_borrow_interest.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_borrow_rate.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_calculate_fee.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_crypto.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_currency.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_datetime.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_decimal_to_precision.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_deep_extend.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_deposit_withdrawal.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_exchange_datetime_functions.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_funding_rate_history.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_ledger_entry.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_ledger_item.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_leverage_tier.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_margin_modification.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_market.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_number.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_ohlcv.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_open_interest.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_order.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_order_book.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_position.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_shared_methods.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_status.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_throttle.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_ticker.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_trade.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_trading_fee.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/base/test_transaction.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/test_async.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt/test/test_sync.py +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt.egg-info/dependency_links.txt +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt.egg-info/requires.txt +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/ccxt.egg-info/top_level.txt +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/setup.cfg +0 -0
- {ccxt-3.1.59 → ccxt-4.0.3}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ccxt
|
3
|
-
Version:
|
3
|
+
Version: 4.0.3
|
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
|
@@ -223,13 +223,13 @@ Description: # CCXT – CryptoCurrency eXchange Trading Library
|
|
223
223
|
|
224
224
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
225
225
|
|
226
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@
|
227
|
-
* unpkg: https://unpkg.com/ccxt@
|
226
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.0.3/dist/ccxt.browser.js
|
227
|
+
* unpkg: https://unpkg.com/ccxt@4.0.3/dist/ccxt.browser.js
|
228
228
|
|
229
229
|
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.
|
230
230
|
|
231
231
|
```HTML
|
232
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@
|
232
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.0.3/dist/ccxt.browser.js"></script>
|
233
233
|
```
|
234
234
|
|
235
235
|
Creates a global `ccxt` object:
|
@@ -175,7 +175,7 @@ class ace(Exchange, ImplicitAPI):
|
|
175
175
|
retrieves data on all markets for ace
|
176
176
|
see https://github.com/ace-exchange/ace-official-api-docs/blob/master/api_v2.md#oapi-api---market-pair
|
177
177
|
:param dict params: extra parameters specific to the exchange api endpoint
|
178
|
-
:returns [
|
178
|
+
:returns dict[]: an array of objects representing market data
|
179
179
|
"""
|
180
180
|
response = self.publicGetOapiV2ListMarketPair()
|
181
181
|
#
|
@@ -313,7 +313,7 @@ class ace(Exchange, ImplicitAPI):
|
|
313
313
|
"""
|
314
314
|
fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
|
315
315
|
see https://github.com/ace-exchange/ace-official-api-docs/blob/master/api_v2.md#oapi-api---trade-data
|
316
|
-
:param [
|
316
|
+
:param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
317
317
|
:param dict params: extra parameters specific to the ace api endpoint
|
318
318
|
:returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
|
319
319
|
"""
|
@@ -433,7 +433,7 @@ class ace(Exchange, ImplicitAPI):
|
|
433
433
|
:param int|None since: timestamp in ms of the earliest candle to fetch
|
434
434
|
:param int|None limit: the maximum amount of candles to fetch
|
435
435
|
:param dict params: extra parameters specific to the ace api endpoint
|
436
|
-
:returns [[
|
436
|
+
:returns int[][]: A list of candles ordered, open, high, low, close, volume
|
437
437
|
"""
|
438
438
|
self.load_markets()
|
439
439
|
market = self.market(symbol)
|
@@ -673,7 +673,7 @@ class ace(Exchange, ImplicitAPI):
|
|
673
673
|
:param int|None since: the earliest time in ms to fetch orders for
|
674
674
|
:param int|None limit: the maximum number of orde structures to retrieve
|
675
675
|
:param dict params: extra parameters specific to the ace api endpoint
|
676
|
-
:returns [
|
676
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
677
677
|
"""
|
678
678
|
if symbol is None:
|
679
679
|
raise ArgumentsRequired(self.id + ' fetchOpenOrders() requires the symbol argument')
|
@@ -803,7 +803,7 @@ class ace(Exchange, ImplicitAPI):
|
|
803
803
|
:param int|None since: the earliest time in ms to fetch trades for
|
804
804
|
:param int|None limit: the maximum number of trades to retrieve
|
805
805
|
:param dict params: extra parameters specific to the ace api endpoint
|
806
|
-
:returns [
|
806
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
|
807
807
|
"""
|
808
808
|
self.load_markets()
|
809
809
|
market = self.safe_market(symbol)
|
@@ -858,7 +858,7 @@ class ace(Exchange, ImplicitAPI):
|
|
858
858
|
:param int|None since: timestamp in ms of the earliest trade to fetch
|
859
859
|
:param int|None limit: the maximum amount of trades to fetch
|
860
860
|
:param dict params: extra parameters specific to the ace api endpoint
|
861
|
-
:returns [
|
861
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
|
862
862
|
"""
|
863
863
|
self.load_markets()
|
864
864
|
market = self.safe_market(symbol)
|
@@ -221,7 +221,7 @@ class alpaca(Exchange, ImplicitAPI):
|
|
221
221
|
"""
|
222
222
|
retrieves data on all markets for alpaca
|
223
223
|
:param dict params: extra parameters specific to the exchange api endpoint
|
224
|
-
:returns [
|
224
|
+
:returns dict[]: an array of objects representing market data
|
225
225
|
"""
|
226
226
|
request = {
|
227
227
|
'asset_class': 'crypto',
|
@@ -320,7 +320,7 @@ class alpaca(Exchange, ImplicitAPI):
|
|
320
320
|
:param int|None since: timestamp in ms of the earliest trade to fetch
|
321
321
|
:param int|None limit: the maximum amount of trades to fetch
|
322
322
|
:param dict params: extra parameters specific to the alpaca api endpoint
|
323
|
-
:returns [
|
323
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
|
324
324
|
"""
|
325
325
|
self.load_markets()
|
326
326
|
market = self.market(symbol)
|
@@ -419,7 +419,7 @@ class alpaca(Exchange, ImplicitAPI):
|
|
419
419
|
:param int|None since: timestamp in ms of the earliest candle to fetch
|
420
420
|
:param int|None limit: the maximum amount of candles to fetch
|
421
421
|
:param dict params: extra parameters specific to the alpha api endpoint
|
422
|
-
:returns [[
|
422
|
+
:returns int[][]: A list of candles ordered, open, high, low, close, volume
|
423
423
|
"""
|
424
424
|
self.load_markets()
|
425
425
|
market = self.market(symbol)
|
@@ -615,7 +615,7 @@ class alpaca(Exchange, ImplicitAPI):
|
|
615
615
|
:param int|None since: the earliest time in ms to fetch open orders for
|
616
616
|
:param int|None limit: the maximum number of open orders structures to retrieve
|
617
617
|
:param dict params: extra parameters specific to the alpaca api endpoint
|
618
|
-
:returns [
|
618
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
619
619
|
"""
|
620
620
|
self.load_markets()
|
621
621
|
market = None
|
@@ -487,7 +487,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
487
487
|
"""
|
488
488
|
retrieves data on all markets for ascendex
|
489
489
|
:param dict params: extra parameters specific to the exchange api endpoint
|
490
|
-
:returns [
|
490
|
+
:returns dict[]: an array of objects representing market data
|
491
491
|
"""
|
492
492
|
products = self.v1PublicGetProducts(params)
|
493
493
|
#
|
@@ -996,7 +996,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
996
996
|
fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
|
997
997
|
see https://ascendex.github.io/ascendex-pro-api/#ticker
|
998
998
|
see https://ascendex.github.io/ascendex-futures-pro-api-v2/#ticker
|
999
|
-
:param [
|
999
|
+
:param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
1000
1000
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
1001
1001
|
:returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
|
1002
1002
|
"""
|
@@ -1072,7 +1072,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
1072
1072
|
:param int|None since: timestamp in ms of the earliest candle to fetch
|
1073
1073
|
:param int|None limit: the maximum amount of candles to fetch
|
1074
1074
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
1075
|
-
:returns [[
|
1075
|
+
:returns int[][]: A list of candles ordered, open, high, low, close, volume
|
1076
1076
|
"""
|
1077
1077
|
self.load_markets()
|
1078
1078
|
market = self.market(symbol)
|
@@ -1160,7 +1160,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
1160
1160
|
:param int|None since: timestamp in ms of the earliest trade to fetch
|
1161
1161
|
:param int|None limit: the maximum amount of trades to fetch
|
1162
1162
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
1163
|
-
:returns [
|
1163
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
|
1164
1164
|
"""
|
1165
1165
|
self.load_markets()
|
1166
1166
|
market = self.market(symbol)
|
@@ -1672,7 +1672,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
1672
1672
|
:param int|None since: the earliest time in ms to fetch open orders for
|
1673
1673
|
:param int|None limit: the maximum number of open orders structures to retrieve
|
1674
1674
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
1675
|
-
:returns [
|
1675
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
1676
1676
|
"""
|
1677
1677
|
self.load_markets()
|
1678
1678
|
self.load_accounts()
|
@@ -1788,7 +1788,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
1788
1788
|
:param int|None limit: the maximum number of orde structures to retrieve
|
1789
1789
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
1790
1790
|
:param int|None params['until']: the latest time in ms to fetch orders for
|
1791
|
-
:returns [
|
1791
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
1792
1792
|
"""
|
1793
1793
|
self.load_markets()
|
1794
1794
|
self.load_accounts()
|
@@ -2047,7 +2047,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2047
2047
|
cancel all open orders
|
2048
2048
|
:param str|None symbol: unified market symbol, only orders in the market of self symbol are cancelled when symbol is not None
|
2049
2049
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
2050
|
-
:returns [
|
2050
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
2051
2051
|
"""
|
2052
2052
|
self.load_markets()
|
2053
2053
|
self.load_accounts()
|
@@ -2235,7 +2235,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2235
2235
|
:param int|None since: the earliest time in ms to fetch deposits for
|
2236
2236
|
:param int|None limit: the maximum number of deposits structures to retrieve
|
2237
2237
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
2238
|
-
:returns [
|
2238
|
+
:returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
|
2239
2239
|
"""
|
2240
2240
|
request = {
|
2241
2241
|
'txType': 'deposit',
|
@@ -2249,7 +2249,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2249
2249
|
:param int|None since: the earliest time in ms to fetch withdrawals for
|
2250
2250
|
:param int|None limit: the maximum number of withdrawals structures to retrieve
|
2251
2251
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
2252
|
-
:returns [
|
2252
|
+
:returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
|
2253
2253
|
"""
|
2254
2254
|
request = {
|
2255
2255
|
'txType': 'withdrawal',
|
@@ -2378,9 +2378,9 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2378
2378
|
def fetch_positions(self, symbols: Optional[List[str]] = None, params={}):
|
2379
2379
|
"""
|
2380
2380
|
fetch all open positions
|
2381
|
-
:param [
|
2381
|
+
:param str[]|None symbols: list of unified market symbols
|
2382
2382
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
2383
|
-
:returns [
|
2383
|
+
:returns dict[]: a list of `position structure <https://docs.ccxt.com/#/?id=position-structure>`
|
2384
2384
|
"""
|
2385
2385
|
self.load_markets()
|
2386
2386
|
self.load_accounts()
|
@@ -2537,7 +2537,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2537
2537
|
def fetch_funding_rates(self, symbols: Optional[List[str]] = None, params={}):
|
2538
2538
|
"""
|
2539
2539
|
fetch the funding rate for multiple markets
|
2540
|
-
:param [
|
2540
|
+
:param str[]|None symbols: list of unified market symbols
|
2541
2541
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
2542
2542
|
:returns dict: a dictionary of `funding rates structures <https://docs.ccxt.com/#/?id=funding-rates-structure>`, indexe by market symbols
|
2543
2543
|
"""
|
@@ -2688,7 +2688,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2688
2688
|
def fetch_leverage_tiers(self, symbols: Optional[List[str]] = None, params={}):
|
2689
2689
|
"""
|
2690
2690
|
retrieve information on the maximum leverage, and maintenance margin for trades of varying trade sizes
|
2691
|
-
:param [
|
2691
|
+
:param str[]|None symbols: list of unified market symbols
|
2692
2692
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
2693
2693
|
:returns dict: a dictionary of `leverage tiers structures <https://docs.ccxt.com/#/?id=leverage-tiers-structure>`, indexed by market symbols
|
2694
2694
|
"""
|
@@ -2824,7 +2824,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2824
2824
|
"""
|
2825
2825
|
fetch deposit and withdraw fees
|
2826
2826
|
see https://ascendex.github.io/ascendex-pro-api/#list-all-assets
|
2827
|
-
:param [
|
2827
|
+
:param str[]|None codes: list of unified currency codes
|
2828
2828
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
2829
2829
|
:returns dict: a list of `fee structures <https://docs.ccxt.com/en/latest/manual.html#fee-structure>`
|
2830
2830
|
"""
|
@@ -175,7 +175,7 @@ class ace(Exchange, ImplicitAPI):
|
|
175
175
|
retrieves data on all markets for ace
|
176
176
|
see https://github.com/ace-exchange/ace-official-api-docs/blob/master/api_v2.md#oapi-api---market-pair
|
177
177
|
:param dict params: extra parameters specific to the exchange api endpoint
|
178
|
-
:returns [
|
178
|
+
:returns dict[]: an array of objects representing market data
|
179
179
|
"""
|
180
180
|
response = await self.publicGetOapiV2ListMarketPair()
|
181
181
|
#
|
@@ -313,7 +313,7 @@ class ace(Exchange, ImplicitAPI):
|
|
313
313
|
"""
|
314
314
|
fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
|
315
315
|
see https://github.com/ace-exchange/ace-official-api-docs/blob/master/api_v2.md#oapi-api---trade-data
|
316
|
-
:param [
|
316
|
+
:param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
317
317
|
:param dict params: extra parameters specific to the ace api endpoint
|
318
318
|
:returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
|
319
319
|
"""
|
@@ -433,7 +433,7 @@ class ace(Exchange, ImplicitAPI):
|
|
433
433
|
:param int|None since: timestamp in ms of the earliest candle to fetch
|
434
434
|
:param int|None limit: the maximum amount of candles to fetch
|
435
435
|
:param dict params: extra parameters specific to the ace api endpoint
|
436
|
-
:returns [[
|
436
|
+
:returns int[][]: A list of candles ordered, open, high, low, close, volume
|
437
437
|
"""
|
438
438
|
await self.load_markets()
|
439
439
|
market = self.market(symbol)
|
@@ -673,7 +673,7 @@ class ace(Exchange, ImplicitAPI):
|
|
673
673
|
:param int|None since: the earliest time in ms to fetch orders for
|
674
674
|
:param int|None limit: the maximum number of orde structures to retrieve
|
675
675
|
:param dict params: extra parameters specific to the ace api endpoint
|
676
|
-
:returns [
|
676
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
677
677
|
"""
|
678
678
|
if symbol is None:
|
679
679
|
raise ArgumentsRequired(self.id + ' fetchOpenOrders() requires the symbol argument')
|
@@ -803,7 +803,7 @@ class ace(Exchange, ImplicitAPI):
|
|
803
803
|
:param int|None since: the earliest time in ms to fetch trades for
|
804
804
|
:param int|None limit: the maximum number of trades to retrieve
|
805
805
|
:param dict params: extra parameters specific to the ace api endpoint
|
806
|
-
:returns [
|
806
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/#/?id=trade-structure>`
|
807
807
|
"""
|
808
808
|
await self.load_markets()
|
809
809
|
market = self.safe_market(symbol)
|
@@ -858,7 +858,7 @@ class ace(Exchange, ImplicitAPI):
|
|
858
858
|
:param int|None since: timestamp in ms of the earliest trade to fetch
|
859
859
|
:param int|None limit: the maximum amount of trades to fetch
|
860
860
|
:param dict params: extra parameters specific to the ace api endpoint
|
861
|
-
:returns [
|
861
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
|
862
862
|
"""
|
863
863
|
await self.load_markets()
|
864
864
|
market = self.safe_market(symbol)
|
@@ -221,7 +221,7 @@ class alpaca(Exchange, ImplicitAPI):
|
|
221
221
|
"""
|
222
222
|
retrieves data on all markets for alpaca
|
223
223
|
:param dict params: extra parameters specific to the exchange api endpoint
|
224
|
-
:returns [
|
224
|
+
:returns dict[]: an array of objects representing market data
|
225
225
|
"""
|
226
226
|
request = {
|
227
227
|
'asset_class': 'crypto',
|
@@ -320,7 +320,7 @@ class alpaca(Exchange, ImplicitAPI):
|
|
320
320
|
:param int|None since: timestamp in ms of the earliest trade to fetch
|
321
321
|
:param int|None limit: the maximum amount of trades to fetch
|
322
322
|
:param dict params: extra parameters specific to the alpaca api endpoint
|
323
|
-
:returns [
|
323
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
|
324
324
|
"""
|
325
325
|
await self.load_markets()
|
326
326
|
market = self.market(symbol)
|
@@ -419,7 +419,7 @@ class alpaca(Exchange, ImplicitAPI):
|
|
419
419
|
:param int|None since: timestamp in ms of the earliest candle to fetch
|
420
420
|
:param int|None limit: the maximum amount of candles to fetch
|
421
421
|
:param dict params: extra parameters specific to the alpha api endpoint
|
422
|
-
:returns [[
|
422
|
+
:returns int[][]: A list of candles ordered, open, high, low, close, volume
|
423
423
|
"""
|
424
424
|
await self.load_markets()
|
425
425
|
market = self.market(symbol)
|
@@ -615,7 +615,7 @@ class alpaca(Exchange, ImplicitAPI):
|
|
615
615
|
:param int|None since: the earliest time in ms to fetch open orders for
|
616
616
|
:param int|None limit: the maximum number of open orders structures to retrieve
|
617
617
|
:param dict params: extra parameters specific to the alpaca api endpoint
|
618
|
-
:returns [
|
618
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
619
619
|
"""
|
620
620
|
await self.load_markets()
|
621
621
|
market = None
|
@@ -487,7 +487,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
487
487
|
"""
|
488
488
|
retrieves data on all markets for ascendex
|
489
489
|
:param dict params: extra parameters specific to the exchange api endpoint
|
490
|
-
:returns [
|
490
|
+
:returns dict[]: an array of objects representing market data
|
491
491
|
"""
|
492
492
|
products = await self.v1PublicGetProducts(params)
|
493
493
|
#
|
@@ -996,7 +996,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
996
996
|
fetches price tickers for multiple markets, statistical calculations with the information calculated over the past 24 hours each market
|
997
997
|
see https://ascendex.github.io/ascendex-pro-api/#ticker
|
998
998
|
see https://ascendex.github.io/ascendex-futures-pro-api-v2/#ticker
|
999
|
-
:param [
|
999
|
+
:param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
1000
1000
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
1001
1001
|
:returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
|
1002
1002
|
"""
|
@@ -1072,7 +1072,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
1072
1072
|
:param int|None since: timestamp in ms of the earliest candle to fetch
|
1073
1073
|
:param int|None limit: the maximum amount of candles to fetch
|
1074
1074
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
1075
|
-
:returns [[
|
1075
|
+
:returns int[][]: A list of candles ordered, open, high, low, close, volume
|
1076
1076
|
"""
|
1077
1077
|
await self.load_markets()
|
1078
1078
|
market = self.market(symbol)
|
@@ -1160,7 +1160,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
1160
1160
|
:param int|None since: timestamp in ms of the earliest trade to fetch
|
1161
1161
|
:param int|None limit: the maximum amount of trades to fetch
|
1162
1162
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
1163
|
-
:returns [
|
1163
|
+
:returns dict[]: a list of `trade structures <https://docs.ccxt.com/en/latest/manual.html?#public-trades>`
|
1164
1164
|
"""
|
1165
1165
|
await self.load_markets()
|
1166
1166
|
market = self.market(symbol)
|
@@ -1672,7 +1672,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
1672
1672
|
:param int|None since: the earliest time in ms to fetch open orders for
|
1673
1673
|
:param int|None limit: the maximum number of open orders structures to retrieve
|
1674
1674
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
1675
|
-
:returns [
|
1675
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
1676
1676
|
"""
|
1677
1677
|
await self.load_markets()
|
1678
1678
|
await self.load_accounts()
|
@@ -1788,7 +1788,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
1788
1788
|
:param int|None limit: the maximum number of orde structures to retrieve
|
1789
1789
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
1790
1790
|
:param int|None params['until']: the latest time in ms to fetch orders for
|
1791
|
-
:returns [
|
1791
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
1792
1792
|
"""
|
1793
1793
|
await self.load_markets()
|
1794
1794
|
await self.load_accounts()
|
@@ -2047,7 +2047,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2047
2047
|
cancel all open orders
|
2048
2048
|
:param str|None symbol: unified market symbol, only orders in the market of self symbol are cancelled when symbol is not None
|
2049
2049
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
2050
|
-
:returns [
|
2050
|
+
:returns dict[]: a list of `order structures <https://docs.ccxt.com/#/?id=order-structure>`
|
2051
2051
|
"""
|
2052
2052
|
await self.load_markets()
|
2053
2053
|
await self.load_accounts()
|
@@ -2235,7 +2235,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2235
2235
|
:param int|None since: the earliest time in ms to fetch deposits for
|
2236
2236
|
:param int|None limit: the maximum number of deposits structures to retrieve
|
2237
2237
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
2238
|
-
:returns [
|
2238
|
+
:returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
|
2239
2239
|
"""
|
2240
2240
|
request = {
|
2241
2241
|
'txType': 'deposit',
|
@@ -2249,7 +2249,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2249
2249
|
:param int|None since: the earliest time in ms to fetch withdrawals for
|
2250
2250
|
:param int|None limit: the maximum number of withdrawals structures to retrieve
|
2251
2251
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
2252
|
-
:returns [
|
2252
|
+
:returns dict[]: a list of `transaction structures <https://docs.ccxt.com/#/?id=transaction-structure>`
|
2253
2253
|
"""
|
2254
2254
|
request = {
|
2255
2255
|
'txType': 'withdrawal',
|
@@ -2378,9 +2378,9 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2378
2378
|
async def fetch_positions(self, symbols: Optional[List[str]] = None, params={}):
|
2379
2379
|
"""
|
2380
2380
|
fetch all open positions
|
2381
|
-
:param [
|
2381
|
+
:param str[]|None symbols: list of unified market symbols
|
2382
2382
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
2383
|
-
:returns [
|
2383
|
+
:returns dict[]: a list of `position structure <https://docs.ccxt.com/#/?id=position-structure>`
|
2384
2384
|
"""
|
2385
2385
|
await self.load_markets()
|
2386
2386
|
await self.load_accounts()
|
@@ -2537,7 +2537,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2537
2537
|
async def fetch_funding_rates(self, symbols: Optional[List[str]] = None, params={}):
|
2538
2538
|
"""
|
2539
2539
|
fetch the funding rate for multiple markets
|
2540
|
-
:param [
|
2540
|
+
:param str[]|None symbols: list of unified market symbols
|
2541
2541
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
2542
2542
|
:returns dict: a dictionary of `funding rates structures <https://docs.ccxt.com/#/?id=funding-rates-structure>`, indexe by market symbols
|
2543
2543
|
"""
|
@@ -2688,7 +2688,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2688
2688
|
async def fetch_leverage_tiers(self, symbols: Optional[List[str]] = None, params={}):
|
2689
2689
|
"""
|
2690
2690
|
retrieve information on the maximum leverage, and maintenance margin for trades of varying trade sizes
|
2691
|
-
:param [
|
2691
|
+
:param str[]|None symbols: list of unified market symbols
|
2692
2692
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
2693
2693
|
:returns dict: a dictionary of `leverage tiers structures <https://docs.ccxt.com/#/?id=leverage-tiers-structure>`, indexed by market symbols
|
2694
2694
|
"""
|
@@ -2824,7 +2824,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2824
2824
|
"""
|
2825
2825
|
fetch deposit and withdraw fees
|
2826
2826
|
see https://ascendex.github.io/ascendex-pro-api/#list-all-assets
|
2827
|
-
:param [
|
2827
|
+
:param str[]|None codes: list of unified currency codes
|
2828
2828
|
:param dict params: extra parameters specific to the ascendex api endpoint
|
2829
2829
|
:returns dict: a list of `fee structures <https://docs.ccxt.com/en/latest/manual.html#fee-structure>`
|
2830
2830
|
"""
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# -----------------------------------------------------------------------------
|
4
4
|
|
5
|
-
__version__ = '
|
5
|
+
__version__ = '4.0.3'
|
6
6
|
|
7
7
|
# -----------------------------------------------------------------------------
|
8
8
|
|
@@ -1560,7 +1560,7 @@ class Exchange(BaseExchange):
|
|
1560
1560
|
tries to convert the provided networkCode(which is expected to be an unified network code) to a network id. In order to achieve self, derived class needs to have 'options->networks' defined.
|
1561
1561
|
:param str networkCode: unified network code
|
1562
1562
|
:param str|None currencyCode: unified currency code, but self argument is not required by default, unless there is an exchange(like huobi) that needs an override of the method to be able to pass currencyCode argument additionally
|
1563
|
-
:returns
|
1563
|
+
:returns str|None: exchange-specific network id
|
1564
1564
|
"""
|
1565
1565
|
networkIdsByCodes = self.safe_value(self.options, 'networks', {})
|
1566
1566
|
networkId = self.safe_string(networkIdsByCodes, networkCode)
|
@@ -1594,7 +1594,7 @@ class Exchange(BaseExchange):
|
|
1594
1594
|
tries to convert the provided exchange-specific networkId to an unified network Code. In order to achieve self, derived class needs to have 'options->networksById' defined.
|
1595
1595
|
:param str networkId: unified network code
|
1596
1596
|
:param str|None currencyCode: unified currency code, but self argument is not required by default, unless there is an exchange(like huobi) that needs an override of the method to be able to pass currencyCode argument additionally
|
1597
|
-
:returns
|
1597
|
+
:returns str|None: unified network code
|
1598
1598
|
"""
|
1599
1599
|
networkCodesByIds = self.safe_value(self.options, 'networksById', {})
|
1600
1600
|
networkCode = self.safe_string(networkCodesByIds, networkId, networkId)
|
@@ -2166,7 +2166,7 @@ class Exchange(BaseExchange):
|
|
2166
2166
|
"""
|
2167
2167
|
* @ignore
|
2168
2168
|
:param dict params: extra parameters specific to the exchange api endpoint
|
2169
|
-
:returns
|
2169
|
+
:returns Array: the marginMode in lowercase by params["marginMode"], params["defaultMarginMode"] self.options["marginMode"] or self.options["defaultMarginMode"]
|
2170
2170
|
"""
|
2171
2171
|
return self.handleOptionAndParams(params, methodName, 'marginMode', defaultValue)
|
2172
2172
|
|
@@ -2644,7 +2644,7 @@ class Exchange(BaseExchange):
|
|
2644
2644
|
:param str type: Order type
|
2645
2645
|
:param boolean exchangeSpecificBoolean: exchange specific postOnly
|
2646
2646
|
:param dict params: exchange specific params
|
2647
|
-
:returns
|
2647
|
+
:returns Array:
|
2648
2648
|
"""
|
2649
2649
|
timeInForce = self.safe_string_upper(params, 'timeInForce')
|
2650
2650
|
postOnly = self.safe_value(params, 'postOnly', False)
|
@@ -2712,7 +2712,7 @@ class Exchange(BaseExchange):
|
|
2712
2712
|
:param int|None since: timestamp in ms of the earliest candle to fetch
|
2713
2713
|
:param int|None limit: the maximum amount of candles to fetch
|
2714
2714
|
:param dict params: extra parameters specific to the exchange api endpoint
|
2715
|
-
:returns [[
|
2715
|
+
:returns float[][]: A list of candles ordered, open, high, low, close, None
|
2716
2716
|
"""
|
2717
2717
|
if self.has['fetchMarkOHLCV']:
|
2718
2718
|
request = {
|
@@ -2730,7 +2730,7 @@ class Exchange(BaseExchange):
|
|
2730
2730
|
:param int|None since: timestamp in ms of the earliest candle to fetch
|
2731
2731
|
:param int|None limit: the maximum amount of candles to fetch
|
2732
2732
|
:param dict params: extra parameters specific to the exchange api endpoint
|
2733
|
-
|
2733
|
+
* @returns {} A list of candles ordered, open, high, low, close, None
|
2734
2734
|
"""
|
2735
2735
|
if self.has['fetchIndexOHLCV']:
|
2736
2736
|
request = {
|
@@ -2748,7 +2748,7 @@ class Exchange(BaseExchange):
|
|
2748
2748
|
:param int|None since: timestamp in ms of the earliest candle to fetch
|
2749
2749
|
:param int|None limit: the maximum amount of candles to fetch
|
2750
2750
|
:param dict params: extra parameters specific to the exchange api endpoint
|
2751
|
-
:returns [[
|
2751
|
+
:returns float[][]: A list of candles ordered, open, high, low, close, None
|
2752
2752
|
"""
|
2753
2753
|
if self.has['fetchPremiumIndexOHLCV']:
|
2754
2754
|
request = {
|
@@ -2795,7 +2795,7 @@ class Exchange(BaseExchange):
|
|
2795
2795
|
:param str argument: the argument to check
|
2796
2796
|
:param str argumentName: the name of the argument to check
|
2797
2797
|
:param str methodName: the name of the method that the argument is being checked for
|
2798
|
-
:param [
|
2798
|
+
:param str[] options: a list of options that the argument can be
|
2799
2799
|
:returns None:
|
2800
2800
|
"""
|
2801
2801
|
optionsLength = len(options)
|
@@ -2829,8 +2829,8 @@ class Exchange(BaseExchange):
|
|
2829
2829
|
def parse_deposit_withdraw_fees(self, response, codes: Optional[List[str]] = None, currencyIdKey=None):
|
2830
2830
|
"""
|
2831
2831
|
* @ignore
|
2832
|
-
:param [
|
2833
|
-
:param [
|
2832
|
+
:param object[]|dict response: unparsed response from the exchange
|
2833
|
+
:param str[]|None codes: the unified currency codes to fetch transactions fees for, returns all currencies when None
|
2834
2834
|
:param str|None currencyIdKey: *should only be None when response is a dictionary* the object key that corresponds to the currency id
|
2835
2835
|
:returns dict: objects with withdraw and deposit fees, indexed by currency codes
|
2836
2836
|
"""
|
@@ -2896,11 +2896,11 @@ class Exchange(BaseExchange):
|
|
2896
2896
|
"""
|
2897
2897
|
* @ignore
|
2898
2898
|
parses funding fee info from exchange response
|
2899
|
-
:param [
|
2899
|
+
:param dict[] incomes: each item describes once instance of currency being received or paid
|
2900
2900
|
:param dict|None market: ccxt market
|
2901
2901
|
:param int|None since: when defined, the response items are filtered to only include items after self timestamp
|
2902
2902
|
:param int|None limit: limits the number of items in the response
|
2903
|
-
:returns [
|
2903
|
+
:returns dict[]: an array of `funding history structures <https://docs.ccxt.com/#/?id=funding-history-structure>`
|
2904
2904
|
"""
|
2905
2905
|
result = []
|
2906
2906
|
for i in range(0, len(incomes)):
|