ccxt-ir 4.9.14__tar.gz → 4.9.16__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.9.14/ccxt_ir.egg-info → ccxt_ir-4.9.16}/PKG-INFO +5 -5
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/README.md +4 -4
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/__init__.py +3 -1
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abantether.py +2 -2
- ccxt_ir-4.9.16/ccxt/abstract/tehran_exchange.py +6 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/toobit.py +1 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/__init__.py +3 -1
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/abantether.py +2 -2
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/base/exchange.py +1 -1
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/hamtapay.py +4 -1
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/sarmayex.py +4 -3
- ccxt_ir-4.9.16/ccxt/async_support/tehran_exchange.py +317 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/toobit.py +94 -43
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/base/exchange.py +1 -1
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/hamtapay.py +4 -1
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/__init__.py +1 -1
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/sarmayex.py +4 -3
- ccxt_ir-4.9.16/ccxt/tehran_exchange.py +317 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/toobit.py +94 -43
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16/ccxt_ir.egg-info}/PKG-INFO +5 -5
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt_ir.egg-info/SOURCES.txt +3 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/package.json +1 -1
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/LICENSE.txt +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/MANIFEST.in +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/README.rst +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/abantether.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/afratether.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/alpaca.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/apex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/arzinja.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/arzplus.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/ascendex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bequant.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bigone.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/binance.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/binancecoinm.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/binanceus.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/binanceusdm.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bingx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bit24.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bit2c.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitbank.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitbarg.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitbns.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitfinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitflyer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitget.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bithumb.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitimen.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitir.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitmart.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitmex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitopro.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitpin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitrue.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitso.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitstamp.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitteam.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bittrade.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitunix.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bitvavo.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/blockchaincom.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/blofin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/btcalpha.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/btcbox.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/btcmarkets.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/btcturk.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bybit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/bydfi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/cafearz.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/cex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/coinbase.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/coinbaseadvanced.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/coinbaseexchange.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/coinbaseinternational.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/coincatch.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/coincheck.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/coinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/coinmate.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/coinmetro.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/coinone.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/coinsph.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/coinspot.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/cryptocom.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/cryptomus.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/defx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/delta.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/deribit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/derive.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/digifinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/ellipx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/eterex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/excoino.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/exir.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/exmo.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/exnovin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/farhadexchange.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/fmfwio.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/foxbit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/gate.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/gateio.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/gemini.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/hamtapay.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/hashkey.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/hibachi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/hitbtc.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/hitobit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/hollaex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/htx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/huobi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/hyperliquid.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/independentreserve.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/indodax.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/jibitex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/kcex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/kifpoolme.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/kraken.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/krakenfutures.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/kucoin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/kucoinfutures.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/latoken.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/lbank.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/luno.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/mazdax.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/mercado.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/mexc.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/modetrade.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/myokx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/ndax.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/nobitex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/novadax.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/oceanex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/okcoin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/okexchange.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/okx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/okxus.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/ompfinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/onetrading.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/oxfun.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/p2b.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/paradex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/paymium.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/phemex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/pingi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/poloniex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/pooleno.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/probit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/ramzinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/sarmayex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/sarrafex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/tabdeal.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/tetherland.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/timex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/tokocrypto.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/tradeogre.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/twox.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/ubitex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/upbit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/vertex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/wallex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/wavesexchange.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/whitebit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/woo.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/woofipro.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/xt.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/yobit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/zaif.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/abstract/zonda.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/afratether.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/alpaca.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/apex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/arzinja.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/arzplus.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/ascendex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/afratether.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/alpaca.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/apex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/arzinja.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/arzplus.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/ascendex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/base/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/base/throttler.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/base/ws/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/base/ws/cache.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/base/ws/client.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/base/ws/functions.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/base/ws/future.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/base/ws/order_book.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/base/ws/order_book_side.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bequant.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bigone.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/binance.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/binancecoinm.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/binanceus.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/binanceusdm.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bingx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bit24.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bit2c.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitbank.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitbarg.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitbns.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitfinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitflyer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitget.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bithumb.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitimen.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitir.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitmart.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitmex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitopro.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitpin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitrue.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitso.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitstamp.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitteam.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bittrade.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitunix.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bitvavo.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/blockchaincom.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/blofin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/btcalpha.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/btcbox.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/btcmarkets.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/btcturk.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bybit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/bydfi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/cafearz.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/cex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/coinbase.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/coinbaseadvanced.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/coinbaseexchange.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/coinbaseinternational.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/coincatch.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/coincheck.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/coinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/coinmate.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/coinmetro.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/coinone.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/coinsph.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/coinspot.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/cryptocom.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/cryptomus.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/defx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/delta.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/deribit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/derive.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/digifinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/ellipx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/eterex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/excoino.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/exir.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/exmo.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/exnovin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/farhadexchange.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/fmfwio.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/foxbit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/gate.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/gateio.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/gemini.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/hashkey.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/hibachi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/hitbtc.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/hitobit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/hollaex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/htx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/huobi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/hyperliquid.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/independentreserve.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/indodax.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/jibitex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/kcex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/kifpoolme.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/kraken.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/krakenfutures.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/kucoin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/kucoinfutures.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/latoken.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/lbank.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/luno.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/mazdax.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/mercado.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/mexc.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/modetrade.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/myokx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/ndax.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/nobitex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/novadax.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/oceanex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/okcoin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/okexchange.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/okx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/okxus.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/ompfinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/onetrading.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/oxfun.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/p2b.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/paradex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/paymium.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/phemex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/pingi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/poloniex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/pooleno.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/probit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/ramzinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/sarrafex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/tabdeal.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/tetherland.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/timex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/tokocrypto.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/tradeogre.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/twox.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/ubitex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/upbit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/vertex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/wallex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/wavesexchange.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/whitebit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/woo.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/woofipro.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/xt.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/yobit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/zaif.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/async_support/zonda.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/base/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/base/decimal_to_precision.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/base/errors.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/base/precise.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/base/types.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bequant.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bigone.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/binance.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/binancecoinm.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/binanceus.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/binanceusdm.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bingx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bit24.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bit2c.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitbank.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitbarg.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitbns.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitfinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitflyer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitget.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bithumb.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitimen.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitir.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitmart.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitmex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitopro.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitpin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitrue.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitso.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitstamp.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitteam.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bittrade.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitunix.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bitvavo.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/blockchaincom.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/blofin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/btcalpha.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/btcbox.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/btcmarkets.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/btcturk.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bybit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/bydfi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/cafearz.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/cex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/coinbase.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/coinbaseadvanced.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/coinbaseexchange.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/coinbaseinternational.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/coincatch.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/coincheck.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/coinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/coinmate.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/coinmetro.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/coinone.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/coinsph.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/coinspot.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/cryptocom.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/cryptomus.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/defx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/delta.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/deribit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/derive.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/digifinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/ellipx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/eterex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/excoino.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/exir.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/exmo.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/exnovin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/farhadexchange.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/fmfwio.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/foxbit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/gate.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/gateio.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/gemini.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/hashkey.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/hibachi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/hitbtc.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/hitobit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/hollaex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/htx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/huobi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/hyperliquid.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/independentreserve.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/indodax.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/jibitex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/kcex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/kifpoolme.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/kraken.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/krakenfutures.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/kucoin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/kucoinfutures.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/latoken.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/lbank.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/luno.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/mazdax.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/mercado.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/mexc.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/modetrade.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/myokx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/ndax.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/nobitex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/novadax.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/oceanex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/okcoin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/okexchange.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/okx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/okxus.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/ompfinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/onetrading.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/oxfun.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/p2b.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/paradex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/paymium.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/phemex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pingi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/poloniex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pooleno.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/alpaca.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/apex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/ascendex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/bequant.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/binance.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/binancecoinm.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/binanceus.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/binanceusdm.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/bingx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/bitfinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/bitget.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/bithumb.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/bitmart.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/bitmex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/bitopro.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/bitrue.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/bitstamp.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/bittrade.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/bitvavo.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/blockchaincom.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/blofin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/bybit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/cex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/coinbase.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/coinbaseadvanced.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/coinbaseexchange.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/coinbaseinternational.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/coincatch.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/coincheck.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/coinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/coinone.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/cryptocom.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/defx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/deribit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/derive.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/exmo.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/gate.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/gateio.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/gemini.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/hashkey.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/hitbtc.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/hollaex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/htx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/huobi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/hyperliquid.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/independentreserve.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/kraken.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/krakenfutures.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/kucoin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/kucoinfutures.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/lbank.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/luno.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/mexc.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/modetrade.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/myokx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/ndax.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/okcoin.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/okx.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/okxus.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/onetrading.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/oxfun.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/p2b.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/paradex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/phemex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/poloniex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/probit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/tradeogre.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/upbit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/vertex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/whitebit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/woo.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/woofipro.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/pro/xt.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/probit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PrivateAccountV3Api_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PrivateDealsV3Api_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PrivateOrdersV3Api_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PublicAggreBookTickerV3Api_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PublicAggreDealsV3Api_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PublicAggreDepthsV3Api_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PublicBookTickerBatchV3Api_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PublicBookTickerV3Api_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PublicDealsV3Api_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PublicIncreaseDepthsBatchV3Api_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PublicIncreaseDepthsV3Api_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PublicLimitDepthsV3Api_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PublicMiniTickerV3Api_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PublicMiniTickersV3Api_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PublicSpotKlineV3Api_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/PushDataV3ApiWrapper_pb2.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/protobuf/mexc/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/ramzinex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/sarrafex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ecdsa/der.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ecdsa/util.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/abi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/base.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/codec.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/constants.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/decoding.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/encoding.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/exceptions.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/grammar.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/packed.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/py.typed +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/registry.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/tools/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/tools/_strategies.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/utils/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/utils/numeric.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/utils/padding.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/abi/utils/string.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/account/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/account/encode_typed_data/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/account/encode_typed_data/encoding_and_hashing.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/account/encode_typed_data/helpers.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/account/messages.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/account/py.typed +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/hexbytes/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/hexbytes/_utils.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/hexbytes/main.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/hexbytes/py.typed +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/typing/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/typing/abi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/typing/bls.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/typing/discovery.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/typing/encoding.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/typing/enums.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/typing/ethpm.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/typing/evm.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/typing/networks.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/typing/py.typed +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/abi.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/address.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/applicators.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/conversions.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/currency.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/curried/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/debug.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/decorators.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/encoding.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/exceptions.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/functional.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/hexadecimal.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/humanize.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/logging.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/module_loading.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/numeric.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/py.typed +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/toolz.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/types.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/typing/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/typing/misc.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/ethereum/utils/units.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/keccak/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/keccak/keccak.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/__pyinstaller/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/__pyinstaller/hook-lark.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/ast_utils.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/common.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/exceptions.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/grammar.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/grammars/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/indenter.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/lark.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/lexer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/load_grammar.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/parse_tree_builder.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/parser_frontends.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/parsers/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/parsers/cyk.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/parsers/earley.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/parsers/earley_common.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/parsers/earley_forest.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/parsers/grammar_analysis.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/parsers/lalr_analysis.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/parsers/lalr_interactive_parser.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/parsers/lalr_parser.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/parsers/lalr_parser_state.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/parsers/xearley.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/py.typed +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/reconstruct.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/tools/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/tools/nearley.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/tools/serialize.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/tools/standalone.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/tree.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/tree_matcher.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/tree_templates.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/utils.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/lark/visitors.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow/base.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow/class_registry.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow/decorators.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow/error_store.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow/exceptions.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow/fields.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow/orderedset.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow/py.typed +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow/schema.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow/types.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow/utils.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow/validate.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow/warnings.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow_dataclass/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow_dataclass/collection_field.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow_dataclass/lazy_class_attribute.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow_dataclass/mypy.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow_dataclass/py.typed +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow_dataclass/typing.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow_dataclass/union_field.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow_oneofschema/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow_oneofschema/one_of_schema.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/marshmallow_oneofschema/py.typed +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/msgpack/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/msgpack/exceptions.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/msgpack/ext.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/msgpack/fallback.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/parsimonious/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/parsimonious/exceptions.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/parsimonious/expressions.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/parsimonious/grammar.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/parsimonious/nodes.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/parsimonious/utils.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/cairo/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/cairo/data_types.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/cairo_types.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser_transformer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/cairo/felt.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/cairo/type_parser.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/cairo/v1/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/cairo/v1/type_parser.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/cairo/v2/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/cairo/v2/type_parser.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/ccxt_utils.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/common.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/constants.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/hash/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/hash/address.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/hash/compiled_class_hash_objects.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/hash/selector.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/hash/storage.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/hash/utils.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/models/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/models/typed_data.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/_calldata_reader.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/_context.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/_common.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/array_serializer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/bool_serializer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/byte_array_serializer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/cairo_data_serializer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/enum_serializer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/felt_serializer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/named_tuple_serializer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/option_serializer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/output_serializer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/payload_serializer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/struct_serializer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/tuple_serializer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint256_serializer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint_serializer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/data_serializers/unit_serializer.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/errors.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/factory.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/function_serialization_adapter.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/serialization/tuple_dataclass.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/utils/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/utils/constructor_args_translator.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/utils/iterable.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/utils/schema.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starknet/utils/typed_data.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starkware/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starkware/crypto/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starkware/crypto/fast_pedersen_hash.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starkware/crypto/math_utils.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starkware/crypto/signature.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/starkware/crypto/utils.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/sympy/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/sympy/core/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/sympy/core/intfunc.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/sympy/external/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/sympy/external/gmpy.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/sympy/external/importtools.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/sympy/external/ntheory.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/sympy/external/pythonmpq.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/toolz/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/toolz/_signatures.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/toolz/_version.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/toolz/compatibility.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/toolz/curried/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/toolz/curried/exceptions.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/toolz/curried/operator.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/toolz/dicttoolz.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/toolz/functoolz.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/toolz/itertoolz.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/toolz/recipes.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/toolz/utils.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/typing_inspect/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/static_dependencies/typing_inspect/typing_inspect.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/tabdeal.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/test/__init__.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/test/tests_async.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/test/tests_helpers.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/test/tests_init.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/test/tests_sync.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/tetherland.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/timex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/tokocrypto.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/tradeogre.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/twox.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/ubitex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/upbit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/vertex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/wallex.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/wavesexchange.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/whitebit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/woo.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/woofipro.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/xt.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/yobit.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/zaif.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt/zonda.py +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt_ir.egg-info/dependency_links.txt +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt_ir.egg-info/requires.txt +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/ccxt_ir.egg-info/top_level.txt +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/setup.cfg +0 -0
- {ccxt_ir-4.9.14 → ccxt_ir-4.9.16}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ccxt-ir
|
|
3
|
-
Version: 4.9.
|
|
3
|
+
Version: 4.9.16
|
|
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
|
|
|
@@ -304,13 +304,13 @@ console.log(version, Object.keys(exchanges));
|
|
|
304
304
|
|
|
305
305
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
|
306
306
|
|
|
307
|
-
- jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.9.
|
|
308
|
-
- unpkg: https://unpkg.com/ccxt@4.9.
|
|
307
|
+
- jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.9.16/dist/ccxt.browser.min.js
|
|
308
|
+
- unpkg: https://unpkg.com/ccxt@4.9.16/dist/ccxt.browser.min.js
|
|
309
309
|
|
|
310
310
|
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.
|
|
311
311
|
|
|
312
312
|
```HTML
|
|
313
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.9.
|
|
313
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.9.16/dist/ccxt.browser.min.js"></script>
|
|
314
314
|
console.log (ccxt.exchanges) // print all available exchanges
|
|
315
315
|
```
|
|
316
316
|
|
|
@@ -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
|
|
|
@@ -242,13 +242,13 @@ console.log(version, Object.keys(exchanges));
|
|
|
242
242
|
|
|
243
243
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
|
244
244
|
|
|
245
|
-
- jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.9.
|
|
246
|
-
- unpkg: https://unpkg.com/ccxt@4.9.
|
|
245
|
+
- jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.9.16/dist/ccxt.browser.min.js
|
|
246
|
+
- unpkg: https://unpkg.com/ccxt@4.9.16/dist/ccxt.browser.min.js
|
|
247
247
|
|
|
248
248
|
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.
|
|
249
249
|
|
|
250
250
|
```HTML
|
|
251
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.9.
|
|
251
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.9.16/dist/ccxt.browser.min.js"></script>
|
|
252
252
|
console.log (ccxt.exchanges) // print all available exchanges
|
|
253
253
|
```
|
|
254
254
|
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
# ----------------------------------------------------------------------------
|
|
24
24
|
|
|
25
|
-
__version__ = '4.9.
|
|
25
|
+
__version__ = '4.9.16'
|
|
26
26
|
|
|
27
27
|
# ----------------------------------------------------------------------------
|
|
28
28
|
|
|
@@ -210,6 +210,7 @@ from ccxt.ramzinex import ramzinex # noqa: F4
|
|
|
210
210
|
from ccxt.sarmayex import sarmayex # noqa: F401
|
|
211
211
|
from ccxt.sarrafex import sarrafex # noqa: F401
|
|
212
212
|
from ccxt.tabdeal import tabdeal # noqa: F401
|
|
213
|
+
from ccxt.tehran_exchange import tehran_exchange # noqa: F401
|
|
213
214
|
from ccxt.tetherland import tetherland # noqa: F401
|
|
214
215
|
from ccxt.timex import timex # noqa: F401
|
|
215
216
|
from ccxt.tokocrypto import tokocrypto # noqa: F401
|
|
@@ -356,6 +357,7 @@ exchanges = [
|
|
|
356
357
|
'sarmayex',
|
|
357
358
|
'sarrafex',
|
|
358
359
|
'tabdeal',
|
|
360
|
+
'tehran_exchange',
|
|
359
361
|
'tetherland',
|
|
360
362
|
'timex',
|
|
361
363
|
'tokocrypto',
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
from ccxt.base.types import Entry
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class ImplicitAPI:
|
|
5
|
+
public_get_otc_v1_market_pair = publicGetOtcV1MarketPair = Entry('otc/v1/market/pair', 'public', 'GET', {'cost': 1})
|
|
6
|
+
public_get_otc_v1_market_order_pair_price = publicGetOtcV1MarketOrderPairPrice = Entry('otc/v1/market/order/pair/price', 'public', 'GET', {'cost': 1})
|
|
@@ -4,3 +4,4 @@ from ccxt.base.types import Entry
|
|
|
4
4
|
class ImplicitAPI:
|
|
5
5
|
public_get_quote_v1_ticker_24hr = publicGetQuoteV1Ticker24hr = Entry('quote/v1/ticker/24hr', 'public', 'GET', {'cost': 1})
|
|
6
6
|
public_get_quote_v1_klines = publicGetQuoteV1Klines = Entry('quote/v1/klines', 'public', 'GET', {'cost': 1})
|
|
7
|
+
public_get_api_v1_exchangeinfo = publicGetApiV1ExchangeInfo = Entry('/api/v1/exchangeInfo', 'public', 'GET', {'cost': 1})
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
# -----------------------------------------------------------------------------
|
|
6
6
|
|
|
7
|
-
__version__ = '4.9.
|
|
7
|
+
__version__ = '4.9.16'
|
|
8
8
|
|
|
9
9
|
# -----------------------------------------------------------------------------
|
|
10
10
|
|
|
@@ -190,6 +190,7 @@ from ccxt.async_support.ramzinex import ramzinex
|
|
|
190
190
|
from ccxt.async_support.sarmayex import sarmayex # noqa: F401
|
|
191
191
|
from ccxt.async_support.sarrafex import sarrafex # noqa: F401
|
|
192
192
|
from ccxt.async_support.tabdeal import tabdeal # noqa: F401
|
|
193
|
+
from ccxt.async_support.tehran_exchange import tehran_exchange # noqa: F401
|
|
193
194
|
from ccxt.async_support.tetherland import tetherland # noqa: F401
|
|
194
195
|
from ccxt.async_support.timex import timex # noqa: F401
|
|
195
196
|
from ccxt.async_support.tokocrypto import tokocrypto # noqa: F401
|
|
@@ -336,6 +337,7 @@ exchanges = [
|
|
|
336
337
|
'sarmayex',
|
|
337
338
|
'sarrafex',
|
|
338
339
|
'tabdeal',
|
|
340
|
+
'tehran_exchange',
|
|
339
341
|
'tetherland',
|
|
340
342
|
'timex',
|
|
341
343
|
'tokocrypto',
|
|
@@ -282,5 +282,8 @@ class hamtapay(Exchange, ImplicitAPI):
|
|
|
282
282
|
|
|
283
283
|
def sign(self, path, api='public', method='GET', params={}, headers=None, body=None):
|
|
284
284
|
url = self.urls['api']['public'] + '/' + path
|
|
285
|
-
headers = {
|
|
285
|
+
headers = {
|
|
286
|
+
'Content-Type': 'application/json',
|
|
287
|
+
'Origin': 'https://hamtapay.net',
|
|
288
|
+
}
|
|
286
289
|
return {'url': url, 'method': method, 'body': body, 'headers': headers}
|
|
@@ -22,7 +22,7 @@ class sarmayex(Exchange, ImplicitAPI):
|
|
|
22
22
|
'pro': False,
|
|
23
23
|
'has': {
|
|
24
24
|
'CORS': None,
|
|
25
|
-
'spot':
|
|
25
|
+
'spot': False,
|
|
26
26
|
'margin': False,
|
|
27
27
|
'swap': False,
|
|
28
28
|
'future': False,
|
|
@@ -78,6 +78,7 @@ class sarmayex(Exchange, ImplicitAPI):
|
|
|
78
78
|
'fetchTradingFee': False,
|
|
79
79
|
'fetchTradingFees': False,
|
|
80
80
|
'fetchWithdrawals': False,
|
|
81
|
+
'otc': True,
|
|
81
82
|
'setLeverage': False,
|
|
82
83
|
'setMarginMode': False,
|
|
83
84
|
'transfer': False,
|
|
@@ -193,8 +194,8 @@ class sarmayex(Exchange, ImplicitAPI):
|
|
|
193
194
|
'baseId': baseId,
|
|
194
195
|
'quoteId': quoteId,
|
|
195
196
|
'settleId': None,
|
|
196
|
-
'type': '
|
|
197
|
-
'spot':
|
|
197
|
+
'type': 'otc',
|
|
198
|
+
'spot': False,
|
|
198
199
|
'margin': False,
|
|
199
200
|
'swap': False,
|
|
200
201
|
'future': False,
|
|
@@ -0,0 +1,317 @@
|
|
|
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.tehran_exchange import ImplicitAPI
|
|
8
|
+
from ccxt.base.types import Any, Market, Strings, Ticker, Tickers
|
|
9
|
+
from typing import List
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class tehran_exchange(Exchange, ImplicitAPI):
|
|
13
|
+
|
|
14
|
+
def describe(self) -> Any:
|
|
15
|
+
return self.deep_extend(super(tehran_exchange, self).describe(), {
|
|
16
|
+
'id': 'tehran_exchange',
|
|
17
|
+
'name': 'Tehran Exchange',
|
|
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': False,
|
|
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
|
+
'fetchLedger': False,
|
|
59
|
+
'fetchLedgerEntry': False,
|
|
60
|
+
'fetchLeverageTiers': False,
|
|
61
|
+
'fetchMarkets': True,
|
|
62
|
+
'fetchMarkOHLCV': False,
|
|
63
|
+
'fetchMyTrades': False,
|
|
64
|
+
'fetchOHLCV': False,
|
|
65
|
+
'fetchOpenInterestHistory': False,
|
|
66
|
+
'fetchOpenOrders': False,
|
|
67
|
+
'fetchOrder': False,
|
|
68
|
+
'fetchOrderBook': False,
|
|
69
|
+
'fetchOrders': False,
|
|
70
|
+
'fetchOrderTrades': 'emulated',
|
|
71
|
+
'fetchPositions': False,
|
|
72
|
+
'fetchPremiumIndexOHLCV': False,
|
|
73
|
+
'fetchTicker': True,
|
|
74
|
+
'fetchTickers': True,
|
|
75
|
+
'fetchTime': False,
|
|
76
|
+
'fetchTrades': False,
|
|
77
|
+
'fetchTradingFee': False,
|
|
78
|
+
'fetchTradingFees': False,
|
|
79
|
+
'fetchWithdrawals': False,
|
|
80
|
+
'setLeverage': False,
|
|
81
|
+
'setMarginMode': False,
|
|
82
|
+
'transfer': False,
|
|
83
|
+
'withdraw': False,
|
|
84
|
+
},
|
|
85
|
+
'comment': 'This comment is optional',
|
|
86
|
+
'urls': {
|
|
87
|
+
'logo': 'https://cdn.arz.digital/cr-odin/img/exchanges/tehran_exchange/64x64.png',
|
|
88
|
+
'api': {
|
|
89
|
+
'public': 'https://otc-api.tehran.exchange',
|
|
90
|
+
},
|
|
91
|
+
'www': 'https://tehran.exchange',
|
|
92
|
+
'doc': [
|
|
93
|
+
'https://tehran.exchange',
|
|
94
|
+
],
|
|
95
|
+
},
|
|
96
|
+
'api': {
|
|
97
|
+
'public': {
|
|
98
|
+
'get': {
|
|
99
|
+
'otc/v1/market/pair': 1,
|
|
100
|
+
'otc/v1/market/order/pair/price': 1,
|
|
101
|
+
},
|
|
102
|
+
},
|
|
103
|
+
},
|
|
104
|
+
'fees': {
|
|
105
|
+
'trading': {
|
|
106
|
+
'tierBased': False,
|
|
107
|
+
'percentage': True,
|
|
108
|
+
'maker': self.parse_number('0.0025'),
|
|
109
|
+
'taker': self.parse_number('0.0025'),
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
})
|
|
113
|
+
|
|
114
|
+
async def fetch_markets(self, params={}) -> List[Market]:
|
|
115
|
+
"""
|
|
116
|
+
retrieves data on all markets for tehran_exchange
|
|
117
|
+
https://otc-api.tehran.exchange/otc/v1/market/pair
|
|
118
|
+
:param dict [params]: extra parameters specific to the exchange API endpoint
|
|
119
|
+
:returns dict[]: an array of objects representing market data
|
|
120
|
+
"""
|
|
121
|
+
response = await self.publicGetOtcV1MarketPair(params)
|
|
122
|
+
data = self.safe_dict(response, 'data', {})
|
|
123
|
+
pairs = self.safe_list(data, 'pairs', [])
|
|
124
|
+
result = []
|
|
125
|
+
for i in range(0, len(pairs)):
|
|
126
|
+
market = self.parse_market(pairs[i])
|
|
127
|
+
result.append(market)
|
|
128
|
+
return result
|
|
129
|
+
|
|
130
|
+
def parse_market(self, market) -> Market:
|
|
131
|
+
# {
|
|
132
|
+
# "id": 6054,
|
|
133
|
+
# "pair": "HBAR_USDT",
|
|
134
|
+
# "status": "TRADABLE",
|
|
135
|
+
# "tradable": True,
|
|
136
|
+
# "fiatOrder": False,
|
|
137
|
+
# "quoteName": "Tether",
|
|
138
|
+
# "baseName": "Hedera",
|
|
139
|
+
# "quoteNameFa": "تتر",
|
|
140
|
+
# "baseNameFa": "هدرا هش گراف ",
|
|
141
|
+
# "quoteImageUrl": "https://s3-dev.tehranex.com/asset/coin_icon/64/usdt.png",
|
|
142
|
+
# "baseImageUrl": "https://s3-dev.tehranex.com/asset/coin_icon/64/hbar.png",
|
|
143
|
+
# "quoteSymbol": "USDT",
|
|
144
|
+
# "baseSymbol": "HBAR",
|
|
145
|
+
# "amountPrecision": 2,
|
|
146
|
+
# "feePercentage": 0.25,
|
|
147
|
+
# "providerFeePercentage": 0.05,
|
|
148
|
+
# "maxQuoteAmount": 600000,
|
|
149
|
+
# "minBaseAmount": 0.01,
|
|
150
|
+
# "minQuoteAmount": 1,
|
|
151
|
+
# "pricePrecision": 5,
|
|
152
|
+
# "baseVirtualCurrencyId": 989,
|
|
153
|
+
# "quoteVirtualCurrencyId": 1
|
|
154
|
+
# }
|
|
155
|
+
id = self.safe_string(market, 'pair')
|
|
156
|
+
baseId = self.safe_string(market, 'baseSymbol')
|
|
157
|
+
quoteId = self.safe_string(market, 'quoteSymbol')
|
|
158
|
+
base = self.safe_currency_code(baseId)
|
|
159
|
+
quote = self.safe_currency_code(quoteId)
|
|
160
|
+
status = self.safe_string(market, 'status')
|
|
161
|
+
tradable = self.safe_bool(market, 'tradable', False)
|
|
162
|
+
active = (status == 'TRADABLE') and tradable
|
|
163
|
+
amountPrecision = self.safe_integer(market, 'amountPrecision')
|
|
164
|
+
pricePrecision = self.safe_integer(market, 'pricePrecision')
|
|
165
|
+
minBaseAmount = self.safe_string(market, 'minBaseAmount')
|
|
166
|
+
minQuoteAmount = self.safe_string(market, 'minQuoteAmount')
|
|
167
|
+
maxQuoteAmount = self.safe_string(market, 'maxQuoteAmount')
|
|
168
|
+
return {
|
|
169
|
+
'id': id,
|
|
170
|
+
'symbol': base + '/' + quote,
|
|
171
|
+
'base': base,
|
|
172
|
+
'quote': quote,
|
|
173
|
+
'settle': None,
|
|
174
|
+
'baseId': baseId,
|
|
175
|
+
'quoteId': quoteId,
|
|
176
|
+
'settleId': None,
|
|
177
|
+
'type': 'spot',
|
|
178
|
+
'spot': True,
|
|
179
|
+
'margin': False,
|
|
180
|
+
'swap': False,
|
|
181
|
+
'future': False,
|
|
182
|
+
'option': False,
|
|
183
|
+
'active': active,
|
|
184
|
+
'contract': False,
|
|
185
|
+
'linear': None,
|
|
186
|
+
'inverse': None,
|
|
187
|
+
'contractSize': None,
|
|
188
|
+
'expiry': None,
|
|
189
|
+
'expiryDatetime': None,
|
|
190
|
+
'strike': None,
|
|
191
|
+
'optionType': None,
|
|
192
|
+
'precision': {
|
|
193
|
+
'amount': amountPrecision,
|
|
194
|
+
'price': pricePrecision,
|
|
195
|
+
},
|
|
196
|
+
'limits': {
|
|
197
|
+
'leverage': {
|
|
198
|
+
'min': None,
|
|
199
|
+
'max': None,
|
|
200
|
+
},
|
|
201
|
+
'amount': {
|
|
202
|
+
'min': self.parse_number(minBaseAmount),
|
|
203
|
+
'max': None,
|
|
204
|
+
},
|
|
205
|
+
'price': {
|
|
206
|
+
'min': None,
|
|
207
|
+
'max': None,
|
|
208
|
+
},
|
|
209
|
+
'cost': {
|
|
210
|
+
'min': self.parse_number(minQuoteAmount),
|
|
211
|
+
'max': self.parse_number(maxQuoteAmount),
|
|
212
|
+
},
|
|
213
|
+
},
|
|
214
|
+
'created': None,
|
|
215
|
+
'info': market,
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
async def fetch_tickers(self, symbols: Strings = None, params={}) -> Tickers:
|
|
219
|
+
"""
|
|
220
|
+
fetches price tickers for multiple markets, statistical information calculated over the past 24 hours for each market
|
|
221
|
+
https://otc-api.tehran.exchange/otc/v1/market/pair
|
|
222
|
+
https://otc-api.tehran.exchange/otc/v1/market/order/pair/price
|
|
223
|
+
:param str[]|None symbols: unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
|
|
224
|
+
:param dict [params]: extra parameters specific to the exchange API endpoint
|
|
225
|
+
:returns dict: a dictionary of `ticker structures <https://docs.ccxt.com/#/?id=ticker-structure>`
|
|
226
|
+
"""
|
|
227
|
+
await self.load_markets()
|
|
228
|
+
if symbols is not None:
|
|
229
|
+
symbols = self.market_symbols(symbols)
|
|
230
|
+
response = await self.publicGetOtcV1MarketPair(params)
|
|
231
|
+
data = self.safe_dict(response, 'data', {})
|
|
232
|
+
pairs = self.safe_list(data, 'pairs', [])
|
|
233
|
+
# filter symbols from pairs
|
|
234
|
+
filteredPairs = []
|
|
235
|
+
for i in range(0, len(pairs)):
|
|
236
|
+
pair = pairs[i]
|
|
237
|
+
pairId = self.safe_string(pair, 'pair')
|
|
238
|
+
symbol = self.safe_symbol(pairId)
|
|
239
|
+
if symbols.includes(symbol):
|
|
240
|
+
filteredPairs.append(pair)
|
|
241
|
+
result = {}
|
|
242
|
+
for i in range(0, len(filteredPairs)):
|
|
243
|
+
pairData = filteredPairs[i]
|
|
244
|
+
pairId = self.safe_string(pairData, 'pair')
|
|
245
|
+
# Fetch BUY price
|
|
246
|
+
request = {
|
|
247
|
+
'pair': pairId,
|
|
248
|
+
'side': 'BUY',
|
|
249
|
+
'basedOn': 'BASE',
|
|
250
|
+
'amount': 1,
|
|
251
|
+
}
|
|
252
|
+
priceResponse = await self.publicGetOtcV1MarketOrderPairPrice(request)
|
|
253
|
+
priceData = self.safe_dict(priceResponse, 'data', {})
|
|
254
|
+
price = self.safe_float(priceData, 'price', 0)
|
|
255
|
+
pairData['price'] = price
|
|
256
|
+
ticker = self.parse_ticker(pairData)
|
|
257
|
+
symbol = ticker['symbol']
|
|
258
|
+
result[symbol] = ticker
|
|
259
|
+
return self.filter_by_array_tickers(result, 'symbol', symbols)
|
|
260
|
+
|
|
261
|
+
async def fetch_ticker(self, symbol: str, params={}) -> Ticker:
|
|
262
|
+
"""
|
|
263
|
+
fetches a price ticker, a statistical calculation with the information calculated over the past 24 hours for a specific market
|
|
264
|
+
https://otc-api.tehran.exchange/otc/v1/market/pair
|
|
265
|
+
:param str symbol: unified symbol of the market to fetch the ticker for
|
|
266
|
+
:param dict [params]: extra parameters specific to the exchange API endpoint
|
|
267
|
+
:returns dict: a `ticker structure <https://docs.ccxt.com/#/?id=ticker-structure>`
|
|
268
|
+
"""
|
|
269
|
+
ticker = await self.fetch_tickers([symbol])
|
|
270
|
+
return ticker[self.safe_symbol(symbol)]
|
|
271
|
+
|
|
272
|
+
def parse_ticker(self, ticker, market: Market = None) -> Ticker:
|
|
273
|
+
# {
|
|
274
|
+
# "id": 6054,
|
|
275
|
+
# "pair": "HBAR_USDT",
|
|
276
|
+
# "status": "TRADABLE",
|
|
277
|
+
# "tradable": True,
|
|
278
|
+
# "baseSymbol": "HBAR",
|
|
279
|
+
# "quoteSymbol": "USDT",
|
|
280
|
+
# ...
|
|
281
|
+
# "price": 12345,
|
|
282
|
+
# }
|
|
283
|
+
marketType = 'spot'
|
|
284
|
+
baseSymbol = self.safe_string(ticker, 'baseSymbol')
|
|
285
|
+
quoteSymbol = self.safe_string(ticker, 'quoteSymbol')
|
|
286
|
+
marketId = baseSymbol + '/' + quoteSymbol
|
|
287
|
+
symbol = self.safe_symbol(marketId, market, None, marketType)
|
|
288
|
+
price = self.safe_float(ticker, 'price')
|
|
289
|
+
return self.safe_ticker({
|
|
290
|
+
'symbol': symbol,
|
|
291
|
+
'timestamp': None,
|
|
292
|
+
'datetime': None,
|
|
293
|
+
'high': None,
|
|
294
|
+
'low': None,
|
|
295
|
+
'bid': price,
|
|
296
|
+
'bidVolume': None,
|
|
297
|
+
'ask': price,
|
|
298
|
+
'askVolume': None,
|
|
299
|
+
'open': None,
|
|
300
|
+
'close': price,
|
|
301
|
+
'last': price,
|
|
302
|
+
'previousClose': None,
|
|
303
|
+
'change': None,
|
|
304
|
+
'percentage': None,
|
|
305
|
+
'average': None,
|
|
306
|
+
'baseVolume': None,
|
|
307
|
+
'quoteVolume': None,
|
|
308
|
+
'info': ticker,
|
|
309
|
+
}, market)
|
|
310
|
+
|
|
311
|
+
def sign(self, path, api='public', method='GET', params={}, headers=None, body=None):
|
|
312
|
+
query = self.omit(params, self.extract_params(path))
|
|
313
|
+
url = self.urls['api']['public'] + '/' + path
|
|
314
|
+
if query:
|
|
315
|
+
url += '?' + self.urlencode(query)
|
|
316
|
+
headers = {'Content-Type': 'application/json'}
|
|
317
|
+
return {'url': url, 'method': method, 'body': body, 'headers': headers}
|