ccxt 4.4.72__tar.gz → 4.4.73__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.4.72/ccxt.egg-info → ccxt-4.4.73}/PKG-INFO +5 -5
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/__init__.py +1 -3
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/ace.py +36 -1
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/alpaca.py +46 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/ascendex.py +1 -1
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/__init__.py +1 -3
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/ace.py +36 -1
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/alpaca.py +46 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/ascendex.py +1 -1
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/base/exchange.py +1 -1
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/binance.py +18 -14
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bit2c.py +11 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitget.py +6 -5
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitrue.py +1 -1
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bybit.py +32 -25
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/defx.py +1 -1
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/derive.py +2 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/base/exchange.py +5 -11
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/binance.py +18 -14
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bit2c.py +11 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitget.py +6 -5
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitrue.py +1 -1
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bybit.py +32 -25
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/defx.py +1 -1
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/derive.py +2 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/__init__.py +1 -3
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/test/tests_async.py +6 -3
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/test/tests_sync.py +6 -3
- {ccxt-4.4.72 → ccxt-4.4.73/ccxt.egg-info}/PKG-INFO +5 -5
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt.egg-info/SOURCES.txt +0 -1
- {ccxt-4.4.72 → ccxt-4.4.73}/package.json +1 -1
- ccxt-4.4.72/ccxt/abstract/bitfinex1.py +0 -69
- {ccxt-4.4.72 → ccxt-4.4.73}/LICENSE.txt +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/MANIFEST.in +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/README.rst +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/ace.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/alpaca.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/ascendex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bequant.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bigone.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/binance.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/binancecoinm.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/binanceus.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/binanceusdm.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bingx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bit2c.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bitbank.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bitbns.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bitcoincom.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bitfinex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bitflyer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bitget.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bithumb.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bitmart.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bitmex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bitopro.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bitpanda.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bitrue.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bitso.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bitstamp.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bitteam.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bitvavo.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bl3p.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/blockchaincom.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/blofin.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/btcalpha.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/btcbox.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/btcmarkets.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/btcturk.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/bybit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/cex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/coinbase.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/coinbaseadvanced.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/coinbaseexchange.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/coinbaseinternational.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/coincatch.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/coincheck.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/coinex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/coinlist.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/coinmate.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/coinmetro.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/coinone.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/coinsph.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/coinspot.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/cryptocom.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/cryptomus.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/defx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/delta.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/deribit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/derive.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/digifinex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/ellipx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/exmo.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/fmfwio.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/gate.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/gateio.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/gemini.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/hashkey.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/hitbtc.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/hollaex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/htx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/huobi.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/huobijp.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/hyperliquid.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/idex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/independentreserve.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/indodax.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/kraken.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/krakenfutures.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/kucoin.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/kucoinfutures.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/kuna.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/latoken.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/lbank.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/luno.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/mercado.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/mexc.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/myokx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/ndax.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/novadax.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/oceanex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/okcoin.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/okx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/onetrading.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/oxfun.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/p2b.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/paradex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/paymium.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/phemex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/poloniex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/probit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/timex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/tokocrypto.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/tradeogre.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/upbit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/vertex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/wavesexchange.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/whitebit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/woo.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/woofipro.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/xt.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/yobit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/zaif.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/abstract/zonda.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/base/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/base/throttler.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/base/ws/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/base/ws/aiohttp_client.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/base/ws/cache.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/base/ws/client.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/base/ws/fast_client.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/base/ws/functions.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/base/ws/future.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/base/ws/order_book.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/base/ws/order_book_side.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bequant.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bigone.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/binancecoinm.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/binanceus.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/binanceusdm.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bingx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitbank.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitbns.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitcoincom.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitfinex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitfinex1.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitflyer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bithumb.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitmart.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitmex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitopro.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitpanda.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitso.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitstamp.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitteam.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bitvavo.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/bl3p.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/blockchaincom.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/blofin.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/btcalpha.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/btcbox.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/btcmarkets.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/btcturk.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/cex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/coinbase.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/coinbaseadvanced.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/coinbaseexchange.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/coinbaseinternational.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/coincatch.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/coincheck.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/coinex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/coinlist.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/coinmate.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/coinmetro.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/coinone.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/coinsph.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/coinspot.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/cryptocom.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/cryptomus.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/delta.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/deribit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/digifinex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/ellipx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/exmo.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/fmfwio.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/gate.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/gateio.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/gemini.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/hashkey.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/hitbtc.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/hollaex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/htx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/huobi.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/huobijp.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/hyperliquid.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/idex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/independentreserve.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/indodax.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/kraken.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/krakenfutures.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/kucoin.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/kucoinfutures.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/kuna.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/latoken.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/lbank.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/luno.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/mercado.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/mexc.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/myokx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/ndax.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/novadax.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/oceanex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/okcoin.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/okx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/onetrading.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/oxfun.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/p2b.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/paradex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/paymium.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/phemex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/poloniex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/poloniexfutures.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/probit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/timex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/tokocrypto.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/tradeogre.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/upbit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/vertex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/wavesexchange.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/whitebit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/woo.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/woofipro.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/xt.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/yobit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/zaif.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/async_support/zonda.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/base/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/base/decimal_to_precision.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/base/errors.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/base/precise.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/base/types.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bequant.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bigone.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/binancecoinm.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/binanceus.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/binanceusdm.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bingx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitbank.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitbns.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitcoincom.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitfinex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitfinex1.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitflyer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bithumb.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitmart.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitmex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitopro.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitpanda.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitso.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitstamp.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitteam.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bitvavo.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/bl3p.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/blockchaincom.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/blofin.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/btcalpha.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/btcbox.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/btcmarkets.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/btcturk.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/cex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/coinbase.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/coinbaseadvanced.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/coinbaseexchange.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/coinbaseinternational.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/coincatch.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/coincheck.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/coinex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/coinlist.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/coinmate.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/coinmetro.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/coinone.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/coinsph.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/coinspot.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/cryptocom.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/cryptomus.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/delta.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/deribit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/digifinex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/ellipx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/exmo.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/fmfwio.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/gate.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/gateio.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/gemini.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/hashkey.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/hitbtc.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/hollaex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/htx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/huobi.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/huobijp.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/hyperliquid.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/idex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/independentreserve.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/indodax.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/kraken.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/krakenfutures.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/kucoin.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/kucoinfutures.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/kuna.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/latoken.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/lbank.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/luno.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/mercado.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/mexc.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/myokx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/ndax.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/novadax.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/oceanex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/okcoin.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/okx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/onetrading.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/oxfun.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/p2b.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/paradex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/paymium.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/phemex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/poloniex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/poloniexfutures.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/alpaca.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/ascendex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/bequant.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/binance.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/binancecoinm.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/binanceus.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/binanceusdm.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/bingx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/bitcoincom.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/bitfinex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/bitfinex1.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/bitget.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/bithumb.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/bitmart.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/bitmex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/bitopro.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/bitpanda.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/bitrue.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/bitstamp.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/bitvavo.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/blockchaincom.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/blofin.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/bybit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/cex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/coinbase.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/coinbaseadvanced.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/coinbaseexchange.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/coinbaseinternational.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/coincatch.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/coincheck.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/coinex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/coinone.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/cryptocom.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/defx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/deribit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/derive.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/exmo.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/gate.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/gateio.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/gemini.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/hashkey.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/hitbtc.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/hollaex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/htx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/huobi.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/huobijp.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/hyperliquid.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/idex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/independentreserve.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/kraken.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/krakenfutures.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/kucoin.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/kucoinfutures.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/lbank.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/luno.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/mexc.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/myokx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/ndax.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/okcoin.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/okx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/onetrading.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/oxfun.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/p2b.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/paradex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/phemex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/poloniex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/poloniexfutures.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/probit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/upbit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/vertex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/wazirx.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/whitebit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/woo.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/woofipro.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/pro/xt.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/probit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ecdsa/der.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ecdsa/util.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/abi.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/base.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/codec.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/constants.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/decoding.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/encoding.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/exceptions.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/grammar.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/packed.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/py.typed +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/registry.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/tools/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/tools/_strategies.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/utils/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/utils/numeric.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/utils/padding.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/abi/utils/string.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/account/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/account/encode_typed_data/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/account/encode_typed_data/encoding_and_hashing.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/account/encode_typed_data/helpers.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/account/messages.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/account/py.typed +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/hexbytes/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/hexbytes/_utils.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/hexbytes/main.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/hexbytes/py.typed +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/typing/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/typing/abi.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/typing/bls.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/typing/discovery.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/typing/encoding.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/typing/enums.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/typing/ethpm.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/typing/evm.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/typing/networks.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/typing/py.typed +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/abi.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/address.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/applicators.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/conversions.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/currency.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/curried/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/debug.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/decorators.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/encoding.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/exceptions.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/functional.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/hexadecimal.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/humanize.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/logging.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/module_loading.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/numeric.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/py.typed +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/toolz.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/types.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/typing/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/typing/misc.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/ethereum/utils/units.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/keccak/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/keccak/keccak.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/__pyinstaller/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/__pyinstaller/hook-lark.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/ast_utils.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/common.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/exceptions.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/grammar.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/grammars/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/indenter.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/lark.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/lexer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/load_grammar.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/parse_tree_builder.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/parser_frontends.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/parsers/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/parsers/cyk.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/parsers/earley.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/parsers/earley_common.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/parsers/earley_forest.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/parsers/grammar_analysis.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/parsers/lalr_analysis.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/parsers/lalr_interactive_parser.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/parsers/lalr_parser.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/parsers/lalr_parser_state.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/parsers/xearley.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/py.typed +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/reconstruct.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/tools/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/tools/nearley.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/tools/serialize.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/tools/standalone.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/tree.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/tree_matcher.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/tree_templates.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/utils.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/lark/visitors.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow/base.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow/class_registry.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow/decorators.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow/error_store.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow/exceptions.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow/fields.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow/orderedset.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow/py.typed +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow/schema.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow/types.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow/utils.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow/validate.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow/warnings.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow_dataclass/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow_dataclass/collection_field.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow_dataclass/lazy_class_attribute.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow_dataclass/mypy.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow_dataclass/py.typed +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow_dataclass/typing.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow_dataclass/union_field.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow_oneofschema/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow_oneofschema/one_of_schema.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/marshmallow_oneofschema/py.typed +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/msgpack/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/msgpack/exceptions.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/msgpack/ext.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/msgpack/fallback.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/parsimonious/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/parsimonious/exceptions.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/parsimonious/expressions.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/parsimonious/grammar.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/parsimonious/nodes.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/parsimonious/utils.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/cairo/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/cairo/data_types.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/cairo_types.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser_transformer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/cairo/felt.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/cairo/type_parser.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/cairo/v1/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/cairo/v1/type_parser.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/cairo/v2/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/cairo/v2/type_parser.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/ccxt_utils.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/common.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/constants.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/hash/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/hash/address.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/hash/compiled_class_hash_objects.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/hash/selector.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/hash/storage.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/hash/utils.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/models/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/models/typed_data.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/_calldata_reader.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/_context.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/_common.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/array_serializer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/bool_serializer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/byte_array_serializer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/cairo_data_serializer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/enum_serializer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/felt_serializer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/named_tuple_serializer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/option_serializer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/output_serializer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/payload_serializer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/struct_serializer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/tuple_serializer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint256_serializer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint_serializer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/data_serializers/unit_serializer.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/errors.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/factory.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/function_serialization_adapter.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/serialization/tuple_dataclass.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/utils/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/utils/constructor_args_translator.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/utils/iterable.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/utils/schema.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starknet/utils/typed_data.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starkware/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starkware/crypto/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starkware/crypto/fast_pedersen_hash.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starkware/crypto/math_utils.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starkware/crypto/signature.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/starkware/crypto/utils.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/sympy/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/sympy/core/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/sympy/core/intfunc.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/sympy/external/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/sympy/external/gmpy.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/sympy/external/importtools.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/sympy/external/ntheory.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/sympy/external/pythonmpq.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/toolz/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/toolz/_signatures.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/toolz/_version.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/toolz/compatibility.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/toolz/curried/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/toolz/curried/exceptions.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/toolz/curried/operator.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/toolz/dicttoolz.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/toolz/functoolz.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/toolz/itertoolz.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/toolz/recipes.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/toolz/utils.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/typing_inspect/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/static_dependencies/typing_inspect/typing_inspect.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/test/__init__.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/test/tests_helpers.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/test/tests_init.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/timex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/tokocrypto.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/tradeogre.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/upbit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/vertex.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/wavesexchange.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/whitebit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/woo.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/woofipro.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/xt.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/yobit.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/zaif.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt/zonda.py +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt.egg-info/dependency_links.txt +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt.egg-info/requires.txt +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/ccxt.egg-info/top_level.txt +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/setup.cfg +0 -0
- {ccxt-4.4.72 → ccxt-4.4.73}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ccxt
|
3
|
-
Version: 4.4.
|
3
|
+
Version: 4.4.73
|
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
|
@@ -38,7 +38,7 @@ License-File: LICENSE.txt
|
|
38
38
|
|
39
39
|
# CCXT – CryptoCurrency eXchange Trading Library
|
40
40
|
|
41
|
-
[](https://www.npmjs.com/package/ccxt) [](https://npmjs.com/package/ccxt) [](https://pypi.python.org/pypi/ccxt) [](https://www.nuget.org/packages/ccxt) [](https://godoc.org/github.com/ccxt/ccxt/go/v4) [](https://discord.gg/ccxt) [](https://www.npmjs.com/package/ccxt) [](https://npmjs.com/package/ccxt) [](https://pypi.python.org/pypi/ccxt) [](https://www.nuget.org/packages/ccxt) [](https://godoc.org/github.com/ccxt/ccxt/go/v4) [](https://discord.gg/ccxt) [](https://github.com/ccxt/ccxt/wiki/Exchange-Markets) [](https://x.com/ccxt_official)
|
42
42
|
|
43
43
|
A `JavaScript` / `Python` / `PHP` / `C#` / `Go` library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs.
|
44
44
|
|
@@ -264,13 +264,13 @@ console.log(version, Object.keys(exchanges));
|
|
264
264
|
|
265
265
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
266
266
|
|
267
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.4.
|
268
|
-
* unpkg: https://unpkg.com/ccxt@4.4.
|
267
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.4.73/dist/ccxt.browser.min.js
|
268
|
+
* unpkg: https://unpkg.com/ccxt@4.4.73/dist/ccxt.browser.min.js
|
269
269
|
|
270
270
|
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.
|
271
271
|
|
272
272
|
```HTML
|
273
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.4.
|
273
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.4.73/dist/ccxt.browser.min.js"></script>
|
274
274
|
```
|
275
275
|
|
276
276
|
Creates a global `ccxt` object:
|
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
# ----------------------------------------------------------------------------
|
24
24
|
|
25
|
-
__version__ = '4.4.
|
25
|
+
__version__ = '4.4.73'
|
26
26
|
|
27
27
|
# ----------------------------------------------------------------------------
|
28
28
|
|
@@ -98,7 +98,6 @@ from ccxt.bitbank import bitbank # noqa: F4
|
|
98
98
|
from ccxt.bitbns import bitbns # noqa: F401
|
99
99
|
from ccxt.bitcoincom import bitcoincom # noqa: F401
|
100
100
|
from ccxt.bitfinex import bitfinex # noqa: F401
|
101
|
-
from ccxt.bitfinex1 import bitfinex1 # noqa: F401
|
102
101
|
from ccxt.bitflyer import bitflyer # noqa: F401
|
103
102
|
from ccxt.bitget import bitget # noqa: F401
|
104
103
|
from ccxt.bithumb import bithumb # noqa: F401
|
@@ -210,7 +209,6 @@ exchanges = [
|
|
210
209
|
'bitbns',
|
211
210
|
'bitcoincom',
|
212
211
|
'bitfinex',
|
213
|
-
'bitfinex1',
|
214
212
|
'bitflyer',
|
215
213
|
'bitget',
|
216
214
|
'bithumb',
|
@@ -33,16 +33,27 @@ class ace(Exchange, ImplicitAPI):
|
|
33
33
|
'swap': False,
|
34
34
|
'future': False,
|
35
35
|
'option': False,
|
36
|
+
'addMargin': False,
|
37
|
+
'borrowCrossMargin': False,
|
38
|
+
'borrowIsolatedMargin': False,
|
39
|
+
'borrowMargin': False,
|
36
40
|
'cancelAllOrders': False,
|
37
41
|
'cancelOrder': True,
|
38
42
|
'cancelOrders': False,
|
39
43
|
'closeAllPositions': False,
|
40
44
|
'closePosition': False,
|
41
45
|
'createOrder': True,
|
46
|
+
'createOrderWithTakeProfitAndStopLoss': False,
|
47
|
+
'createOrderWithTakeProfitAndStopLossWs': False,
|
48
|
+
'createReduceOnlyOrder': False,
|
42
49
|
'editOrder': False,
|
43
50
|
'fetchBalance': True,
|
51
|
+
'fetchBorrowInterest': False,
|
52
|
+
'fetchBorrowRate': False,
|
44
53
|
'fetchBorrowRateHistories': False,
|
45
54
|
'fetchBorrowRateHistory': False,
|
55
|
+
'fetchBorrowRates': False,
|
56
|
+
'fetchBorrowRatesPerSymbol': False,
|
46
57
|
'fetchClosedOrders': False,
|
47
58
|
'fetchCrossBorrowRate': False,
|
48
59
|
'fetchCrossBorrowRates': False,
|
@@ -50,18 +61,36 @@ class ace(Exchange, ImplicitAPI):
|
|
50
61
|
'fetchDepositAddress': False,
|
51
62
|
'fetchDeposits': False,
|
52
63
|
'fetchFundingHistory': False,
|
64
|
+
'fetchFundingInterval': False,
|
65
|
+
'fetchFundingIntervals': False,
|
53
66
|
'fetchFundingRate': False,
|
54
67
|
'fetchFundingRateHistory': False,
|
55
68
|
'fetchFundingRates': False,
|
69
|
+
'fetchGreeks': False,
|
56
70
|
'fetchIndexOHLCV': False,
|
57
71
|
'fetchIsolatedBorrowRate': False,
|
58
72
|
'fetchIsolatedBorrowRates': False,
|
73
|
+
'fetchIsolatedPositions': False,
|
74
|
+
'fetchLeverage': False,
|
75
|
+
'fetchLeverages': False,
|
76
|
+
'fetchLeverageTiers': False,
|
77
|
+
'fetchLiquidations': False,
|
78
|
+
'fetchLongShortRatio': False,
|
79
|
+
'fetchLongShortRatioHistory': False,
|
80
|
+
'fetchMarginAdjustmentHistory': False,
|
59
81
|
'fetchMarginMode': False,
|
82
|
+
'fetchMarginModes': False,
|
83
|
+
'fetchMarketLeverageTiers': False,
|
60
84
|
'fetchMarkets': True,
|
61
85
|
'fetchMarkOHLCV': False,
|
86
|
+
'fetchMarkPrices': False,
|
87
|
+
'fetchMyLiquidations': False,
|
88
|
+
'fetchMySettlementHistory': False,
|
62
89
|
'fetchMyTrades': True,
|
63
90
|
'fetchOHLCV': True,
|
91
|
+
'fetchOpenInterest': False,
|
64
92
|
'fetchOpenInterestHistory': False,
|
93
|
+
'fetchOpenInterests': False,
|
65
94
|
'fetchOpenOrders': True,
|
66
95
|
'fetchOrder': True,
|
67
96
|
'fetchOrderBook': True,
|
@@ -75,6 +104,7 @@ class ace(Exchange, ImplicitAPI):
|
|
75
104
|
'fetchPositionsHistory': False,
|
76
105
|
'fetchPositionsRisk': False,
|
77
106
|
'fetchPremiumIndexOHLCV': False,
|
107
|
+
'fetchSettlementHistory': False,
|
78
108
|
'fetchTicker': True,
|
79
109
|
'fetchTickers': True,
|
80
110
|
'fetchTime': False,
|
@@ -87,8 +117,13 @@ class ace(Exchange, ImplicitAPI):
|
|
87
117
|
'fetchTransfers': False,
|
88
118
|
'fetchWithdrawal': False,
|
89
119
|
'fetchWithdrawals': False,
|
120
|
+
'reduceMargin': False,
|
121
|
+
'repayCrossMargin': False,
|
122
|
+
'repayIsolatedMargin': False,
|
90
123
|
'setLeverage': False,
|
124
|
+
'setMargin': False,
|
91
125
|
'setMarginMode': False,
|
126
|
+
'setPositionMode': False,
|
92
127
|
'transfer': False,
|
93
128
|
'withdraw': False,
|
94
129
|
'ws': False,
|
@@ -473,7 +508,7 @@ class ace(Exchange, ImplicitAPI):
|
|
473
508
|
# ],
|
474
509
|
# [
|
475
510
|
# "0.001",
|
476
|
-
# "20948.
|
511
|
+
# "20948.13"
|
477
512
|
# ]
|
478
513
|
# ]
|
479
514
|
# },
|
@@ -56,6 +56,10 @@ class alpaca(Exchange, ImplicitAPI):
|
|
56
56
|
'swap': False,
|
57
57
|
'future': False,
|
58
58
|
'option': False,
|
59
|
+
'addMargin': False,
|
60
|
+
'borrowCrossMargin': False,
|
61
|
+
'borrowIsolatedMargin': False,
|
62
|
+
'borrowMargin': False,
|
59
63
|
'cancelAllOrders': True,
|
60
64
|
'cancelOrder': True,
|
61
65
|
'closeAllPositions': False,
|
@@ -64,26 +68,61 @@ class alpaca(Exchange, ImplicitAPI):
|
|
64
68
|
'createMarketBuyOrderWithCost': True,
|
65
69
|
'createMarketOrderWithCost': True,
|
66
70
|
'createOrder': True,
|
71
|
+
'createOrderWithTakeProfitAndStopLoss': False,
|
72
|
+
'createOrderWithTakeProfitAndStopLossWs': False,
|
73
|
+
'createReduceOnlyOrder': False,
|
67
74
|
'createStopOrder': True,
|
68
75
|
'createTriggerOrder': True,
|
69
76
|
'editOrder': True,
|
70
77
|
'fetchBalance': True,
|
71
78
|
'fetchBidsAsks': False,
|
79
|
+
'fetchBorrowInterest': False,
|
80
|
+
'fetchBorrowRate': False,
|
81
|
+
'fetchBorrowRateHistories': False,
|
82
|
+
'fetchBorrowRateHistory': False,
|
83
|
+
'fetchBorrowRates': False,
|
84
|
+
'fetchBorrowRatesPerSymbol': False,
|
72
85
|
'fetchClosedOrders': True,
|
86
|
+
'fetchCrossBorrowRate': False,
|
87
|
+
'fetchCrossBorrowRates': False,
|
73
88
|
'fetchCurrencies': False,
|
74
89
|
'fetchDepositAddress': True,
|
75
90
|
'fetchDepositAddressesByNetwork': False,
|
76
91
|
'fetchDeposits': True,
|
77
92
|
'fetchDepositsWithdrawals': True,
|
78
93
|
'fetchFundingHistory': False,
|
94
|
+
'fetchFundingInterval': False,
|
95
|
+
'fetchFundingIntervals': False,
|
79
96
|
'fetchFundingRate': False,
|
80
97
|
'fetchFundingRateHistory': False,
|
81
98
|
'fetchFundingRates': False,
|
99
|
+
'fetchGreeks': False,
|
100
|
+
'fetchIndexOHLCV': False,
|
101
|
+
'fetchIsolatedBorrowRate': False,
|
102
|
+
'fetchIsolatedBorrowRates': False,
|
103
|
+
'fetchIsolatedPositions': False,
|
82
104
|
'fetchL1OrderBook': True,
|
83
105
|
'fetchL2OrderBook': False,
|
106
|
+
'fetchLeverage': False,
|
107
|
+
'fetchLeverages': False,
|
108
|
+
'fetchLeverageTiers': False,
|
109
|
+
'fetchLiquidations': False,
|
110
|
+
'fetchLongShortRatio': False,
|
111
|
+
'fetchLongShortRatioHistory': False,
|
112
|
+
'fetchMarginAdjustmentHistory': False,
|
113
|
+
'fetchMarginMode': False,
|
114
|
+
'fetchMarginModes': False,
|
115
|
+
'fetchMarketLeverageTiers': False,
|
84
116
|
'fetchMarkets': True,
|
117
|
+
'fetchMarkOHLCV': False,
|
118
|
+
'fetchMarkPrices': False,
|
119
|
+
'fetchMyLiquidations': False,
|
120
|
+
'fetchMySettlementHistory': False,
|
85
121
|
'fetchMyTrades': True,
|
86
122
|
'fetchOHLCV': True,
|
123
|
+
'fetchOpenInterest': False,
|
124
|
+
'fetchOpenInterestHistory': False,
|
125
|
+
'fetchOpenInterests': False,
|
87
126
|
'fetchOpenOrder': False,
|
88
127
|
'fetchOpenOrders': True,
|
89
128
|
'fetchOrder': True,
|
@@ -96,6 +135,8 @@ class alpaca(Exchange, ImplicitAPI):
|
|
96
135
|
'fetchPositionsForSymbol': False,
|
97
136
|
'fetchPositionsHistory': False,
|
98
137
|
'fetchPositionsRisk': False,
|
138
|
+
'fetchPremiumIndexOHLCV': False,
|
139
|
+
'fetchSettlementHistory': False,
|
99
140
|
'fetchStatus': False,
|
100
141
|
'fetchTicker': True,
|
101
142
|
'fetchTickers': True,
|
@@ -107,9 +148,14 @@ class alpaca(Exchange, ImplicitAPI):
|
|
107
148
|
'fetchTransactions': False,
|
108
149
|
'fetchTransfers': False,
|
109
150
|
'fetchWithdrawals': True,
|
151
|
+
'reduceMargin': False,
|
152
|
+
'repayCrossMargin': False,
|
153
|
+
'repayIsolatedMargin': False,
|
110
154
|
'sandbox': True,
|
111
155
|
'setLeverage': False,
|
156
|
+
'setMargin': False,
|
112
157
|
'setMarginMode': False,
|
158
|
+
'setPositionMode': False,
|
113
159
|
'transfer': False,
|
114
160
|
'withdraw': True,
|
115
161
|
},
|
@@ -556,7 +556,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
556
556
|
ids = list(dataById.keys())
|
557
557
|
result: dict = {}
|
558
558
|
for i in range(0, len(ids)):
|
559
|
-
id = ids
|
559
|
+
id = self.safe_string(ids, i)
|
560
560
|
currency = dataById[id]
|
561
561
|
code = self.safe_currency_code(id)
|
562
562
|
scale = self.safe_string_2(currency, 'precisionScale', 'nativeScale')
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
# -----------------------------------------------------------------------------
|
6
6
|
|
7
|
-
__version__ = '4.4.
|
7
|
+
__version__ = '4.4.73'
|
8
8
|
|
9
9
|
# -----------------------------------------------------------------------------
|
10
10
|
|
@@ -78,7 +78,6 @@ from ccxt.async_support.bitbank import bitbank
|
|
78
78
|
from ccxt.async_support.bitbns import bitbns # noqa: F401
|
79
79
|
from ccxt.async_support.bitcoincom import bitcoincom # noqa: F401
|
80
80
|
from ccxt.async_support.bitfinex import bitfinex # noqa: F401
|
81
|
-
from ccxt.async_support.bitfinex1 import bitfinex1 # noqa: F401
|
82
81
|
from ccxt.async_support.bitflyer import bitflyer # noqa: F401
|
83
82
|
from ccxt.async_support.bitget import bitget # noqa: F401
|
84
83
|
from ccxt.async_support.bithumb import bithumb # noqa: F401
|
@@ -190,7 +189,6 @@ exchanges = [
|
|
190
189
|
'bitbns',
|
191
190
|
'bitcoincom',
|
192
191
|
'bitfinex',
|
193
|
-
'bitfinex1',
|
194
192
|
'bitflyer',
|
195
193
|
'bitget',
|
196
194
|
'bithumb',
|
@@ -33,16 +33,27 @@ class ace(Exchange, ImplicitAPI):
|
|
33
33
|
'swap': False,
|
34
34
|
'future': False,
|
35
35
|
'option': False,
|
36
|
+
'addMargin': False,
|
37
|
+
'borrowCrossMargin': False,
|
38
|
+
'borrowIsolatedMargin': False,
|
39
|
+
'borrowMargin': False,
|
36
40
|
'cancelAllOrders': False,
|
37
41
|
'cancelOrder': True,
|
38
42
|
'cancelOrders': False,
|
39
43
|
'closeAllPositions': False,
|
40
44
|
'closePosition': False,
|
41
45
|
'createOrder': True,
|
46
|
+
'createOrderWithTakeProfitAndStopLoss': False,
|
47
|
+
'createOrderWithTakeProfitAndStopLossWs': False,
|
48
|
+
'createReduceOnlyOrder': False,
|
42
49
|
'editOrder': False,
|
43
50
|
'fetchBalance': True,
|
51
|
+
'fetchBorrowInterest': False,
|
52
|
+
'fetchBorrowRate': False,
|
44
53
|
'fetchBorrowRateHistories': False,
|
45
54
|
'fetchBorrowRateHistory': False,
|
55
|
+
'fetchBorrowRates': False,
|
56
|
+
'fetchBorrowRatesPerSymbol': False,
|
46
57
|
'fetchClosedOrders': False,
|
47
58
|
'fetchCrossBorrowRate': False,
|
48
59
|
'fetchCrossBorrowRates': False,
|
@@ -50,18 +61,36 @@ class ace(Exchange, ImplicitAPI):
|
|
50
61
|
'fetchDepositAddress': False,
|
51
62
|
'fetchDeposits': False,
|
52
63
|
'fetchFundingHistory': False,
|
64
|
+
'fetchFundingInterval': False,
|
65
|
+
'fetchFundingIntervals': False,
|
53
66
|
'fetchFundingRate': False,
|
54
67
|
'fetchFundingRateHistory': False,
|
55
68
|
'fetchFundingRates': False,
|
69
|
+
'fetchGreeks': False,
|
56
70
|
'fetchIndexOHLCV': False,
|
57
71
|
'fetchIsolatedBorrowRate': False,
|
58
72
|
'fetchIsolatedBorrowRates': False,
|
73
|
+
'fetchIsolatedPositions': False,
|
74
|
+
'fetchLeverage': False,
|
75
|
+
'fetchLeverages': False,
|
76
|
+
'fetchLeverageTiers': False,
|
77
|
+
'fetchLiquidations': False,
|
78
|
+
'fetchLongShortRatio': False,
|
79
|
+
'fetchLongShortRatioHistory': False,
|
80
|
+
'fetchMarginAdjustmentHistory': False,
|
59
81
|
'fetchMarginMode': False,
|
82
|
+
'fetchMarginModes': False,
|
83
|
+
'fetchMarketLeverageTiers': False,
|
60
84
|
'fetchMarkets': True,
|
61
85
|
'fetchMarkOHLCV': False,
|
86
|
+
'fetchMarkPrices': False,
|
87
|
+
'fetchMyLiquidations': False,
|
88
|
+
'fetchMySettlementHistory': False,
|
62
89
|
'fetchMyTrades': True,
|
63
90
|
'fetchOHLCV': True,
|
91
|
+
'fetchOpenInterest': False,
|
64
92
|
'fetchOpenInterestHistory': False,
|
93
|
+
'fetchOpenInterests': False,
|
65
94
|
'fetchOpenOrders': True,
|
66
95
|
'fetchOrder': True,
|
67
96
|
'fetchOrderBook': True,
|
@@ -75,6 +104,7 @@ class ace(Exchange, ImplicitAPI):
|
|
75
104
|
'fetchPositionsHistory': False,
|
76
105
|
'fetchPositionsRisk': False,
|
77
106
|
'fetchPremiumIndexOHLCV': False,
|
107
|
+
'fetchSettlementHistory': False,
|
78
108
|
'fetchTicker': True,
|
79
109
|
'fetchTickers': True,
|
80
110
|
'fetchTime': False,
|
@@ -87,8 +117,13 @@ class ace(Exchange, ImplicitAPI):
|
|
87
117
|
'fetchTransfers': False,
|
88
118
|
'fetchWithdrawal': False,
|
89
119
|
'fetchWithdrawals': False,
|
120
|
+
'reduceMargin': False,
|
121
|
+
'repayCrossMargin': False,
|
122
|
+
'repayIsolatedMargin': False,
|
90
123
|
'setLeverage': False,
|
124
|
+
'setMargin': False,
|
91
125
|
'setMarginMode': False,
|
126
|
+
'setPositionMode': False,
|
92
127
|
'transfer': False,
|
93
128
|
'withdraw': False,
|
94
129
|
'ws': False,
|
@@ -473,7 +508,7 @@ class ace(Exchange, ImplicitAPI):
|
|
473
508
|
# ],
|
474
509
|
# [
|
475
510
|
# "0.001",
|
476
|
-
# "20948.
|
511
|
+
# "20948.13"
|
477
512
|
# ]
|
478
513
|
# ]
|
479
514
|
# },
|
@@ -56,6 +56,10 @@ class alpaca(Exchange, ImplicitAPI):
|
|
56
56
|
'swap': False,
|
57
57
|
'future': False,
|
58
58
|
'option': False,
|
59
|
+
'addMargin': False,
|
60
|
+
'borrowCrossMargin': False,
|
61
|
+
'borrowIsolatedMargin': False,
|
62
|
+
'borrowMargin': False,
|
59
63
|
'cancelAllOrders': True,
|
60
64
|
'cancelOrder': True,
|
61
65
|
'closeAllPositions': False,
|
@@ -64,26 +68,61 @@ class alpaca(Exchange, ImplicitAPI):
|
|
64
68
|
'createMarketBuyOrderWithCost': True,
|
65
69
|
'createMarketOrderWithCost': True,
|
66
70
|
'createOrder': True,
|
71
|
+
'createOrderWithTakeProfitAndStopLoss': False,
|
72
|
+
'createOrderWithTakeProfitAndStopLossWs': False,
|
73
|
+
'createReduceOnlyOrder': False,
|
67
74
|
'createStopOrder': True,
|
68
75
|
'createTriggerOrder': True,
|
69
76
|
'editOrder': True,
|
70
77
|
'fetchBalance': True,
|
71
78
|
'fetchBidsAsks': False,
|
79
|
+
'fetchBorrowInterest': False,
|
80
|
+
'fetchBorrowRate': False,
|
81
|
+
'fetchBorrowRateHistories': False,
|
82
|
+
'fetchBorrowRateHistory': False,
|
83
|
+
'fetchBorrowRates': False,
|
84
|
+
'fetchBorrowRatesPerSymbol': False,
|
72
85
|
'fetchClosedOrders': True,
|
86
|
+
'fetchCrossBorrowRate': False,
|
87
|
+
'fetchCrossBorrowRates': False,
|
73
88
|
'fetchCurrencies': False,
|
74
89
|
'fetchDepositAddress': True,
|
75
90
|
'fetchDepositAddressesByNetwork': False,
|
76
91
|
'fetchDeposits': True,
|
77
92
|
'fetchDepositsWithdrawals': True,
|
78
93
|
'fetchFundingHistory': False,
|
94
|
+
'fetchFundingInterval': False,
|
95
|
+
'fetchFundingIntervals': False,
|
79
96
|
'fetchFundingRate': False,
|
80
97
|
'fetchFundingRateHistory': False,
|
81
98
|
'fetchFundingRates': False,
|
99
|
+
'fetchGreeks': False,
|
100
|
+
'fetchIndexOHLCV': False,
|
101
|
+
'fetchIsolatedBorrowRate': False,
|
102
|
+
'fetchIsolatedBorrowRates': False,
|
103
|
+
'fetchIsolatedPositions': False,
|
82
104
|
'fetchL1OrderBook': True,
|
83
105
|
'fetchL2OrderBook': False,
|
106
|
+
'fetchLeverage': False,
|
107
|
+
'fetchLeverages': False,
|
108
|
+
'fetchLeverageTiers': False,
|
109
|
+
'fetchLiquidations': False,
|
110
|
+
'fetchLongShortRatio': False,
|
111
|
+
'fetchLongShortRatioHistory': False,
|
112
|
+
'fetchMarginAdjustmentHistory': False,
|
113
|
+
'fetchMarginMode': False,
|
114
|
+
'fetchMarginModes': False,
|
115
|
+
'fetchMarketLeverageTiers': False,
|
84
116
|
'fetchMarkets': True,
|
117
|
+
'fetchMarkOHLCV': False,
|
118
|
+
'fetchMarkPrices': False,
|
119
|
+
'fetchMyLiquidations': False,
|
120
|
+
'fetchMySettlementHistory': False,
|
85
121
|
'fetchMyTrades': True,
|
86
122
|
'fetchOHLCV': True,
|
123
|
+
'fetchOpenInterest': False,
|
124
|
+
'fetchOpenInterestHistory': False,
|
125
|
+
'fetchOpenInterests': False,
|
87
126
|
'fetchOpenOrder': False,
|
88
127
|
'fetchOpenOrders': True,
|
89
128
|
'fetchOrder': True,
|
@@ -96,6 +135,8 @@ class alpaca(Exchange, ImplicitAPI):
|
|
96
135
|
'fetchPositionsForSymbol': False,
|
97
136
|
'fetchPositionsHistory': False,
|
98
137
|
'fetchPositionsRisk': False,
|
138
|
+
'fetchPremiumIndexOHLCV': False,
|
139
|
+
'fetchSettlementHistory': False,
|
99
140
|
'fetchStatus': False,
|
100
141
|
'fetchTicker': True,
|
101
142
|
'fetchTickers': True,
|
@@ -107,9 +148,14 @@ class alpaca(Exchange, ImplicitAPI):
|
|
107
148
|
'fetchTransactions': False,
|
108
149
|
'fetchTransfers': False,
|
109
150
|
'fetchWithdrawals': True,
|
151
|
+
'reduceMargin': False,
|
152
|
+
'repayCrossMargin': False,
|
153
|
+
'repayIsolatedMargin': False,
|
110
154
|
'sandbox': True,
|
111
155
|
'setLeverage': False,
|
156
|
+
'setMargin': False,
|
112
157
|
'setMarginMode': False,
|
158
|
+
'setPositionMode': False,
|
113
159
|
'transfer': False,
|
114
160
|
'withdraw': True,
|
115
161
|
},
|
@@ -557,7 +557,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
557
557
|
ids = list(dataById.keys())
|
558
558
|
result: dict = {}
|
559
559
|
for i in range(0, len(ids)):
|
560
|
-
id = ids
|
560
|
+
id = self.safe_string(ids, i)
|
561
561
|
currency = dataById[id]
|
562
562
|
code = self.safe_currency_code(id)
|
563
563
|
scale = self.safe_string_2(currency, 'precisionScale', 'nativeScale')
|
@@ -1318,12 +1318,13 @@ class binance(Exchange, ImplicitAPI):
|
|
1318
1318
|
},
|
1319
1319
|
'quoteOrderQty': True, # whether market orders support amounts in quote currency
|
1320
1320
|
'broker': {
|
1321
|
-
'spot': 'x-
|
1322
|
-
'margin': 'x-
|
1323
|
-
'future': 'x-
|
1321
|
+
'spot': 'x-TKT5PX2F',
|
1322
|
+
'margin': 'x-TKT5PX2F',
|
1323
|
+
'future': 'x-cvBPrNm9',
|
1324
1324
|
'delivery': 'x-xcKtGhcu',
|
1325
|
-
'swap': 'x-
|
1325
|
+
'swap': 'x-cvBPrNm9',
|
1326
1326
|
'option': 'x-xcKtGhcu',
|
1327
|
+
'inverse': 'x-xcKtGhcu',
|
1327
1328
|
},
|
1328
1329
|
'accountsByType': {
|
1329
1330
|
'main': 'MAIN',
|
@@ -5162,7 +5163,7 @@ class binance(Exchange, ImplicitAPI):
|
|
5162
5163
|
# "symbol": "BTCUSDT",
|
5163
5164
|
# "orderId": 16383176297,
|
5164
5165
|
# "orderListId": -1,
|
5165
|
-
# "clientOrderId": "x-
|
5166
|
+
# "clientOrderId": "x-TKT5PX2F22ecb58eb9074fb1be018c",
|
5166
5167
|
# "transactTime": 1670891847932,
|
5167
5168
|
# "price": "13500.00000000",
|
5168
5169
|
# "origQty": "0.00085000",
|
@@ -5518,7 +5519,7 @@ class binance(Exchange, ImplicitAPI):
|
|
5518
5519
|
# "symbol": "BTCUSDT",
|
5519
5520
|
# "orderId": 16383176297,
|
5520
5521
|
# "orderListId": -1,
|
5521
|
-
# "clientOrderId": "x-
|
5522
|
+
# "clientOrderId": "x-TKT5PX2F22ecb58eb9074fb1be018c",
|
5522
5523
|
# "transactTime": 1670891847932,
|
5523
5524
|
# "price": "13500.00000000",
|
5524
5525
|
# "origQty": "0.00085000",
|
@@ -5581,7 +5582,7 @@ class binance(Exchange, ImplicitAPI):
|
|
5581
5582
|
# "symbol": "BTCUSDT",
|
5582
5583
|
# "orderId": 5403233939,
|
5583
5584
|
# "orderListId": -1,
|
5584
|
-
# "clientOrderId": "x-
|
5585
|
+
# "clientOrderId": "x-TKT5PX2F5e669e75b6c14f69a2c43e",
|
5585
5586
|
# "transactTime": 1617151923742,
|
5586
5587
|
# "price": "0.00000000",
|
5587
5588
|
# "origQty": "0.00050000",
|
@@ -5756,7 +5757,7 @@ class binance(Exchange, ImplicitAPI):
|
|
5756
5757
|
# createOrder, cancelAllOrders, cancelOrder: portfolio margin spot margin
|
5757
5758
|
#
|
5758
5759
|
# {
|
5759
|
-
# "clientOrderId": "x-
|
5760
|
+
# "clientOrderId": "x-TKT5PX2Fe9ef29d8346440f0b28b86",
|
5760
5761
|
# "cummulativeQuoteQty": "0.00000000",
|
5761
5762
|
# "executedQty": "0.00000000",
|
5762
5763
|
# "fills": [],
|
@@ -5777,7 +5778,7 @@ class binance(Exchange, ImplicitAPI):
|
|
5777
5778
|
# {
|
5778
5779
|
# "symbol": "BTCUSDT",
|
5779
5780
|
# "orderId": 24700763749,
|
5780
|
-
# "clientOrderId": "x-
|
5781
|
+
# "clientOrderId": "x-TKT5PX2F6f724c2a4af6425f98c7b6",
|
5781
5782
|
# "price": "35000.00000000",
|
5782
5783
|
# "origQty": "0.00100000",
|
5783
5784
|
# "executedQty": "0.00000000",
|
@@ -6316,8 +6317,11 @@ class binance(Exchange, ImplicitAPI):
|
|
6316
6317
|
clientOrderIdRequest = 'newClientStrategyId' if isPortfolioMarginConditional else 'newClientOrderId'
|
6317
6318
|
if clientOrderId is None:
|
6318
6319
|
broker = self.safe_dict(self.options, 'broker', {})
|
6319
|
-
defaultId = 'x-xcKtGhcu' if (market['contract']) else 'x-
|
6320
|
-
|
6320
|
+
defaultId = 'x-xcKtGhcu' if (market['contract']) else 'x-TKT5PX2F'
|
6321
|
+
idMarketType = 'spot'
|
6322
|
+
if market['contract']:
|
6323
|
+
idMarketType = 'swap' if (market['swap'] and market['linear']) else 'inverse'
|
6324
|
+
brokerId = self.safe_string(broker, idMarketType, defaultId)
|
6321
6325
|
request[clientOrderIdRequest] = brokerId + self.uuid22()
|
6322
6326
|
else:
|
6323
6327
|
request[clientOrderIdRequest] = clientOrderId
|
@@ -6836,7 +6840,7 @@ class binance(Exchange, ImplicitAPI):
|
|
6836
6840
|
# {
|
6837
6841
|
# "symbol": "BTCUSDT",
|
6838
6842
|
# "orderId": 24684460474,
|
6839
|
-
# "clientOrderId": "x-
|
6843
|
+
# "clientOrderId": "x-TKT5PX2Fe9ef29d8346440f0b28b86",
|
6840
6844
|
# "price": "35000.00000000",
|
6841
6845
|
# "origQty": "0.00100000",
|
6842
6846
|
# "executedQty": "0.00000000",
|
@@ -7449,7 +7453,7 @@ class binance(Exchange, ImplicitAPI):
|
|
7449
7453
|
# [
|
7450
7454
|
# {
|
7451
7455
|
# "symbol": "ADAUSDT",
|
7452
|
-
# "origClientOrderId": "x-
|
7456
|
+
# "origClientOrderId": "x-TKT5PX2F662cde7a90114475b86e21",
|
7453
7457
|
# "orderId": 3935107,
|
7454
7458
|
# "orderListId": -1,
|
7455
7459
|
# "clientOrderId": "bqM2w1oTlugfRAjnTIFBE8",
|
@@ -11324,7 +11328,7 @@ class binance(Exchange, ImplicitAPI):
|
|
11324
11328
|
if newClientOrderId is None:
|
11325
11329
|
isSpotOrMargin = (api.find('sapi') > -1 or api == 'private')
|
11326
11330
|
marketType = 'spot' if isSpotOrMargin else 'future'
|
11327
|
-
defaultId = 'x-xcKtGhcu' if (not isSpotOrMargin) else 'x-
|
11331
|
+
defaultId = 'x-xcKtGhcu' if (not isSpotOrMargin) else 'x-TKT5PX2F'
|
11328
11332
|
broker = self.safe_dict(self.options, 'broker', {})
|
11329
11333
|
brokerId = self.safe_string(broker, marketType, defaultId)
|
11330
11334
|
params['newClientOrderId'] = brokerId + self.uuid22()
|
@@ -62,23 +62,34 @@ class bit2c(Exchange, ImplicitAPI):
|
|
62
62
|
'fetchMarginMode': False,
|
63
63
|
'fetchMarkOHLCV': False,
|
64
64
|
'fetchMyTrades': True,
|
65
|
+
'fetchOpenInterest': False,
|
65
66
|
'fetchOpenInterestHistory': False,
|
67
|
+
'fetchOpenInterests': False,
|
66
68
|
'fetchOpenOrders': True,
|
67
69
|
'fetchOrder': True,
|
68
70
|
'fetchOrderBook': True,
|
69
71
|
'fetchPosition': False,
|
72
|
+
'fetchPositionHistory': False,
|
70
73
|
'fetchPositionMode': False,
|
71
74
|
'fetchPositions': False,
|
75
|
+
'fetchPositionsForSymbol': False,
|
76
|
+
'fetchPositionsHistory': False,
|
72
77
|
'fetchPositionsRisk': False,
|
73
78
|
'fetchPremiumIndexOHLCV': False,
|
79
|
+
'fetchSettlementHistory': False,
|
74
80
|
'fetchTicker': True,
|
75
81
|
'fetchTrades': True,
|
76
82
|
'fetchTradingFee': False,
|
77
83
|
'fetchTradingFees': True,
|
78
84
|
'fetchTransfer': False,
|
79
85
|
'fetchTransfers': False,
|
86
|
+
'fetchUnderlyingAssets': False,
|
80
87
|
'reduceMargin': False,
|
88
|
+
'repayCrossMargin': False,
|
89
|
+
'repayIsolatedMargin': False,
|
90
|
+
'repayMargin': False,
|
81
91
|
'setLeverage': False,
|
92
|
+
'setMargin': False,
|
82
93
|
'setMarginMode': False,
|
83
94
|
'setPositionMode': False,
|
84
95
|
'transfer': False,
|