ccxt 4.5.0__tar.gz → 4.5.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ccxt-4.5.0/ccxt.egg-info → ccxt-4.5.1}/PKG-INFO +5 -5
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/__init__.py +1 -1
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/__init__.py +1 -1
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/base/exchange.py +1 -1
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/coinbase.py +46 -34
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/gate.py +31 -17
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/gemini.py +1 -1
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/hibachi.py +1 -1
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/hyperliquid.py +13 -2
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/kraken.py +1 -8
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/krakenfutures.py +25 -25
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/mexc.py +2 -1
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/timex.py +35 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/tradeogre.py +32 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/wavesexchange.py +33 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/base/exchange.py +7 -1
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/coinbase.py +46 -34
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/gate.py +31 -17
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/gemini.py +1 -1
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/hibachi.py +1 -1
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/hyperliquid.py +13 -2
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/kraken.py +1 -8
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/krakenfutures.py +25 -25
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/mexc.py +2 -1
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/__init__.py +1 -1
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/bitget.py +179 -51
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/bybit.py +8 -10
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/gate.py +8 -1
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/hyperliquid.py +2 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/kraken.py +1 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/lbank.py +56 -2
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/mexc.py +1 -1
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/timex.py +35 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/tradeogre.py +32 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/wavesexchange.py +33 -0
- {ccxt-4.5.0 → ccxt-4.5.1/ccxt.egg-info}/PKG-INFO +5 -5
- {ccxt-4.5.0 → ccxt-4.5.1}/package.json +1 -1
- {ccxt-4.5.0 → ccxt-4.5.1}/LICENSE.txt +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/MANIFEST.in +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/README.rst +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/alpaca.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/apex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/ascendex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bequant.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bigone.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/binance.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/binancecoinm.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/binanceus.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/binanceusdm.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bingx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bit2c.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bitbank.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bitbns.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bitfinex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bitflyer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bitget.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bithumb.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bitmart.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bitmex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bitopro.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bitrue.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bitso.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bitstamp.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bitteam.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bittrade.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bitvavo.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/blockchaincom.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/blofin.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/btcalpha.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/btcbox.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/btcmarkets.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/btcturk.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/bybit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/cex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/coinbase.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/coinbaseadvanced.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/coinbaseexchange.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/coinbaseinternational.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/coincatch.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/coincheck.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/coinex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/coinmate.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/coinmetro.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/coinone.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/coinsph.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/coinspot.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/cryptocom.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/cryptomus.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/defx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/delta.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/deribit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/derive.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/digifinex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/ellipx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/exmo.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/fmfwio.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/foxbit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/gate.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/gateio.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/gemini.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/hashkey.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/hibachi.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/hitbtc.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/hollaex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/htx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/huobi.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/hyperliquid.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/independentreserve.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/indodax.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/kraken.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/krakenfutures.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/kucoin.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/kucoinfutures.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/latoken.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/lbank.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/luno.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/mercado.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/mexc.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/modetrade.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/myokx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/ndax.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/novadax.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/oceanex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/okcoin.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/okx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/okxus.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/onetrading.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/oxfun.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/p2b.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/paradex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/paymium.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/phemex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/poloniex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/probit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/timex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/tokocrypto.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/tradeogre.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/upbit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/vertex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/wavesexchange.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/whitebit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/woo.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/woofipro.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/xt.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/yobit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/zaif.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/abstract/zonda.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/alpaca.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/apex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/ascendex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/alpaca.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/apex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/ascendex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/base/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/base/throttler.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/base/ws/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/base/ws/cache.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/base/ws/client.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/base/ws/functions.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/base/ws/future.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/base/ws/order_book.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/base/ws/order_book_side.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bequant.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bigone.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/binance.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/binancecoinm.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/binanceus.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/binanceusdm.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bingx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bit2c.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bitbank.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bitbns.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bitfinex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bitflyer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bitget.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bithumb.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bitmart.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bitmex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bitopro.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bitrue.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bitso.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bitstamp.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bitteam.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bittrade.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bitvavo.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/blockchaincom.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/blofin.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/btcalpha.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/btcbox.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/btcmarkets.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/btcturk.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/bybit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/cex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/coinbaseadvanced.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/coinbaseexchange.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/coinbaseinternational.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/coincatch.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/coincheck.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/coinex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/coinmate.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/coinmetro.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/coinone.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/coinsph.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/coinspot.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/cryptocom.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/cryptomus.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/defx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/delta.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/deribit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/derive.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/digifinex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/ellipx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/exmo.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/fmfwio.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/foxbit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/gateio.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/hashkey.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/hitbtc.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/hollaex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/htx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/huobi.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/independentreserve.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/indodax.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/kucoin.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/kucoinfutures.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/latoken.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/lbank.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/luno.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/mercado.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/modetrade.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/myokx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/ndax.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/novadax.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/oceanex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/okcoin.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/okx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/okxus.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/onetrading.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/oxfun.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/p2b.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/paradex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/paymium.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/phemex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/poloniex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/probit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/tokocrypto.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/upbit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/vertex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/whitebit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/woo.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/woofipro.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/xt.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/yobit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/zaif.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/async_support/zonda.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/base/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/base/decimal_to_precision.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/base/errors.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/base/precise.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/base/types.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bequant.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bigone.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/binance.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/binancecoinm.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/binanceus.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/binanceusdm.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bingx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bit2c.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bitbank.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bitbns.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bitfinex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bitflyer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bitget.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bithumb.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bitmart.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bitmex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bitopro.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bitrue.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bitso.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bitstamp.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bitteam.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bittrade.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bitvavo.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/blockchaincom.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/blofin.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/btcalpha.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/btcbox.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/btcmarkets.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/btcturk.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/bybit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/cex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/coinbaseadvanced.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/coinbaseexchange.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/coinbaseinternational.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/coincatch.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/coincheck.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/coinex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/coinmate.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/coinmetro.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/coinone.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/coinsph.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/coinspot.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/cryptocom.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/cryptomus.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/defx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/delta.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/deribit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/derive.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/digifinex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/ellipx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/exmo.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/fmfwio.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/foxbit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/gateio.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/hashkey.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/hitbtc.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/hollaex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/htx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/huobi.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/independentreserve.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/indodax.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/kucoin.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/kucoinfutures.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/latoken.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/lbank.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/luno.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/mercado.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/modetrade.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/myokx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/ndax.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/novadax.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/oceanex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/okcoin.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/okx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/okxus.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/onetrading.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/oxfun.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/p2b.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/paradex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/paymium.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/phemex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/poloniex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/alpaca.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/apex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/ascendex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/bequant.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/binance.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/binancecoinm.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/binanceus.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/binanceusdm.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/bingx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/bitfinex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/bithumb.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/bitmart.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/bitmex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/bitopro.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/bitrue.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/bitstamp.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/bittrade.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/bitvavo.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/blockchaincom.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/blofin.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/cex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/coinbase.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/coinbaseadvanced.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/coinbaseexchange.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/coinbaseinternational.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/coincatch.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/coincheck.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/coinex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/coinone.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/cryptocom.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/defx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/deribit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/derive.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/exmo.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/gateio.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/gemini.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/hashkey.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/hitbtc.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/hollaex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/htx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/huobi.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/independentreserve.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/krakenfutures.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/kucoin.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/kucoinfutures.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/luno.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/modetrade.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/myokx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/ndax.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/okcoin.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/okx.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/okxus.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/onetrading.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/oxfun.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/p2b.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/paradex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/phemex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/poloniex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/probit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/tradeogre.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/upbit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/vertex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/whitebit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/woo.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/woofipro.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/pro/xt.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/probit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PrivateAccountV3Api_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PrivateDealsV3Api_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PrivateOrdersV3Api_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PublicAggreBookTickerV3Api_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PublicAggreDealsV3Api_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PublicAggreDepthsV3Api_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PublicBookTickerBatchV3Api_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PublicBookTickerV3Api_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PublicDealsV3Api_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PublicIncreaseDepthsBatchV3Api_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PublicIncreaseDepthsV3Api_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PublicLimitDepthsV3Api_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PublicMiniTickerV3Api_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PublicMiniTickersV3Api_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PublicSpotKlineV3Api_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/PushDataV3ApiWrapper_pb2.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/protobuf/mexc/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ecdsa/der.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ecdsa/util.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/abi.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/base.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/codec.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/constants.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/decoding.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/encoding.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/exceptions.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/grammar.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/packed.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/py.typed +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/registry.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/tools/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/tools/_strategies.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/utils/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/utils/numeric.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/utils/padding.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/abi/utils/string.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/account/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/account/encode_typed_data/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/account/encode_typed_data/encoding_and_hashing.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/account/encode_typed_data/helpers.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/account/messages.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/account/py.typed +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/hexbytes/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/hexbytes/_utils.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/hexbytes/main.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/hexbytes/py.typed +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/typing/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/typing/abi.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/typing/bls.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/typing/discovery.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/typing/encoding.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/typing/enums.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/typing/ethpm.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/typing/evm.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/typing/networks.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/typing/py.typed +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/abi.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/address.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/applicators.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/conversions.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/currency.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/curried/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/debug.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/decorators.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/encoding.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/exceptions.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/functional.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/hexadecimal.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/humanize.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/logging.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/module_loading.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/numeric.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/py.typed +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/toolz.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/types.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/typing/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/typing/misc.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/ethereum/utils/units.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/keccak/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/keccak/keccak.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/__pyinstaller/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/__pyinstaller/hook-lark.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/ast_utils.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/common.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/exceptions.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/grammar.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/grammars/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/indenter.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/lark.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/lexer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/load_grammar.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/parse_tree_builder.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/parser_frontends.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/parsers/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/parsers/cyk.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/parsers/earley.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/parsers/earley_common.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/parsers/earley_forest.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/parsers/grammar_analysis.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/parsers/lalr_analysis.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/parsers/lalr_interactive_parser.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/parsers/lalr_parser.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/parsers/lalr_parser_state.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/parsers/xearley.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/py.typed +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/reconstruct.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/tools/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/tools/nearley.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/tools/serialize.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/tools/standalone.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/tree.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/tree_matcher.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/tree_templates.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/utils.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/lark/visitors.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow/base.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow/class_registry.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow/decorators.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow/error_store.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow/exceptions.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow/fields.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow/orderedset.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow/py.typed +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow/schema.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow/types.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow/utils.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow/validate.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow/warnings.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow_dataclass/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow_dataclass/collection_field.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow_dataclass/lazy_class_attribute.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow_dataclass/mypy.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow_dataclass/py.typed +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow_dataclass/typing.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow_dataclass/union_field.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow_oneofschema/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow_oneofschema/one_of_schema.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/marshmallow_oneofschema/py.typed +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/msgpack/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/msgpack/exceptions.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/msgpack/ext.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/msgpack/fallback.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/parsimonious/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/parsimonious/exceptions.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/parsimonious/expressions.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/parsimonious/grammar.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/parsimonious/nodes.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/parsimonious/utils.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/cairo/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/cairo/data_types.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/cairo_types.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser_transformer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/cairo/felt.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/cairo/type_parser.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/cairo/v1/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/cairo/v1/type_parser.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/cairo/v2/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/cairo/v2/type_parser.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/ccxt_utils.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/common.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/constants.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/hash/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/hash/address.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/hash/compiled_class_hash_objects.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/hash/selector.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/hash/storage.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/hash/utils.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/models/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/models/typed_data.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/_calldata_reader.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/_context.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/_common.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/array_serializer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/bool_serializer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/byte_array_serializer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/cairo_data_serializer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/enum_serializer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/felt_serializer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/named_tuple_serializer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/option_serializer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/output_serializer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/payload_serializer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/struct_serializer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/tuple_serializer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint256_serializer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint_serializer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/data_serializers/unit_serializer.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/errors.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/factory.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/function_serialization_adapter.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/serialization/tuple_dataclass.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/utils/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/utils/constructor_args_translator.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/utils/iterable.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/utils/schema.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starknet/utils/typed_data.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starkware/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starkware/crypto/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starkware/crypto/fast_pedersen_hash.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starkware/crypto/math_utils.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starkware/crypto/signature.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/starkware/crypto/utils.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/sympy/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/sympy/core/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/sympy/core/intfunc.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/sympy/external/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/sympy/external/gmpy.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/sympy/external/importtools.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/sympy/external/ntheory.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/sympy/external/pythonmpq.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/toolz/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/toolz/_signatures.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/toolz/_version.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/toolz/compatibility.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/toolz/curried/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/toolz/curried/exceptions.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/toolz/curried/operator.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/toolz/dicttoolz.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/toolz/functoolz.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/toolz/itertoolz.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/toolz/recipes.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/toolz/utils.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/typing_inspect/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/static_dependencies/typing_inspect/typing_inspect.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/test/__init__.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/test/tests_async.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/test/tests_helpers.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/test/tests_init.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/test/tests_sync.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/tokocrypto.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/upbit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/vertex.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/whitebit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/woo.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/woofipro.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/xt.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/yobit.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/zaif.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt/zonda.py +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt.egg-info/SOURCES.txt +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt.egg-info/dependency_links.txt +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt.egg-info/requires.txt +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/ccxt.egg-info/top_level.txt +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/setup.cfg +0 -0
- {ccxt-4.5.0 → ccxt-4.5.1}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ccxt
|
3
|
-
Version: 4.5.
|
3
|
+
Version: 4.5.1
|
4
4
|
Summary: A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 100+ exchanges
|
5
5
|
Home-page: https://ccxt.com
|
6
6
|
Author: Igor Kroitor
|
@@ -161,7 +161,7 @@ Current feature list:
|
|
161
161
|
| [](https://www.independentreserve.com) | independentreserve | [Independent Reserve](https://www.independentreserve.com) | [](https://www.independentreserve.com/API) |  | | [](https://ccxt.pro) |
|
162
162
|
| [](https://indodax.com/ref/testbitcoincoid/1) | indodax | [INDODAX](https://indodax.com/ref/testbitcoincoid/1) | [](https://github.com/btcid/indodax-official-api-docs) |  | | |
|
163
163
|
| [](https://www.kraken.com) | kraken | [Kraken](https://www.kraken.com) | [](https://docs.kraken.com/rest/) |  | | [](https://ccxt.pro) |
|
164
|
-
| [](https://futures.kraken.com/) | krakenfutures | [Kraken Futures](https://futures.kraken.com/) | [](https://docs.
|
164
|
+
| [](https://futures.kraken.com/) | krakenfutures | [Kraken Futures](https://futures.kraken.com/) | [](https://docs.kraken.com/api/docs/futures-api/trading/market-data/) |  | | [](https://ccxt.pro) |
|
165
165
|
| [](https://www.kucoin.com/ucenter/signup?rcode=E5wkqe) | kucoin | [KuCoin](https://www.kucoin.com/ucenter/signup?rcode=E5wkqe) | [](https://docs.kucoin.com) |  | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
166
166
|
| [](https://futures.kucoin.com/?rcode=E5wkqe) | kucoinfutures | [KuCoin Futures](https://futures.kucoin.com/?rcode=E5wkqe) | [](https://docs.kucoin.com/futures) |  | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
167
167
|
| [](https://latoken.com/invite?r=mvgp2djk) | latoken | [Latoken](https://latoken.com/invite?r=mvgp2djk) | [](https://api.latoken.com) |  | | |
|
@@ -259,13 +259,13 @@ console.log(version, Object.keys(exchanges));
|
|
259
259
|
|
260
260
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
261
261
|
|
262
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.5.
|
263
|
-
* unpkg: https://unpkg.com/ccxt@4.5.
|
262
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.5.1/dist/ccxt.browser.min.js
|
263
|
+
* unpkg: https://unpkg.com/ccxt@4.5.1/dist/ccxt.browser.min.js
|
264
264
|
|
265
265
|
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.
|
266
266
|
|
267
267
|
```HTML
|
268
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.5.
|
268
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.5.1/dist/ccxt.browser.min.js"></script>
|
269
269
|
```
|
270
270
|
|
271
271
|
Creates a global `ccxt` object:
|
@@ -2193,34 +2193,44 @@ class coinbase(Exchange, ImplicitAPI):
|
|
2193
2193
|
# fetchTickersV3
|
2194
2194
|
#
|
2195
2195
|
# [
|
2196
|
-
#
|
2197
|
-
#
|
2198
|
-
#
|
2199
|
-
#
|
2200
|
-
#
|
2201
|
-
#
|
2202
|
-
#
|
2203
|
-
#
|
2204
|
-
#
|
2205
|
-
#
|
2206
|
-
#
|
2207
|
-
#
|
2208
|
-
#
|
2209
|
-
#
|
2210
|
-
#
|
2211
|
-
#
|
2212
|
-
#
|
2213
|
-
#
|
2214
|
-
#
|
2215
|
-
#
|
2216
|
-
#
|
2217
|
-
#
|
2218
|
-
#
|
2219
|
-
#
|
2220
|
-
#
|
2221
|
-
#
|
2222
|
-
#
|
2223
|
-
#
|
2196
|
+
# {
|
2197
|
+
# "product_id": "ETH-USD",
|
2198
|
+
# "price": "4471.59",
|
2199
|
+
# "price_percentage_change_24h": "0.14243387238731",
|
2200
|
+
# "volume_24h": "87329.92990204",
|
2201
|
+
# "volume_percentage_change_24h": "-60.7789801794578",
|
2202
|
+
# "base_increment": "0.00000001",
|
2203
|
+
# "quote_increment": "0.01",
|
2204
|
+
# "quote_min_size": "1",
|
2205
|
+
# "quote_max_size": "150000000",
|
2206
|
+
# "base_min_size": "0.00000001",
|
2207
|
+
# "base_max_size": "42000",
|
2208
|
+
# "base_name": "Ethereum",
|
2209
|
+
# "quote_name": "US Dollar",
|
2210
|
+
# "watched": False,
|
2211
|
+
# "is_disabled": False,
|
2212
|
+
# "new": False,
|
2213
|
+
# "status": "online",
|
2214
|
+
# "cancel_only": False,
|
2215
|
+
# "limit_only": False,
|
2216
|
+
# "post_only": False,
|
2217
|
+
# "trading_disabled": False,
|
2218
|
+
# "auction_mode": False,
|
2219
|
+
# "product_type": "SPOT",
|
2220
|
+
# "quote_currency_id": "USD",
|
2221
|
+
# "base_currency_id": "ETH",
|
2222
|
+
# "fcm_trading_session_details": null,
|
2223
|
+
# "mid_market_price": "",
|
2224
|
+
# "alias": "",
|
2225
|
+
# "alias_to": ["ETH-USDC"],
|
2226
|
+
# "base_display_symbol": "ETH",
|
2227
|
+
# "quote_display_symbol": "USD",
|
2228
|
+
# "view_only": False,
|
2229
|
+
# "price_increment": "0.01",
|
2230
|
+
# "display_name": "ETH-USD",
|
2231
|
+
# "product_venue": "CBE",
|
2232
|
+
# "approximate_quote_24h_volume": "390503641.25",
|
2233
|
+
# "new_at": "2023-01-01T00:00:00Z"
|
2224
2234
|
# },
|
2225
2235
|
# ...
|
2226
2236
|
# ]
|
@@ -2251,10 +2261,12 @@ class coinbase(Exchange, ImplicitAPI):
|
|
2251
2261
|
if ('bids' in ticker):
|
2252
2262
|
bids = self.safe_list(ticker, 'bids', [])
|
2253
2263
|
asks = self.safe_list(ticker, 'asks', [])
|
2254
|
-
|
2255
|
-
|
2256
|
-
|
2257
|
-
|
2264
|
+
firstBid = self.safe_dict(bids, 0, {})
|
2265
|
+
firstAsk = self.safe_dict(asks, 0, {})
|
2266
|
+
bid = self.safe_number(firstBid, 'price')
|
2267
|
+
bidVolume = self.safe_number(firstBid, 'size')
|
2268
|
+
ask = self.safe_number(firstAsk, 'price')
|
2269
|
+
askVolume = self.safe_number(firstAsk, 'size')
|
2258
2270
|
marketId = self.safe_string(ticker, 'product_id')
|
2259
2271
|
market = self.safe_market(marketId, market)
|
2260
2272
|
last = self.safe_number(ticker, 'price')
|
@@ -2277,8 +2289,8 @@ class coinbase(Exchange, ImplicitAPI):
|
|
2277
2289
|
'change': None,
|
2278
2290
|
'percentage': self.safe_number(ticker, 'price_percentage_change_24h'),
|
2279
2291
|
'average': None,
|
2280
|
-
'baseVolume':
|
2281
|
-
'quoteVolume':
|
2292
|
+
'baseVolume': self.safe_number(ticker, 'volume_24h'),
|
2293
|
+
'quoteVolume': self.safe_number(ticker, 'approximate_quote_24h_volume'),
|
2282
2294
|
'info': ticker,
|
2283
2295
|
}, market)
|
2284
2296
|
|
@@ -765,6 +765,9 @@ class gate(Exchange, ImplicitAPI):
|
|
765
765
|
'option': 'options',
|
766
766
|
'options': 'options',
|
767
767
|
},
|
768
|
+
'fetchMarkets': {
|
769
|
+
'types': ['spot', 'swap', 'future', 'option'],
|
770
|
+
},
|
768
771
|
'swap': {
|
769
772
|
'fetchMarkets': {
|
770
773
|
'settlementCurrencies': ['usdt', 'btc'],
|
@@ -1234,21 +1237,24 @@ class gate(Exchange, ImplicitAPI):
|
|
1234
1237
|
await self.load_time_difference()
|
1235
1238
|
if self.check_required_credentials(False):
|
1236
1239
|
await self.load_unified_status()
|
1240
|
+
rawPromises = []
|
1237
1241
|
sandboxMode = self.safe_bool(self.options, 'sandboxMode', False)
|
1238
|
-
|
1239
|
-
|
1240
|
-
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1242
|
+
fetchMarketsOptions = self.safe_dict(self.options, 'fetchMarkets')
|
1243
|
+
types = self.safe_list(fetchMarketsOptions, 'types', ['spot', 'swap', 'future', 'option'])
|
1244
|
+
for i in range(0, len(types)):
|
1245
|
+
marketType = types[i]
|
1246
|
+
if marketType == 'spot':
|
1247
|
+
if not sandboxMode:
|
1248
|
+
# gate doesn't have a sandbox for spot markets
|
1249
|
+
rawPromises.append(self.fetch_spot_markets(params))
|
1250
|
+
elif marketType == 'swap':
|
1251
|
+
rawPromises.append(self.fetch_swap_markets(params))
|
1252
|
+
elif marketType == 'future':
|
1253
|
+
rawPromises.append(self.fetch_future_markets(params))
|
1254
|
+
elif marketType == 'option':
|
1255
|
+
rawPromises.append(self.fetch_option_markets(params))
|
1256
|
+
results = await asyncio.gather(*rawPromises)
|
1257
|
+
return self.arrays_concat(results)
|
1252
1258
|
|
1253
1259
|
async def fetch_spot_markets(self, params={}):
|
1254
1260
|
marginPromise = self.publicMarginGetCurrencyPairs(params)
|
@@ -1363,10 +1369,9 @@ class gate(Exchange, ImplicitAPI):
|
|
1363
1369
|
})
|
1364
1370
|
return result
|
1365
1371
|
|
1366
|
-
async def
|
1372
|
+
async def fetch_swap_markets(self, params={}):
|
1367
1373
|
result = []
|
1368
1374
|
swapSettlementCurrencies = self.get_settlement_currencies('swap', 'fetchMarkets')
|
1369
|
-
futureSettlementCurrencies = self.get_settlement_currencies('future', 'fetchMarkets')
|
1370
1375
|
for c in range(0, len(swapSettlementCurrencies)):
|
1371
1376
|
settleId = swapSettlementCurrencies[c]
|
1372
1377
|
request: dict = {
|
@@ -1376,6 +1381,11 @@ class gate(Exchange, ImplicitAPI):
|
|
1376
1381
|
for i in range(0, len(response)):
|
1377
1382
|
parsedMarket = self.parse_contract_market(response[i], settleId)
|
1378
1383
|
result.append(parsedMarket)
|
1384
|
+
return result
|
1385
|
+
|
1386
|
+
async def fetch_future_markets(self, params={}):
|
1387
|
+
result = []
|
1388
|
+
futureSettlementCurrencies = self.get_settlement_currencies('future', 'fetchMarkets')
|
1379
1389
|
for c in range(0, len(futureSettlementCurrencies)):
|
1380
1390
|
settleId = futureSettlementCurrencies[c]
|
1381
1391
|
request: dict = {
|
@@ -2543,7 +2553,11 @@ class gate(Exchange, ImplicitAPI):
|
|
2543
2553
|
#
|
2544
2554
|
request, query = self.prepare_request(market, market['type'], params)
|
2545
2555
|
if limit is not None:
|
2546
|
-
|
2556
|
+
if market['spot']:
|
2557
|
+
limit = min(limit, 1000)
|
2558
|
+
else:
|
2559
|
+
limit = min(limit, 300)
|
2560
|
+
request['limit'] = limit
|
2547
2561
|
request['with_id'] = True
|
2548
2562
|
response = None
|
2549
2563
|
if market['spot'] or market['margin']:
|
@@ -276,7 +276,7 @@ class gemini(Exchange, ImplicitAPI):
|
|
276
276
|
'fetchMarketFromWebRetries': 10,
|
277
277
|
'fetchMarketsFromAPI': {
|
278
278
|
'fetchDetailsForAllSymbols': False,
|
279
|
-
'quoteCurrencies': ['USDT', 'GUSD', 'USD', 'DAI', 'EUR', 'GBP', 'SGD', 'BTC', 'ETH', 'LTC', 'BCH', 'SOL'],
|
279
|
+
'quoteCurrencies': ['USDT', 'GUSD', 'USD', 'DAI', 'EUR', 'GBP', 'SGD', 'BTC', 'ETH', 'LTC', 'BCH', 'SOL', 'USDC'],
|
280
280
|
},
|
281
281
|
'fetchMarkets': {
|
282
282
|
'webApiEnable': True, # fetches from WEB
|
@@ -1562,7 +1562,7 @@ class hibachi(Exchange, ImplicitAPI):
|
|
1562
1562
|
def sign(self, path, api='public', method='GET', params={}, headers=None, body=None):
|
1563
1563
|
endpoint = '/' + self.implode_params(path, params)
|
1564
1564
|
url = self.urls['api'][api] + endpoint
|
1565
|
-
headers = {}
|
1565
|
+
headers = {'Hibachi-Client': 'HibachiCCXT/unversioned'}
|
1566
1566
|
if method == 'GET':
|
1567
1567
|
request = self.omit(params, self.extract_params(path))
|
1568
1568
|
query = self.urlencode(request)
|
@@ -2284,6 +2284,7 @@ class hyperliquid(Exchange, ImplicitAPI):
|
|
2284
2284
|
:param str id: order id
|
2285
2285
|
:param str symbol: unified symbol of the market the order was made in
|
2286
2286
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
2287
|
+
:param str [params.clientOrderId]: client order id,(optional 128 bit hex string e.g. 0x1234567890abcdef1234567890abcdef)
|
2287
2288
|
:param str [params.user]: user address, will default to self.walletAddress if not provided
|
2288
2289
|
:param str [params.subAccountAddress]: sub account user address
|
2289
2290
|
:returns dict: An `order structure <https://docs.ccxt.com/#/?id=order-structure>`
|
@@ -2292,12 +2293,18 @@ class hyperliquid(Exchange, ImplicitAPI):
|
|
2292
2293
|
userAddress, params = self.handle_public_address('fetchOrder', params)
|
2293
2294
|
await self.load_markets()
|
2294
2295
|
market = self.safe_market(symbol)
|
2295
|
-
|
2296
|
+
clientOrderId = self.safe_string(params, 'clientOrderId')
|
2296
2297
|
request: dict = {
|
2297
2298
|
'type': 'orderStatus',
|
2298
|
-
'oid': id if isClientOrderId else self.parse_to_numeric(id),
|
2299
|
+
# 'oid': id if isClientOrderId else self.parse_to_numeric(id),
|
2299
2300
|
'user': userAddress,
|
2300
2301
|
}
|
2302
|
+
if clientOrderId is not None:
|
2303
|
+
params = self.omit(params, 'clientOrderId')
|
2304
|
+
request['oid'] = clientOrderId
|
2305
|
+
else:
|
2306
|
+
isClientOrderId = len(id) >= 34
|
2307
|
+
request['oid'] = id if isClientOrderId else self.parse_to_numeric(id)
|
2301
2308
|
response = await self.publicPostInfo(self.extend(request, params))
|
2302
2309
|
#
|
2303
2310
|
# {
|
@@ -3669,11 +3676,15 @@ class hyperliquid(Exchange, ImplicitAPI):
|
|
3669
3676
|
# }
|
3670
3677
|
# {"status":"ok","response":{"type":"order","data":{"statuses":[{"error":"Insufficient margin to place order. asset=84"}]}}}
|
3671
3678
|
#
|
3679
|
+
# {"status":"unknownOid"}
|
3680
|
+
#
|
3672
3681
|
status = self.safe_string(response, 'status', '')
|
3673
3682
|
error = self.safe_string(response, 'error')
|
3674
3683
|
message = None
|
3675
3684
|
if status == 'err':
|
3676
3685
|
message = self.safe_string(response, 'response')
|
3686
|
+
elif status == 'unknownOid':
|
3687
|
+
raise OrderNotFound(self.id + ' ' + body) # {"status":"unknownOid"}
|
3677
3688
|
elif error is not None:
|
3678
3689
|
message = error
|
3679
3690
|
else:
|
@@ -252,6 +252,7 @@ class kraken(Exchange, ImplicitAPI):
|
|
252
252
|
'UST': 'USTC',
|
253
253
|
'XBT': 'BTC',
|
254
254
|
'XDG': 'DOGE',
|
255
|
+
'FEE': 'KFEE',
|
255
256
|
},
|
256
257
|
'options': {
|
257
258
|
'timeDifference': 0, # the difference between system clock and Binance clock
|
@@ -716,14 +717,6 @@ class kraken(Exchange, ImplicitAPI):
|
|
716
717
|
self.options['marketsByAltname'] = self.index_by(result, 'altname')
|
717
718
|
return result
|
718
719
|
|
719
|
-
def safe_currency(self, currencyId, currency: Currency = None):
|
720
|
-
if currencyId is not None:
|
721
|
-
if len(currencyId) > 3:
|
722
|
-
if (currencyId.find('X') == 0) or (currencyId.find('Z') == 0):
|
723
|
-
if not (currencyId.find('.') > 0) and (currencyId != 'ZEUS'):
|
724
|
-
currencyId = currencyId[1:]
|
725
|
-
return super(kraken, self).safe_currency(currencyId, currency)
|
726
|
-
|
727
720
|
async def fetch_status(self, params={}):
|
728
721
|
"""
|
729
722
|
the latest known information on the availability of the exchange API
|
@@ -115,7 +115,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
115
115
|
},
|
116
116
|
'www': 'https://futures.kraken.com/',
|
117
117
|
'doc': [
|
118
|
-
'https://docs.
|
118
|
+
'https://docs.kraken.com/api/docs/futures-api/trading/market-data/',
|
119
119
|
],
|
120
120
|
'fees': 'https://support.kraken.com/hc/en-us/articles/360022835771-Transaction-fees-and-rebates-for-Kraken-Futures',
|
121
121
|
'referral': None,
|
@@ -378,7 +378,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
378
378
|
"""
|
379
379
|
Fetches the available trading markets from the exchange, Multi-collateral markets are returned markets, but can be settled in multiple currencies
|
380
380
|
|
381
|
-
https://docs.
|
381
|
+
https://docs.kraken.com/api/docs/futures-api/trading/get-instruments
|
382
382
|
|
383
383
|
:param dict [params]: exchange specific params
|
384
384
|
:returns: An array of market structures
|
@@ -545,7 +545,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
545
545
|
async def fetch_order_book(self, symbol: str, limit: Int = None, params={}) -> OrderBook:
|
546
546
|
"""
|
547
547
|
|
548
|
-
https://docs.
|
548
|
+
https://docs.kraken.com/api/docs/futures-api/trading/get-orderbook
|
549
549
|
|
550
550
|
Fetches a list of open orders in a market
|
551
551
|
:param str symbol: Unified market symbol
|
@@ -596,7 +596,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
596
596
|
"""
|
597
597
|
fetches price tickers for multiple markets, statistical information calculated over the past 24 hours for each market
|
598
598
|
|
599
|
-
https://docs.
|
599
|
+
https://docs.kraken.com/api/docs/futures-api/trading/get-tickers
|
600
600
|
|
601
601
|
:param str[] symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
602
602
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
@@ -712,7 +712,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
712
712
|
async def fetch_ohlcv(self, symbol: str, timeframe='1m', since: Int = None, limit: Int = None, params={}) -> List[list]:
|
713
713
|
"""
|
714
714
|
|
715
|
-
https://docs.
|
715
|
+
https://docs.kraken.com/api/docs/futures-api/charts/candles
|
716
716
|
|
717
717
|
fetches historical candlestick data containing the open, high, low, and close price, and the volume of a market
|
718
718
|
:param str symbol: unified symbol of the market to fetch OHLCV data for
|
@@ -791,8 +791,8 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
791
791
|
async def fetch_trades(self, symbol: str, since: Int = None, limit: Int = None, params={}) -> List[Trade]:
|
792
792
|
"""
|
793
793
|
|
794
|
-
https://docs.
|
795
|
-
https://docs.
|
794
|
+
https://docs.kraken.com/api/docs/futures-api/trading/get-history
|
795
|
+
https://docs.kraken.com/api/docs/futures-api/history/get-public-execution-events
|
796
796
|
|
797
797
|
Fetch a history of filled trades that self account has made
|
798
798
|
:param str symbol: Unified CCXT market symbol
|
@@ -1205,7 +1205,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
1205
1205
|
async def edit_order(self, id: str, symbol: str, type: OrderType, side: OrderSide, amount: Num = None, price: Num = None, params={}):
|
1206
1206
|
"""
|
1207
1207
|
|
1208
|
-
https://docs.
|
1208
|
+
https://docs.kraken.com/api/docs/futures-api/trading/edit-order-spring
|
1209
1209
|
|
1210
1210
|
Edit an open order on the exchange
|
1211
1211
|
:param str id: order id
|
@@ -1235,7 +1235,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
1235
1235
|
async def cancel_order(self, id: str, symbol: Str = None, params={}):
|
1236
1236
|
"""
|
1237
1237
|
|
1238
|
-
https://docs.
|
1238
|
+
https://docs.kraken.com/api/docs/futures-api/trading/cancel-order
|
1239
1239
|
|
1240
1240
|
Cancel an open order on the exchange
|
1241
1241
|
:param str id: Order id
|
@@ -1256,7 +1256,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
1256
1256
|
"""
|
1257
1257
|
cancel multiple orders
|
1258
1258
|
|
1259
|
-
https://docs.
|
1259
|
+
https://docs.kraken.com/api/docs/futures-api/trading/send-batch-order
|
1260
1260
|
|
1261
1261
|
:param str[] ids: order ids
|
1262
1262
|
:param str [symbol]: unified market symbol
|
@@ -1315,7 +1315,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
1315
1315
|
async def cancel_all_orders(self, symbol: Str = None, params={}):
|
1316
1316
|
"""
|
1317
1317
|
|
1318
|
-
https://docs.
|
1318
|
+
https://docs.kraken.com/api/docs/futures-api/trading/cancel-all-orders
|
1319
1319
|
|
1320
1320
|
Cancels all orders on the exchange, including trigger orders
|
1321
1321
|
:param str symbol: Unified market symbol
|
@@ -1370,7 +1370,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
1370
1370
|
"""
|
1371
1371
|
dead man's switch, cancel all orders after the given timeout
|
1372
1372
|
|
1373
|
-
https://docs.
|
1373
|
+
https://docs.kraken.com/api/docs/futures-api/trading/cancel-all-orders-after
|
1374
1374
|
|
1375
1375
|
:param number timeout: time in milliseconds, 0 represents cancel the timer
|
1376
1376
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
@@ -1396,7 +1396,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
1396
1396
|
async def fetch_open_orders(self, symbol: Str = None, since: Int = None, limit: Int = None, params={}) -> List[Order]:
|
1397
1397
|
"""
|
1398
1398
|
|
1399
|
-
https://docs.
|
1399
|
+
https://docs.kraken.com/api/docs/futures-api/trading/get-open-orders
|
1400
1400
|
|
1401
1401
|
Gets all open orders, including trigger orders, for an account from the exchange api
|
1402
1402
|
:param str symbol: Unified market symbol
|
@@ -1452,7 +1452,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
1452
1452
|
async def fetch_canceled_orders(self, symbol: Str = None, since: Int = None, limit: Int = None, params={}) -> List[Order]:
|
1453
1453
|
"""
|
1454
1454
|
|
1455
|
-
https://docs.
|
1455
|
+
https://docs.kraken.com/api/docs/futures-api/history/get-order-events
|
1456
1456
|
|
1457
1457
|
Gets all canceled orders, including trigger orders, for an account from the exchange api
|
1458
1458
|
:param str symbol: Unified market symbol
|
@@ -1905,7 +1905,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
1905
1905
|
"""
|
1906
1906
|
fetch all trades made by the user
|
1907
1907
|
|
1908
|
-
https://docs.
|
1908
|
+
https://docs.kraken.com/api/docs/futures-api/trading/get-fills
|
1909
1909
|
|
1910
1910
|
:param str symbol: unified market symbol
|
1911
1911
|
:param int [since]: *not used by the api* the earliest time in ms to fetch trades for
|
@@ -1945,7 +1945,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
1945
1945
|
async def fetch_balance(self, params={}) -> Balances:
|
1946
1946
|
"""
|
1947
1947
|
|
1948
|
-
https://docs.
|
1948
|
+
https://docs.kraken.com/api/docs/futures-api/trading/get-accounts
|
1949
1949
|
|
1950
1950
|
Fetch the balance for a sub-account, all sub-account balances are inside 'info' in the response
|
1951
1951
|
:param dict [params]: Exchange specific parameters
|
@@ -2160,7 +2160,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
2160
2160
|
"""
|
2161
2161
|
fetch the current funding rates for multiple markets
|
2162
2162
|
|
2163
|
-
https://docs.
|
2163
|
+
https://docs.kraken.com/api/docs/futures-api/trading/get-tickers
|
2164
2164
|
|
2165
2165
|
:param str[] symbols: unified market symbols
|
2166
2166
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
@@ -2243,7 +2243,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
2243
2243
|
"""
|
2244
2244
|
fetches historical funding rate prices
|
2245
2245
|
|
2246
|
-
https://docs.
|
2246
|
+
https://docs.kraken.com/api/docs/futures-api/trading/historical-funding-rates
|
2247
2247
|
|
2248
2248
|
:param str symbol: unified symbol of the market to fetch the funding rate history for
|
2249
2249
|
:param int [since]: timestamp in ms of the earliest funding rate to fetch
|
@@ -2291,7 +2291,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
2291
2291
|
async def fetch_positions(self, symbols: Strings = None, params={}) -> List[Position]:
|
2292
2292
|
"""
|
2293
2293
|
|
2294
|
-
https://docs.
|
2294
|
+
https://docs.kraken.com/api/docs/futures-api/trading/get-open-positions
|
2295
2295
|
|
2296
2296
|
Fetches current contract trading positions
|
2297
2297
|
:param str[] symbols: List of unified symbols
|
@@ -2386,7 +2386,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
2386
2386
|
"""
|
2387
2387
|
retrieve information on the maximum leverage, and maintenance margin for trades of varying trade sizes
|
2388
2388
|
|
2389
|
-
https://docs.
|
2389
|
+
https://docs.kraken.com/api/docs/futures-api/trading/get-instruments
|
2390
2390
|
|
2391
2391
|
:param str[]|None symbols: list of unified market symbols
|
2392
2392
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
@@ -2565,8 +2565,8 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
2565
2565
|
async def transfer(self, code: str, amount: float, fromAccount: str, toAccount: str, params={}) -> TransferEntry:
|
2566
2566
|
"""
|
2567
2567
|
|
2568
|
-
https://docs.
|
2569
|
-
https://docs.
|
2568
|
+
https://docs.kraken.com/api/docs/futures-api/trading/transfer
|
2569
|
+
https://docs.kraken.com/api/docs/futures-api/trading/sub-account-transfer
|
2570
2570
|
|
2571
2571
|
transfers currencies between sub-accounts
|
2572
2572
|
:param str code: Unified currency code
|
@@ -2611,7 +2611,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
2611
2611
|
"""
|
2612
2612
|
set the level of leverage for a market
|
2613
2613
|
|
2614
|
-
https://docs.
|
2614
|
+
https://docs.kraken.com/api/docs/futures-api/trading/set-leverage-setting
|
2615
2615
|
|
2616
2616
|
:param float leverage: the rate of leverage
|
2617
2617
|
:param str symbol: unified market symbol
|
@@ -2634,7 +2634,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
2634
2634
|
"""
|
2635
2635
|
fetch the set leverage for all contract and margin markets
|
2636
2636
|
|
2637
|
-
https://docs.
|
2637
|
+
https://docs.kraken.com/api/docs/futures-api/trading/get-leverage-setting
|
2638
2638
|
|
2639
2639
|
:param str[] [symbols]: a list of unified market symbols
|
2640
2640
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
@@ -2661,7 +2661,7 @@ class krakenfutures(Exchange, ImplicitAPI):
|
|
2661
2661
|
"""
|
2662
2662
|
fetch the set leverage for a market
|
2663
2663
|
|
2664
|
-
https://docs.
|
2664
|
+
https://docs.kraken.com/api/docs/futures-api/trading/get-leverage-setting
|
2665
2665
|
|
2666
2666
|
:param str symbol: unified market symbol
|
2667
2667
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
@@ -681,6 +681,7 @@ class mexc(Exchange, ImplicitAPI):
|
|
681
681
|
'BNB Smart Chain(BEP20-RACAV1)': 'BSC',
|
682
682
|
'BNB Smart Chain(BEP20-RACAV2)': 'BSC',
|
683
683
|
'BNB Smart Chain(BEP20)': 'BSC',
|
684
|
+
'Ethereum(ERC20)': 'ERC20',
|
684
685
|
# TODO: uncomment below after deciding unified name
|
685
686
|
# 'PEPE COIN BSC':
|
686
687
|
# 'SMART BLOCKCHAIN':
|
@@ -4961,7 +4962,7 @@ class mexc(Exchange, ImplicitAPI):
|
|
4961
4962
|
# positionShowStatus: 'CLOSED'
|
4962
4963
|
# }
|
4963
4964
|
#
|
4964
|
-
market = self.safe_market(self.safe_string(position, 'symbol'), market)
|
4965
|
+
market = self.safe_market(self.safe_string(position, 'symbol'), market, None, 'swap')
|
4965
4966
|
symbol = market['symbol']
|
4966
4967
|
contracts = self.safe_string(position, 'holdVol')
|
4967
4968
|
entryPrice = self.safe_number(position, 'openAvgPrice')
|