ccxt-ir 4.7.0__tar.gz → 4.9.0__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_ir-4.7.0/ccxt_ir.egg-info → ccxt_ir-4.9.0}/PKG-INFO +8 -8
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/README.md +7 -7
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/__init__.py +5 -1
- ccxt_ir-4.9.0/ccxt/abstract/bitunix.py +6 -0
- ccxt_ir-4.9.0/ccxt/abstract/kcex.py +7 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/__init__.py +5 -1
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/base/exchange.py +1 -1
- ccxt_ir-4.9.0/ccxt/async_support/bitunix.py +311 -0
- ccxt_ir-4.9.0/ccxt/async_support/kcex.py +319 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/xt.py +2 -2
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/base/exchange.py +1 -1
- ccxt_ir-4.9.0/ccxt/bitunix.py +311 -0
- ccxt_ir-4.9.0/ccxt/kcex.py +319 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/__init__.py +1 -1
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/xt.py +2 -2
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0/ccxt_ir.egg-info}/PKG-INFO +8 -8
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt_ir.egg-info/SOURCES.txt +6 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/package.json +2 -2
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/LICENSE.txt +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/MANIFEST.in +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/README.rst +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abantether.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/abantether.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/afratether.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/alpaca.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/apex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/arzinja.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/arzplus.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/ascendex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bequant.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bigone.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/binance.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/binancecoinm.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/binanceus.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/binanceusdm.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bingx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bit24.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bit2c.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitbank.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitbns.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitfinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitflyer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitget.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bithumb.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitimen.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitir.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitmart.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitmex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitopro.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitpin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitrue.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitso.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitstamp.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitteam.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bittrade.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bitvavo.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/blockchaincom.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/blofin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/btcalpha.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/btcbox.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/btcmarkets.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/btcturk.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/bybit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/cex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/coinbase.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/coinbaseadvanced.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/coinbaseexchange.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/coinbaseinternational.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/coincatch.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/coincheck.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/coinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/coinmate.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/coinmetro.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/coinone.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/coinsph.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/coinspot.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/cryptocom.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/cryptomus.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/defx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/delta.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/deribit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/derive.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/digifinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/ellipx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/eterex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/excoino.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/exir.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/exmo.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/exnovin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/farhadexchange.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/fmfwio.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/foxbit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/gate.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/gateio.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/gemini.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/hashkey.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/hibachi.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/hitbtc.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/hitobit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/hollaex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/htx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/huobi.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/hyperliquid.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/independentreserve.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/indodax.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/jibitex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/kraken.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/krakenfutures.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/kucoin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/kucoinfutures.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/latoken.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/lbank.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/luno.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/mercado.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/mexc.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/modetrade.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/myokx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/ndax.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/nobitex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/novadax.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/oceanex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/okcoin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/okexchange.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/okx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/okxus.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/ompfinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/onetrading.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/oxfun.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/p2b.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/paradex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/paymium.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/phemex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/poloniex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/probit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/ramzinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/sarmayex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/sarrafex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/tabdeal.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/tetherland.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/timex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/tokocrypto.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/toobit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/tradeogre.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/twox.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/ubitex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/upbit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/vertex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/wallex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/wavesexchange.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/whitebit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/woo.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/woofipro.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/xt.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/yobit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/zaif.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/abstract/zonda.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/afratether.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/alpaca.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/apex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/arzinja.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/arzplus.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/ascendex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/abantether.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/afratether.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/alpaca.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/apex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/arzinja.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/arzplus.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/ascendex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/base/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/base/throttler.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/base/ws/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/base/ws/cache.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/base/ws/client.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/base/ws/functions.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/base/ws/future.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/base/ws/order_book.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/base/ws/order_book_side.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bequant.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bigone.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/binance.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/binancecoinm.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/binanceus.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/binanceusdm.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bingx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bit24.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bit2c.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitbank.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitbns.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitfinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitflyer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitget.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bithumb.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitimen.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitir.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitmart.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitmex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitopro.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitpin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitrue.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitso.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitstamp.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitteam.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bittrade.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bitvavo.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/blockchaincom.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/blofin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/btcalpha.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/btcbox.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/btcmarkets.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/btcturk.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/bybit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/cex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/coinbase.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/coinbaseadvanced.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/coinbaseexchange.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/coinbaseinternational.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/coincatch.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/coincheck.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/coinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/coinmate.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/coinmetro.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/coinone.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/coinsph.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/coinspot.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/cryptocom.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/cryptomus.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/defx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/delta.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/deribit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/derive.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/digifinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/ellipx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/eterex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/excoino.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/exir.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/exmo.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/exnovin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/farhadexchange.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/fmfwio.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/foxbit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/gate.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/gateio.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/gemini.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/hashkey.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/hibachi.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/hitbtc.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/hitobit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/hollaex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/htx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/huobi.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/hyperliquid.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/independentreserve.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/indodax.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/jibitex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/kraken.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/krakenfutures.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/kucoin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/kucoinfutures.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/latoken.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/lbank.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/luno.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/mercado.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/mexc.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/modetrade.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/myokx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/ndax.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/nobitex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/novadax.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/oceanex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/okcoin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/okexchange.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/okx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/okxus.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/ompfinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/onetrading.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/oxfun.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/p2b.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/paradex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/paymium.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/phemex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/poloniex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/probit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/ramzinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/sarmayex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/sarrafex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/tabdeal.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/tetherland.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/timex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/tokocrypto.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/toobit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/tradeogre.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/twox.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/ubitex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/upbit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/vertex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/wallex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/wavesexchange.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/whitebit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/woo.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/woofipro.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/yobit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/zaif.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/async_support/zonda.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/base/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/base/decimal_to_precision.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/base/errors.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/base/precise.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/base/types.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bequant.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bigone.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/binance.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/binancecoinm.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/binanceus.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/binanceusdm.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bingx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bit24.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bit2c.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitbank.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitbns.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitfinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitflyer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitget.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bithumb.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitimen.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitir.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitmart.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitmex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitopro.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitpin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitrue.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitso.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitstamp.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitteam.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bittrade.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bitvavo.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/blockchaincom.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/blofin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/btcalpha.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/btcbox.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/btcmarkets.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/btcturk.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/bybit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/cex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/coinbase.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/coinbaseadvanced.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/coinbaseexchange.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/coinbaseinternational.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/coincatch.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/coincheck.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/coinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/coinmate.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/coinmetro.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/coinone.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/coinsph.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/coinspot.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/cryptocom.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/cryptomus.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/defx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/delta.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/deribit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/derive.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/digifinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/ellipx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/eterex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/excoino.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/exir.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/exmo.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/exnovin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/farhadexchange.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/fmfwio.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/foxbit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/gate.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/gateio.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/gemini.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/hashkey.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/hibachi.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/hitbtc.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/hitobit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/hollaex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/htx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/huobi.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/hyperliquid.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/independentreserve.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/indodax.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/jibitex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/kraken.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/krakenfutures.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/kucoin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/kucoinfutures.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/latoken.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/lbank.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/luno.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/mercado.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/mexc.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/modetrade.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/myokx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/ndax.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/nobitex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/novadax.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/oceanex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/okcoin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/okexchange.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/okx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/okxus.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/ompfinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/onetrading.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/oxfun.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/p2b.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/paradex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/paymium.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/phemex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/poloniex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/alpaca.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/apex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/ascendex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/bequant.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/binance.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/binancecoinm.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/binanceus.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/binanceusdm.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/bingx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/bitfinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/bitget.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/bithumb.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/bitmart.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/bitmex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/bitopro.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/bitrue.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/bitstamp.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/bittrade.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/bitvavo.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/blockchaincom.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/blofin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/bybit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/cex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/coinbase.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/coinbaseadvanced.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/coinbaseexchange.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/coinbaseinternational.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/coincatch.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/coincheck.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/coinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/coinone.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/cryptocom.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/defx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/deribit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/derive.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/exmo.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/gate.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/gateio.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/gemini.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/hashkey.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/hitbtc.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/hollaex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/htx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/huobi.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/hyperliquid.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/independentreserve.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/kraken.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/krakenfutures.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/kucoin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/kucoinfutures.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/lbank.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/luno.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/mexc.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/modetrade.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/myokx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/ndax.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/okcoin.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/okx.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/okxus.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/onetrading.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/oxfun.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/p2b.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/paradex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/phemex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/poloniex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/probit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/tradeogre.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/upbit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/vertex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/whitebit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/woo.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/woofipro.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/pro/xt.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/probit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PrivateAccountV3Api_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PrivateDealsV3Api_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PrivateOrdersV3Api_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PublicAggreBookTickerV3Api_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PublicAggreDealsV3Api_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PublicAggreDepthsV3Api_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PublicBookTickerBatchV3Api_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PublicBookTickerV3Api_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PublicDealsV3Api_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PublicIncreaseDepthsBatchV3Api_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PublicIncreaseDepthsV3Api_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PublicLimitDepthsV3Api_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PublicMiniTickerV3Api_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PublicMiniTickersV3Api_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PublicSpotKlineV3Api_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/PushDataV3ApiWrapper_pb2.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/protobuf/mexc/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/ramzinex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/sarmayex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/sarrafex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ecdsa/der.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ecdsa/util.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/abi.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/base.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/codec.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/constants.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/decoding.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/encoding.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/exceptions.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/grammar.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/packed.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/py.typed +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/registry.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/tools/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/tools/_strategies.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/utils/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/utils/numeric.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/utils/padding.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/abi/utils/string.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/account/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/account/encode_typed_data/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/account/encode_typed_data/encoding_and_hashing.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/account/encode_typed_data/helpers.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/account/messages.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/account/py.typed +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/hexbytes/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/hexbytes/_utils.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/hexbytes/main.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/hexbytes/py.typed +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/typing/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/typing/abi.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/typing/bls.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/typing/discovery.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/typing/encoding.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/typing/enums.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/typing/ethpm.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/typing/evm.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/typing/networks.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/typing/py.typed +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/abi.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/address.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/applicators.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/conversions.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/currency.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/curried/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/debug.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/decorators.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/encoding.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/exceptions.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/functional.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/hexadecimal.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/humanize.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/logging.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/module_loading.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/numeric.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/py.typed +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/toolz.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/types.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/typing/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/typing/misc.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/ethereum/utils/units.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/keccak/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/keccak/keccak.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/__pyinstaller/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/__pyinstaller/hook-lark.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/ast_utils.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/common.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/exceptions.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/grammar.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/grammars/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/indenter.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/lark.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/lexer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/load_grammar.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/parse_tree_builder.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/parser_frontends.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/parsers/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/parsers/cyk.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/parsers/earley.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/parsers/earley_common.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/parsers/earley_forest.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/parsers/grammar_analysis.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/parsers/lalr_analysis.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/parsers/lalr_interactive_parser.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/parsers/lalr_parser.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/parsers/lalr_parser_state.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/parsers/xearley.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/py.typed +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/reconstruct.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/tools/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/tools/nearley.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/tools/serialize.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/tools/standalone.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/tree.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/tree_matcher.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/tree_templates.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/utils.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/lark/visitors.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow/base.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow/class_registry.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow/decorators.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow/error_store.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow/exceptions.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow/fields.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow/orderedset.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow/py.typed +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow/schema.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow/types.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow/utils.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow/validate.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow/warnings.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow_dataclass/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow_dataclass/collection_field.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow_dataclass/lazy_class_attribute.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow_dataclass/mypy.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow_dataclass/py.typed +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow_dataclass/typing.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow_dataclass/union_field.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow_oneofschema/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow_oneofschema/one_of_schema.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/marshmallow_oneofschema/py.typed +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/msgpack/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/msgpack/exceptions.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/msgpack/ext.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/msgpack/fallback.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/parsimonious/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/parsimonious/exceptions.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/parsimonious/expressions.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/parsimonious/grammar.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/parsimonious/nodes.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/parsimonious/utils.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/cairo/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/cairo/data_types.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/cairo_types.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser_transformer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/cairo/felt.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/cairo/type_parser.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/cairo/v1/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/cairo/v1/type_parser.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/cairo/v2/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/cairo/v2/type_parser.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/ccxt_utils.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/common.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/constants.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/hash/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/hash/address.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/hash/compiled_class_hash_objects.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/hash/selector.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/hash/storage.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/hash/utils.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/models/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/models/typed_data.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/_calldata_reader.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/_context.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/_common.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/array_serializer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/bool_serializer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/byte_array_serializer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/cairo_data_serializer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/enum_serializer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/felt_serializer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/named_tuple_serializer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/option_serializer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/output_serializer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/payload_serializer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/struct_serializer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/tuple_serializer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint256_serializer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint_serializer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/data_serializers/unit_serializer.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/errors.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/factory.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/function_serialization_adapter.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/serialization/tuple_dataclass.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/utils/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/utils/constructor_args_translator.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/utils/iterable.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/utils/schema.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starknet/utils/typed_data.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starkware/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starkware/crypto/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starkware/crypto/fast_pedersen_hash.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starkware/crypto/math_utils.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starkware/crypto/signature.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/starkware/crypto/utils.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/sympy/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/sympy/core/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/sympy/core/intfunc.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/sympy/external/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/sympy/external/gmpy.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/sympy/external/importtools.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/sympy/external/ntheory.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/sympy/external/pythonmpq.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/toolz/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/toolz/_signatures.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/toolz/_version.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/toolz/compatibility.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/toolz/curried/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/toolz/curried/exceptions.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/toolz/curried/operator.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/toolz/dicttoolz.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/toolz/functoolz.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/toolz/itertoolz.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/toolz/recipes.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/toolz/utils.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/typing_inspect/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/static_dependencies/typing_inspect/typing_inspect.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/tabdeal.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/test/__init__.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/test/tests_async.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/test/tests_helpers.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/test/tests_init.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/test/tests_sync.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/tetherland.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/timex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/tokocrypto.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/toobit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/tradeogre.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/twox.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/ubitex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/upbit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/vertex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/wallex.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/wavesexchange.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/whitebit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/woo.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/woofipro.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/yobit.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/zaif.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt/zonda.py +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt_ir.egg-info/dependency_links.txt +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt_ir.egg-info/requires.txt +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/ccxt_ir.egg-info/top_level.txt +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/setup.cfg +0 -0
- {ccxt_ir-4.7.0 → ccxt_ir-4.9.0}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ccxt-ir
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.9.0
|
|
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
|
|
@@ -62,7 +62,7 @@ Dynamic: summary
|
|
|
62
62
|
|
|
63
63
|
# CCXT – CryptoCurrency eXchange Trading Library
|
|
64
64
|
|
|
65
|
-
[](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)
|
|
66
66
|
|
|
67
67
|
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.
|
|
68
68
|
|
|
@@ -305,20 +305,20 @@ console.log(version, Object.keys(exchanges));
|
|
|
305
305
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
|
306
306
|
|
|
307
307
|
<<<<<<< HEAD
|
|
308
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.
|
|
309
|
-
* unpkg: https://unpkg.com/ccxt@4.
|
|
308
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.9.0/dist/ccxt.browser.min.js
|
|
309
|
+
* unpkg: https://unpkg.com/ccxt@4.9.0/dist/ccxt.browser.min.js
|
|
310
310
|
=======
|
|
311
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.
|
|
312
|
-
* unpkg: https://unpkg.com/ccxt@4.
|
|
311
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.9.0/dist/ccxt.browser.min.js
|
|
312
|
+
* unpkg: https://unpkg.com/ccxt@4.9.0/dist/ccxt.browser.min.js
|
|
313
313
|
>>>>>>> master
|
|
314
314
|
|
|
315
315
|
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.
|
|
316
316
|
|
|
317
317
|
```HTML
|
|
318
318
|
<<<<<<< HEAD
|
|
319
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.
|
|
319
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.9.0/dist/ccxt.browser.min.js"></script>
|
|
320
320
|
=======
|
|
321
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.
|
|
321
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.9.0/dist/ccxt.browser.min.js"></script>
|
|
322
322
|
>>>>>>> master
|
|
323
323
|
console.log (ccxt.exchanges) // print all available exchanges
|
|
324
324
|
```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# CCXT – CryptoCurrency eXchange Trading Library
|
|
2
2
|
|
|
3
|
-
[](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)
|
|
4
4
|
|
|
5
5
|
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.
|
|
6
6
|
|
|
@@ -243,20 +243,20 @@ console.log(version, Object.keys(exchanges));
|
|
|
243
243
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
|
244
244
|
|
|
245
245
|
<<<<<<< HEAD
|
|
246
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.
|
|
247
|
-
* unpkg: https://unpkg.com/ccxt@4.
|
|
246
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.9.0/dist/ccxt.browser.min.js
|
|
247
|
+
* unpkg: https://unpkg.com/ccxt@4.9.0/dist/ccxt.browser.min.js
|
|
248
248
|
=======
|
|
249
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.
|
|
250
|
-
* unpkg: https://unpkg.com/ccxt@4.
|
|
249
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.9.0/dist/ccxt.browser.min.js
|
|
250
|
+
* unpkg: https://unpkg.com/ccxt@4.9.0/dist/ccxt.browser.min.js
|
|
251
251
|
>>>>>>> master
|
|
252
252
|
|
|
253
253
|
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.
|
|
254
254
|
|
|
255
255
|
```HTML
|
|
256
256
|
<<<<<<< HEAD
|
|
257
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.
|
|
257
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.9.0/dist/ccxt.browser.min.js"></script>
|
|
258
258
|
=======
|
|
259
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.
|
|
259
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.9.0/dist/ccxt.browser.min.js"></script>
|
|
260
260
|
>>>>>>> master
|
|
261
261
|
console.log (ccxt.exchanges) // print all available exchanges
|
|
262
262
|
```
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
# ----------------------------------------------------------------------------
|
|
24
24
|
|
|
25
|
-
__version__ = '4.
|
|
25
|
+
__version__ = '4.9.0'
|
|
26
26
|
|
|
27
27
|
# ----------------------------------------------------------------------------
|
|
28
28
|
|
|
@@ -117,6 +117,7 @@ from ccxt.bitso import bitso # noqa: F4
|
|
|
117
117
|
from ccxt.bitstamp import bitstamp # noqa: F401
|
|
118
118
|
from ccxt.bitteam import bitteam # noqa: F401
|
|
119
119
|
from ccxt.bittrade import bittrade # noqa: F401
|
|
120
|
+
from ccxt.bitunix import bitunix # noqa: F401
|
|
120
121
|
from ccxt.bitvavo import bitvavo # noqa: F401
|
|
121
122
|
from ccxt.blockchaincom import blockchaincom # noqa: F401
|
|
122
123
|
from ccxt.blofin import blofin # noqa: F401
|
|
@@ -168,6 +169,7 @@ from ccxt.hyperliquid import hyperliquid # noqa: F4
|
|
|
168
169
|
from ccxt.independentreserve import independentreserve # noqa: F401
|
|
169
170
|
from ccxt.indodax import indodax # noqa: F401
|
|
170
171
|
from ccxt.jibitex import jibitex # noqa: F401
|
|
172
|
+
from ccxt.kcex import kcex # noqa: F401
|
|
171
173
|
from ccxt.kraken import kraken # noqa: F401
|
|
172
174
|
from ccxt.krakenfutures import krakenfutures # noqa: F401
|
|
173
175
|
from ccxt.kucoin import kucoin # noqa: F401
|
|
@@ -253,6 +255,7 @@ exchanges = [
|
|
|
253
255
|
'bitstamp',
|
|
254
256
|
'bitteam',
|
|
255
257
|
'bittrade',
|
|
258
|
+
'bitunix',
|
|
256
259
|
'bitvavo',
|
|
257
260
|
'blockchaincom',
|
|
258
261
|
'blofin',
|
|
@@ -304,6 +307,7 @@ exchanges = [
|
|
|
304
307
|
'independentreserve',
|
|
305
308
|
'indodax',
|
|
306
309
|
'jibitex',
|
|
310
|
+
'kcex',
|
|
307
311
|
'kraken',
|
|
308
312
|
'krakenfutures',
|
|
309
313
|
'kucoin',
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
from ccxt.base.types import Entry
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class ImplicitAPI:
|
|
5
|
+
public_get_api_spot_v1_common_coin_pair_list = publicGetApiSpotV1CommonCoinPairList = Entry('api/spot/v1/common/coin_pair/list/', 'public', 'GET', {'cost': 1})
|
|
6
|
+
public_get_web_api_v1_common_tickers = publicGetWebApiV1CommonTickers = Entry('web/api/v1/common/tickers/', 'public', 'GET', {'cost': 1})
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
from ccxt.base.types import Entry
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class ImplicitAPI:
|
|
5
|
+
public_get_market_2_spot_market_v2_web_symbols = publicGetMarket2SpotMarketV2WebSymbols = Entry('market-2/spot/market/v2/web/symbols', 'public', 'GET', {'cost': 1})
|
|
6
|
+
public_get_market_2_spot_market_v2_web_tickers = publicGetMarket2SpotMarketV2WebTickers = Entry('market-2/spot/market/v2/web/tickers', 'public', 'GET', {'cost': 1})
|
|
7
|
+
public_get_market_2_spot_market_v2_web_symbol_ticker = publicGetMarket2SpotMarketV2WebSymbolTicker = Entry('market-2/spot/market/v2/web/symbol/ticker', 'public', 'GET', {'cost': 1})
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
# -----------------------------------------------------------------------------
|
|
6
6
|
|
|
7
|
-
__version__ = '4.
|
|
7
|
+
__version__ = '4.9.0'
|
|
8
8
|
|
|
9
9
|
# -----------------------------------------------------------------------------
|
|
10
10
|
|
|
@@ -97,6 +97,7 @@ from ccxt.async_support.bitso import bitso
|
|
|
97
97
|
from ccxt.async_support.bitstamp import bitstamp # noqa: F401
|
|
98
98
|
from ccxt.async_support.bitteam import bitteam # noqa: F401
|
|
99
99
|
from ccxt.async_support.bittrade import bittrade # noqa: F401
|
|
100
|
+
from ccxt.async_support.bitunix import bitunix # noqa: F401
|
|
100
101
|
from ccxt.async_support.bitvavo import bitvavo # noqa: F401
|
|
101
102
|
from ccxt.async_support.blockchaincom import blockchaincom # noqa: F401
|
|
102
103
|
from ccxt.async_support.blofin import blofin # noqa: F401
|
|
@@ -148,6 +149,7 @@ from ccxt.async_support.hyperliquid import hyperliquid
|
|
|
148
149
|
from ccxt.async_support.independentreserve import independentreserve # noqa: F401
|
|
149
150
|
from ccxt.async_support.indodax import indodax # noqa: F401
|
|
150
151
|
from ccxt.async_support.jibitex import jibitex # noqa: F401
|
|
152
|
+
from ccxt.async_support.kcex import kcex # noqa: F401
|
|
151
153
|
from ccxt.async_support.kraken import kraken # noqa: F401
|
|
152
154
|
from ccxt.async_support.krakenfutures import krakenfutures # noqa: F401
|
|
153
155
|
from ccxt.async_support.kucoin import kucoin # noqa: F401
|
|
@@ -233,6 +235,7 @@ exchanges = [
|
|
|
233
235
|
'bitstamp',
|
|
234
236
|
'bitteam',
|
|
235
237
|
'bittrade',
|
|
238
|
+
'bitunix',
|
|
236
239
|
'bitvavo',
|
|
237
240
|
'blockchaincom',
|
|
238
241
|
'blofin',
|
|
@@ -284,6 +287,7 @@ exchanges = [
|
|
|
284
287
|
'independentreserve',
|
|
285
288
|
'indodax',
|
|
286
289
|
'jibitex',
|
|
290
|
+
'kcex',
|
|
287
291
|
'kraken',
|
|
288
292
|
'krakenfutures',
|
|
289
293
|
'kucoin',
|
|
@@ -0,0 +1,311 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
|
|
3
|
+
# PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
|
|
4
|
+
# https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
|
|
5
|
+
|
|
6
|
+
from ccxt.async_support.base.exchange import Exchange
|
|
7
|
+
from ccxt.abstract.bitunix import ImplicitAPI
|
|
8
|
+
from ccxt.base.types import Any, Market, Strings, Ticker, Tickers
|
|
9
|
+
from typing import List
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class bitunix(Exchange, ImplicitAPI):
|
|
13
|
+
|
|
14
|
+
def describe(self) -> Any:
|
|
15
|
+
return self.deep_extend(super(bitunix, self).describe(), {
|
|
16
|
+
'id': 'bitunix',
|
|
17
|
+
'name': 'bitunix',
|
|
18
|
+
'countries': ['IR'],
|
|
19
|
+
'rateLimit': 1000,
|
|
20
|
+
'version': '1',
|
|
21
|
+
'certified': False,
|
|
22
|
+
'pro': False,
|
|
23
|
+
'has': {
|
|
24
|
+
'CORS': None,
|
|
25
|
+
'spot': True,
|
|
26
|
+
'margin': False,
|
|
27
|
+
'swap': False,
|
|
28
|
+
'future': True,
|
|
29
|
+
'option': False,
|
|
30
|
+
'addMargin': False,
|
|
31
|
+
'cancelAllOrders': False,
|
|
32
|
+
'cancelOrder': False,
|
|
33
|
+
'cancelOrders': False,
|
|
34
|
+
'createDepositAddress': False,
|
|
35
|
+
'createOrder': False,
|
|
36
|
+
'createStopLimitOrder': False,
|
|
37
|
+
'createStopMarketOrder': False,
|
|
38
|
+
'createStopOrder': False,
|
|
39
|
+
'editOrder': False,
|
|
40
|
+
'fetchBalance': False,
|
|
41
|
+
'fetchBorrowInterest': False,
|
|
42
|
+
'fetchBorrowRateHistories': False,
|
|
43
|
+
'fetchBorrowRateHistory': False,
|
|
44
|
+
'fetchClosedOrders': False,
|
|
45
|
+
'fetchCrossBorrowRate': False,
|
|
46
|
+
'fetchCrossBorrowRates': False,
|
|
47
|
+
'fetchCurrencies': False,
|
|
48
|
+
'fetchDepositAddress': False,
|
|
49
|
+
'fetchDeposits': False,
|
|
50
|
+
'fetchFundingHistory': False,
|
|
51
|
+
'fetchFundingRate': False,
|
|
52
|
+
'fetchFundingRateHistory': False,
|
|
53
|
+
'fetchFundingRates': False,
|
|
54
|
+
'fetchIndexOHLCV': False,
|
|
55
|
+
'fetchIsolatedBorrowRate': False,
|
|
56
|
+
'fetchIsolatedBorrowRates': False,
|
|
57
|
+
'fetchL2OrderBook': False,
|
|
58
|
+
'fetchL3OrderBook': False,
|
|
59
|
+
'fetchLedger': False,
|
|
60
|
+
'fetchLedgerEntry': False,
|
|
61
|
+
'fetchLeverageTiers': False,
|
|
62
|
+
'fetchMarkets': True,
|
|
63
|
+
'fetchMarkOHLCV': False,
|
|
64
|
+
'fetchMyTrades': False,
|
|
65
|
+
'fetchOHLCV': True,
|
|
66
|
+
'fetchOpenInterestHistory': False,
|
|
67
|
+
'fetchOpenOrders': False,
|
|
68
|
+
'fetchOrder': False,
|
|
69
|
+
'fetchOrderBook': True,
|
|
70
|
+
'fetchOrders': False,
|
|
71
|
+
'fetchOrderTrades': 'emulated',
|
|
72
|
+
'fetchPositions': False,
|
|
73
|
+
'fetchPremiumIndexOHLCV': False,
|
|
74
|
+
'fetchTicker': True,
|
|
75
|
+
'fetchTickers': True,
|
|
76
|
+
'fetchTime': False,
|
|
77
|
+
'fetchTrades': False,
|
|
78
|
+
'fetchTradingFee': False,
|
|
79
|
+
'fetchTradingFees': False,
|
|
80
|
+
'fetchWithdrawals': False,
|
|
81
|
+
'setLeverage': False,
|
|
82
|
+
'setMarginMode': False,
|
|
83
|
+
'transfer': False,
|
|
84
|
+
'withdraw': False,
|
|
85
|
+
},
|
|
86
|
+
'comment': 'This comment is optional',
|
|
87
|
+
'urls': {
|
|
88
|
+
'logo': 'https://cdn.arz.digital/cr-odin/img/exchanges/bitunix/64x64.png',
|
|
89
|
+
'api': {
|
|
90
|
+
'market': 'https://openapi.bitunix.com/',
|
|
91
|
+
'tickers': 'https://api.bitunix.com/',
|
|
92
|
+
},
|
|
93
|
+
'www': 'https://www.bitunix.com/',
|
|
94
|
+
'doc': [
|
|
95
|
+
'https://openapidoc.bitunix.com/',
|
|
96
|
+
],
|
|
97
|
+
},
|
|
98
|
+
'timeframes': {
|
|
99
|
+
'1m': '1',
|
|
100
|
+
'5m': '5',
|
|
101
|
+
'15m': '15',
|
|
102
|
+
'30m': '30',
|
|
103
|
+
'1h': '60',
|
|
104
|
+
'3h': '180',
|
|
105
|
+
'4h': '240',
|
|
106
|
+
'12h': '720',
|
|
107
|
+
'1d': '1D',
|
|
108
|
+
'1w': '1W',
|
|
109
|
+
},
|
|
110
|
+
'api': {
|
|
111
|
+
'public': {
|
|
112
|
+
'get': {
|
|
113
|
+
'api/spot/v1/common/coin_pair/list/': 1,
|
|
114
|
+
'web/api/v1/common/tickers/': 1,
|
|
115
|
+
},
|
|
116
|
+
},
|
|
117
|
+
},
|
|
118
|
+
'fees': {
|
|
119
|
+
'trading': {
|
|
120
|
+
'tierBased': False,
|
|
121
|
+
'percentage': True,
|
|
122
|
+
'maker': self.parse_number('0.001'),
|
|
123
|
+
'taker': self.parse_number('0.001'),
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
})
|
|
127
|
+
|
|
128
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
|
129
|
+
"""
|
|
130
|
+
retrieves data on all markets for bitunix
|
|
131
|
+
https://api-docs.bitunix.ir/#be8d9c51a2
|
|
132
|
+
:param dict [params]: extra parameters specific to the exchange API endpoint
|
|
133
|
+
:returns dict[]: an array of objects representing market data
|
|
134
|
+
"""
|
|
135
|
+
response = await self.publicGetApiSpotV1CommonCoinPairList(params)
|
|
136
|
+
markets = self.safe_list(response, 'data')
|
|
137
|
+
result = []
|
|
138
|
+
for i in range(0, len(markets)):
|
|
139
|
+
market = self.parse_market(markets[i])
|
|
140
|
+
result.append(market)
|
|
141
|
+
return result
|
|
142
|
+
|
|
143
|
+
def parse_market(self, market) -> Market:
|
|
144
|
+
# {
|
|
145
|
+
# id: 1,
|
|
146
|
+
# symbol: "btcusdt",
|
|
147
|
+
# base: "BTC",
|
|
148
|
+
# baseIcon: "https://img.bitunix.com/config/kv/228408.png",
|
|
149
|
+
# quote: "USDT",
|
|
150
|
+
# quoteIcon: "https://img.bitunix.com/config/coin/USDT.png",
|
|
151
|
+
# basePrecision: 5,
|
|
152
|
+
# quotePrecision: 2,
|
|
153
|
+
# minPrice: "10.0000000000000000",
|
|
154
|
+
# minVolume: "0.0000500000000000",
|
|
155
|
+
# maxAmount: "500000.0000000000000000",
|
|
156
|
+
# minAmount: "0.0000000000000000",
|
|
157
|
+
# maxLimitOrderAmount: "1500000.0000000000000000",
|
|
158
|
+
# maxMarketOrderAmount: "2000000.0000000000000000",
|
|
159
|
+
# maxSlippage: "0.0500",
|
|
160
|
+
# premiumFactor: "0.0500",
|
|
161
|
+
# minBuyPriceOffset: "-0.8000",
|
|
162
|
+
# maxSellPriceOffset: "50.0000",
|
|
163
|
+
# isOpen: 1,
|
|
164
|
+
# isHot: 1,
|
|
165
|
+
# isRecommend: 1,
|
|
166
|
+
# isShow: 1,
|
|
167
|
+
# tradeArea: "USDT",
|
|
168
|
+
# sort: 1,
|
|
169
|
+
# openTime: null,
|
|
170
|
+
# ctime: "2023-05-12T18:03:08Z",
|
|
171
|
+
# precisions: [
|
|
172
|
+
# "0.0100000000000000",
|
|
173
|
+
# "0.1000000000000000",
|
|
174
|
+
# "1.0000000000000000",
|
|
175
|
+
# "10.0000000000000000",
|
|
176
|
+
# "100.0000000000000000"
|
|
177
|
+
# ]
|
|
178
|
+
# }
|
|
179
|
+
baseId = self.safe_string(market, 'base')
|
|
180
|
+
quoteId = self.safe_string(market, 'quote')
|
|
181
|
+
base = self.safe_currency_code(baseId)
|
|
182
|
+
quote = self.safe_currency_code(quoteId)
|
|
183
|
+
id = (base + quote)
|
|
184
|
+
return {
|
|
185
|
+
'id': id,
|
|
186
|
+
'symbol': base + '/' + quote,
|
|
187
|
+
'base': base,
|
|
188
|
+
'quote': quote,
|
|
189
|
+
'settle': None,
|
|
190
|
+
'baseId': baseId,
|
|
191
|
+
'quoteId': quoteId,
|
|
192
|
+
'settleId': None,
|
|
193
|
+
'type': 'spot',
|
|
194
|
+
'spot': True,
|
|
195
|
+
'margin': False,
|
|
196
|
+
'swap': False,
|
|
197
|
+
'future': False,
|
|
198
|
+
'option': False,
|
|
199
|
+
'active': True,
|
|
200
|
+
'contract': False,
|
|
201
|
+
'linear': None,
|
|
202
|
+
'inverse': None,
|
|
203
|
+
'contractSize': None,
|
|
204
|
+
'expiry': None,
|
|
205
|
+
'expiryDatetime': None,
|
|
206
|
+
'strike': None,
|
|
207
|
+
'optionType': None,
|
|
208
|
+
'precision': {
|
|
209
|
+
'amount': None,
|
|
210
|
+
'price': None,
|
|
211
|
+
},
|
|
212
|
+
'limits': {
|
|
213
|
+
'leverage': {
|
|
214
|
+
'min': None,
|
|
215
|
+
'max': None,
|
|
216
|
+
},
|
|
217
|
+
'amount': {
|
|
218
|
+
'min': None,
|
|
219
|
+
'max': None,
|
|
220
|
+
},
|
|
221
|
+
'price': {
|
|
222
|
+
'min': None,
|
|
223
|
+
'max': None,
|
|
224
|
+
},
|
|
225
|
+
'cost': {
|
|
226
|
+
'min': None,
|
|
227
|
+
'max': None,
|
|
228
|
+
},
|
|
229
|
+
},
|
|
230
|
+
'created': None,
|
|
231
|
+
'info': market,
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
async def fetch_tickers(self, symbols: Strings = None, params={}) -> Tickers:
|
|
235
|
+
"""
|
|
236
|
+
fetches price tickers for multiple markets, statistical information calculated over the past 24 hours for each market
|
|
237
|
+
https://api-docs.bitunix.ir/#be8d9c51a2
|
|
238
|
+
:param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
|
239
|
+
:param dict [params]: extra parameters specific to the exchange API endpoint
|
|
240
|
+
:returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
|
|
241
|
+
"""
|
|
242
|
+
await self.load_markets()
|
|
243
|
+
if symbols is not None:
|
|
244
|
+
symbols = self.market_symbols(symbols)
|
|
245
|
+
response = await self.publicGetWebApiV1CommonTickers()
|
|
246
|
+
markets = self.safe_list(response, 'data')
|
|
247
|
+
result = {}
|
|
248
|
+
for i in range(0, len(markets)):
|
|
249
|
+
ticker = self.parse_ticker(markets[i])
|
|
250
|
+
symbol = ticker['symbol']
|
|
251
|
+
result[symbol] = ticker
|
|
252
|
+
return self.filter_by_array_tickers(result, 'symbol', symbols)
|
|
253
|
+
|
|
254
|
+
async def fetch_ticker(self, symbol: str, params={}) -> Ticker:
|
|
255
|
+
"""
|
|
256
|
+
fetches a price ticker, a statistical calculation with the information calculated over the past 24 hours for a specific market
|
|
257
|
+
https://api-docs.bitunix.ir/#be8d9c51a2
|
|
258
|
+
:param str symbol: unified symbol of the market to fetch the ticker for
|
|
259
|
+
:param dict [params]: extra parameters specific to the exchange API endpoint
|
|
260
|
+
:returns dict: a `ticker structure <https://docs.ccxt.com/#/?id=ticker-structure>`
|
|
261
|
+
"""
|
|
262
|
+
ticker = await self.fetch_tickers([symbol])
|
|
263
|
+
return ticker[symbol]
|
|
264
|
+
|
|
265
|
+
def parse_ticker(self, ticker, market: Market = None) -> Ticker:
|
|
266
|
+
# {
|
|
267
|
+
# symbol: "BTCUSDT",
|
|
268
|
+
# base: "BTC",
|
|
269
|
+
# quote: "USDT",
|
|
270
|
+
# close: "112832.34",
|
|
271
|
+
# rose24h: "0.2276416293",
|
|
272
|
+
# volume: "228310106.7861019"
|
|
273
|
+
# },
|
|
274
|
+
marketType = 'spot'
|
|
275
|
+
marketId = self.safe_string(ticker, 'symbol')
|
|
276
|
+
symbol = self.safe_symbol(marketId, market, None, marketType)
|
|
277
|
+
last = self.safe_float(ticker, 'close', 0)
|
|
278
|
+
change = self.safe_float(ticker, 'rose24h', 0)
|
|
279
|
+
quoteVolume = self.safe_float(ticker, 'volume', 0)
|
|
280
|
+
baseVolume = 0
|
|
281
|
+
if last != 0:
|
|
282
|
+
baseVolume = quoteVolume / last
|
|
283
|
+
return self.safe_ticker({
|
|
284
|
+
'symbol': symbol,
|
|
285
|
+
'timestamp': None,
|
|
286
|
+
'datetime': None,
|
|
287
|
+
'high': None,
|
|
288
|
+
'low': None,
|
|
289
|
+
'bid': None,
|
|
290
|
+
'bidVolume': None,
|
|
291
|
+
'ask': None,
|
|
292
|
+
'askVolume': None,
|
|
293
|
+
'vwap': None,
|
|
294
|
+
'open': None,
|
|
295
|
+
'close': last,
|
|
296
|
+
'last': last,
|
|
297
|
+
'previousClose': None,
|
|
298
|
+
'change': change,
|
|
299
|
+
'percentage': change,
|
|
300
|
+
'average': None,
|
|
301
|
+
'baseVolume': baseVolume,
|
|
302
|
+
'quoteVolume': quoteVolume,
|
|
303
|
+
'info': ticker,
|
|
304
|
+
}, market)
|
|
305
|
+
|
|
306
|
+
def sign(self, path, api='public', method='GET', params={}, headers=None, body=None):
|
|
307
|
+
url = self.urls['api']['market'] + '/' + path
|
|
308
|
+
if path == 'web/api/v1/common/tickers/':
|
|
309
|
+
url = self.urls['api']['tickers'] + '/' + path
|
|
310
|
+
headers = {'Content-Type': 'application/json'}
|
|
311
|
+
return {'url': url, 'method': method, 'body': body, 'headers': headers}
|