ccxt 4.4.99__tar.gz → 4.4.100__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ccxt-4.4.99/ccxt.egg-info → ccxt-4.4.100}/PKG-INFO +5 -5
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/__init__.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bingx.py +1 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/alpaca.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/apex.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/ascendex.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/__init__.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/alpaca.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/apex.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/ascendex.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/base/exchange.py +44 -9
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/base/ws/client.py +3 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bigone.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/binance.py +3 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bingx.py +33 -4
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bitbank.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bitfinex.py +4 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bitflyer.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bitget.py +32 -14
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bithumb.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bitmart.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bitmex.py +3 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bitopro.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bitrue.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bitso.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bitstamp.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bittrade.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bitvavo.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/blockchaincom.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/blofin.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/btcmarkets.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bybit.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/coinbase.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/coinbaseexchange.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/coinbaseinternational.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/coincatch.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/coinex.py +3 -3
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/coinmate.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/coinsph.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/cryptocom.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/defx.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/delta.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/deribit.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/digifinex.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/ellipx.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/exmo.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/foxbit.py +3 -3
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/gate.py +17 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/gemini.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/hashkey.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/hibachi.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/hitbtc.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/hollaex.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/htx.py +4 -3
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/hyperliquid.py +71 -29
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/independentreserve.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/indodax.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/kraken.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/krakenfutures.py +2 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/kucoin.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/kucoinfutures.py +2 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/lbank.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/mercado.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/mexc.py +9 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/modetrade.py +93 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/ndax.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/novadax.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/okcoin.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/okx.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/onetrading.py +33 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/oxfun.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/p2b.py +32 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/paradex.py +2 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/phemex.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/poloniex.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/probit.py +36 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/tokocrypto.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/upbit.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/vertex.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/wavesexchange.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/whitebit.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/woo.py +4 -4
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/woofipro.py +93 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/xt.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/yobit.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/zaif.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/zonda.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/base/exchange.py +11 -9
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/base/types.py +1 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bigone.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/binance.py +3 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bingx.py +33 -4
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bitbank.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bitfinex.py +4 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bitflyer.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bitget.py +32 -14
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bithumb.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bitmart.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bitmex.py +3 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bitopro.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bitrue.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bitso.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bitstamp.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bittrade.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bitvavo.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/blockchaincom.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/blofin.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/btcmarkets.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bybit.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/coinbase.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/coinbaseexchange.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/coinbaseinternational.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/coincatch.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/coinex.py +3 -3
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/coinmate.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/coinsph.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/cryptocom.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/defx.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/delta.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/deribit.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/digifinex.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/ellipx.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/exmo.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/foxbit.py +3 -3
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/gate.py +17 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/gemini.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/hashkey.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/hibachi.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/hitbtc.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/hollaex.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/htx.py +4 -3
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/hyperliquid.py +71 -29
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/independentreserve.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/indodax.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/kraken.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/krakenfutures.py +2 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/kucoin.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/kucoinfutures.py +2 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/lbank.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/mercado.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/mexc.py +9 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/modetrade.py +93 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/ndax.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/novadax.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/okcoin.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/okx.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/onetrading.py +33 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/oxfun.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/p2b.py +32 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/paradex.py +2 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/phemex.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/poloniex.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/__init__.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/binance.py +2 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/bitvavo.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/bybit.py +1 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/coinex.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/hyperliquid.py +99 -12
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/kucoin.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/kucoinfutures.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/mexc.py +328 -139
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/okx.py +2 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/oxfun.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/probit.py +36 -1
- ccxt-4.4.100/ccxt/protobuf/mexc/PrivateAccountV3Api_pb2.py +37 -0
- ccxt-4.4.100/ccxt/protobuf/mexc/PrivateDealsV3Api_pb2.py +37 -0
- ccxt-4.4.100/ccxt/protobuf/mexc/PrivateOrdersV3Api_pb2.py +37 -0
- ccxt-4.4.100/ccxt/protobuf/mexc/PublicAggreBookTickerV3Api_pb2.py +37 -0
- ccxt-4.4.100/ccxt/protobuf/mexc/PublicAggreDealsV3Api_pb2.py +39 -0
- ccxt-4.4.100/ccxt/protobuf/mexc/PublicAggreDepthsV3Api_pb2.py +39 -0
- ccxt-4.4.100/ccxt/protobuf/mexc/PublicBookTickerBatchV3Api_pb2.py +38 -0
- ccxt-4.4.100/ccxt/protobuf/mexc/PublicBookTickerV3Api_pb2.py +37 -0
- ccxt-4.4.100/ccxt/protobuf/mexc/PublicDealsV3Api_pb2.py +39 -0
- ccxt-4.4.100/ccxt/protobuf/mexc/PublicIncreaseDepthsBatchV3Api_pb2.py +38 -0
- ccxt-4.4.100/ccxt/protobuf/mexc/PublicIncreaseDepthsV3Api_pb2.py +39 -0
- ccxt-4.4.100/ccxt/protobuf/mexc/PublicLimitDepthsV3Api_pb2.py +39 -0
- ccxt-4.4.100/ccxt/protobuf/mexc/PublicMiniTickerV3Api_pb2.py +37 -0
- ccxt-4.4.100/ccxt/protobuf/mexc/PublicMiniTickersV3Api_pb2.py +38 -0
- ccxt-4.4.100/ccxt/protobuf/mexc/PublicSpotKlineV3Api_pb2.py +37 -0
- ccxt-4.4.100/ccxt/protobuf/mexc/PushDataV3ApiWrapper_pb2.py +52 -0
- ccxt-4.4.100/ccxt/static_dependencies/sympy/external/__init__.py +0 -0
- ccxt-4.4.100/ccxt/static_dependencies/typing_inspect/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/tokocrypto.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/upbit.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/vertex.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/wavesexchange.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/whitebit.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/woo.py +4 -4
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/woofipro.py +93 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/xt.py +2 -2
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/yobit.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/zaif.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/zonda.py +1 -1
- {ccxt-4.4.99 → ccxt-4.4.100/ccxt.egg-info}/PKG-INFO +5 -5
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt.egg-info/SOURCES.txt +18 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/package.json +4 -3
- {ccxt-4.4.99 → ccxt-4.4.100}/LICENSE.txt +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/MANIFEST.in +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/README.rst +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/alpaca.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/apex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/ascendex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bequant.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bigone.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/binance.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/binancecoinm.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/binanceus.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/binanceusdm.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bit2c.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bitbank.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bitbns.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bitfinex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bitflyer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bitget.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bithumb.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bitmart.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bitmex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bitopro.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bitrue.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bitso.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bitstamp.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bitteam.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bittrade.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bitvavo.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/blockchaincom.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/blofin.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/btcalpha.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/btcbox.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/btcmarkets.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/btcturk.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/bybit.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/cex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/coinbase.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/coinbaseadvanced.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/coinbaseexchange.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/coinbaseinternational.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/coincatch.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/coincheck.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/coinex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/coinmate.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/coinmetro.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/coinone.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/coinsph.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/coinspot.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/cryptocom.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/cryptomus.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/defx.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/delta.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/deribit.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/derive.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/digifinex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/ellipx.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/exmo.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/fmfwio.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/foxbit.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/gate.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/gateio.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/gemini.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/hashkey.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/hibachi.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/hitbtc.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/hollaex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/htx.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/huobi.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/hyperliquid.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/independentreserve.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/indodax.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/kraken.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/krakenfutures.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/kucoin.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/kucoinfutures.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/latoken.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/lbank.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/luno.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/mercado.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/mexc.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/modetrade.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/myokx.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/ndax.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/novadax.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/oceanex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/okcoin.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/okx.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/okxus.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/onetrading.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/oxfun.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/p2b.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/paradex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/paymium.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/phemex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/poloniex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/probit.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/timex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/tokocrypto.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/tradeogre.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/upbit.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/vertex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/wavesexchange.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/whitebit.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/woo.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/woofipro.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/xt.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/yobit.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/zaif.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/abstract/zonda.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/base/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/base/throttler.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/base/ws/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/base/ws/cache.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/base/ws/functions.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/base/ws/future.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/base/ws/order_book.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/base/ws/order_book_side.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bequant.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/binancecoinm.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/binanceus.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/binanceusdm.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bit2c.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bitbns.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/bitteam.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/btcalpha.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/btcbox.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/btcturk.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/cex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/coinbaseadvanced.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/coincheck.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/coinmetro.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/coinone.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/coinspot.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/cryptomus.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/derive.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/fmfwio.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/gateio.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/huobi.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/latoken.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/luno.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/myokx.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/oceanex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/okxus.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/paymium.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/timex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/async_support/tradeogre.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/base/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/base/decimal_to_precision.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/base/errors.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/base/precise.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bequant.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/binancecoinm.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/binanceus.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/binanceusdm.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bit2c.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bitbns.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/bitteam.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/btcalpha.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/btcbox.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/btcturk.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/cex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/coinbaseadvanced.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/coincheck.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/coinmetro.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/coinone.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/coinspot.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/cryptomus.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/derive.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/fmfwio.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/gateio.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/huobi.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/latoken.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/luno.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/myokx.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/oceanex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/okxus.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/paymium.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/alpaca.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/apex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/ascendex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/bequant.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/binancecoinm.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/binanceus.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/binanceusdm.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/bingx.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/bitfinex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/bitget.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/bithumb.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/bitmart.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/bitmex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/bitopro.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/bitrue.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/bitstamp.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/bittrade.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/blockchaincom.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/blofin.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/cex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/coinbase.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/coinbaseadvanced.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/coinbaseexchange.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/coinbaseinternational.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/coincatch.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/coincheck.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/coinone.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/cryptocom.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/defx.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/deribit.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/derive.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/exmo.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/gate.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/gateio.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/gemini.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/hashkey.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/hitbtc.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/hollaex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/htx.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/huobi.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/independentreserve.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/kraken.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/krakenfutures.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/lbank.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/luno.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/modetrade.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/myokx.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/ndax.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/okcoin.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/okxus.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/onetrading.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/p2b.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/paradex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/phemex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/poloniex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/probit.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/tradeogre.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/upbit.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/vertex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/whitebit.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/woo.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/woofipro.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/pro/xt.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/ethereum/abi/utils → ccxt-4.4.100/ccxt/protobuf}/__init__.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/lark/grammars → ccxt-4.4.100/ccxt/protobuf/mexc}/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ecdsa/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ecdsa/_version.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ecdsa/curves.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ecdsa/der.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ecdsa/keys.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ecdsa/util.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/abi.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/base.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/codec.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/constants.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/decoding.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/encoding.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/exceptions.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/grammar.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/packed.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/py.typed +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/registry.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/tools/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/tools/_strategies.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/lark/parsers → ccxt-4.4.100/ccxt/static_dependencies/ethereum/abi/utils}/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/utils/numeric.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/utils/padding.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/abi/utils/string.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/account/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/account/encode_typed_data/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/account/encode_typed_data/encoding_and_hashing.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/account/encode_typed_data/helpers.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/account/messages.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/account/py.typed +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/hexbytes/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/hexbytes/_utils.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/hexbytes/main.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/hexbytes/py.typed +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/typing/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/typing/abi.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/typing/bls.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/typing/discovery.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/typing/encoding.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/typing/enums.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/typing/ethpm.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/typing/evm.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/typing/networks.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/typing/py.typed +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/abi.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/address.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/applicators.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/conversions.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/currency.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/curried/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/debug.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/decorators.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/encoding.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/exceptions.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/functional.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/hexadecimal.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/humanize.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/logging.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/module_loading.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/numeric.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/py.typed +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/toolz.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/types.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/typing/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/typing/misc.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/ethereum/utils/units.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/keccak/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/keccak/keccak.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/__pyinstaller/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/__pyinstaller/hook-lark.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/ast_utils.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/common.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/exceptions.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/grammar.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/starknet → ccxt-4.4.100/ccxt/static_dependencies/lark/grammars}/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/indenter.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/lark.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/lexer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/load_grammar.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/parse_tree_builder.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/parser_frontends.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/starknet/cairo → ccxt-4.4.100/ccxt/static_dependencies/lark/parsers}/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/parsers/cyk.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/parsers/earley.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/parsers/earley_common.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/parsers/earley_forest.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/parsers/grammar_analysis.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/parsers/lalr_analysis.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/parsers/lalr_interactive_parser.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/parsers/lalr_parser.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/parsers/lalr_parser_state.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/parsers/xearley.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/py.typed +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/reconstruct.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/tools/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/tools/nearley.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/tools/serialize.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/tools/standalone.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/tree.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/tree_matcher.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/tree_templates.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/utils.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/lark/visitors.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow/base.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow/class_registry.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow/decorators.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow/error_store.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow/exceptions.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow/fields.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow/orderedset.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow/py.typed +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow/schema.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow/types.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow/utils.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow/validate.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow/warnings.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow_dataclass/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow_dataclass/collection_field.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow_dataclass/lazy_class_attribute.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow_dataclass/mypy.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow_dataclass/py.typed +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow_dataclass/typing.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow_dataclass/union_field.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow_oneofschema/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow_oneofschema/one_of_schema.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/marshmallow_oneofschema/py.typed +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/msgpack/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/msgpack/exceptions.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/msgpack/ext.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/msgpack/fallback.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/parsimonious/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/parsimonious/exceptions.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/parsimonious/expressions.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/parsimonious/grammar.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/parsimonious/nodes.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/parsimonious/utils.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/starknet/cairo/deprecated_parse → ccxt-4.4.100/ccxt/static_dependencies/starknet}/__init__.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/starknet/cairo/v1 → ccxt-4.4.100/ccxt/static_dependencies/starknet/cairo}/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/cairo/data_types.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/starknet/cairo/v2 → ccxt-4.4.100/ccxt/static_dependencies/starknet/cairo/deprecated_parse}/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/cairo_types.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser_transformer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/cairo/felt.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/cairo/type_parser.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/starknet/hash → ccxt-4.4.100/ccxt/static_dependencies/starknet/cairo/v1}/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/cairo/v1/type_parser.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/starknet/models → ccxt-4.4.100/ccxt/static_dependencies/starknet/cairo/v2}/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/cairo/v2/type_parser.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/ccxt_utils.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/common.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/constants.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/starknet/utils → ccxt-4.4.100/ccxt/static_dependencies/starknet/hash}/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/hash/address.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/hash/compiled_class_hash_objects.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/hash/selector.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/hash/storage.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/hash/utils.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/starkware → ccxt-4.4.100/ccxt/static_dependencies/starknet/models}/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/models/typed_data.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/_calldata_reader.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/_context.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/_common.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/array_serializer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/bool_serializer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/byte_array_serializer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/cairo_data_serializer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/enum_serializer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/felt_serializer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/named_tuple_serializer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/option_serializer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/output_serializer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/payload_serializer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/struct_serializer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/tuple_serializer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint256_serializer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/uint_serializer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/data_serializers/unit_serializer.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/errors.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/factory.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/function_serialization_adapter.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/serialization/tuple_dataclass.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/starkware/crypto → ccxt-4.4.100/ccxt/static_dependencies/starknet/utils}/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/utils/constructor_args_translator.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/utils/iterable.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/utils/schema.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starknet/utils/typed_data.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/sympy → ccxt-4.4.100/ccxt/static_dependencies/starkware}/__init__.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/sympy/core → ccxt-4.4.100/ccxt/static_dependencies/starkware/crypto}/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starkware/crypto/fast_pedersen_hash.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starkware/crypto/math_utils.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starkware/crypto/signature.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/starkware/crypto/utils.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/sympy/external → ccxt-4.4.100/ccxt/static_dependencies/sympy}/__init__.py +0 -0
- {ccxt-4.4.99/ccxt/static_dependencies/typing_inspect → ccxt-4.4.100/ccxt/static_dependencies/sympy/core}/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/sympy/core/intfunc.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/sympy/external/gmpy.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/sympy/external/importtools.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/sympy/external/ntheory.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/sympy/external/pythonmpq.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/toolz/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/toolz/_signatures.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/toolz/_version.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/toolz/compatibility.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/toolz/curried/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/toolz/curried/exceptions.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/toolz/curried/operator.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/toolz/dicttoolz.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/toolz/functoolz.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/toolz/itertoolz.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/toolz/recipes.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/toolz/utils.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/static_dependencies/typing_inspect/typing_inspect.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/test/__init__.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/test/tests_async.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/test/tests_helpers.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/test/tests_init.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/test/tests_sync.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/timex.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt/tradeogre.py +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt.egg-info/dependency_links.txt +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt.egg-info/requires.txt +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/ccxt.egg-info/top_level.txt +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/setup.cfg +0 -0
- {ccxt-4.4.99 → ccxt-4.4.100}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ccxt
|
3
|
-
Version: 4.4.
|
3
|
+
Version: 4.4.100
|
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
|
@@ -149,7 +149,7 @@ Current feature list:
|
|
149
149
|
| [](https://www.ellipx.com) | ellipx | [Ellipx](https://www.ellipx.com) | [](https://docs.google.com/document/d/1ZXzTQYffKE_EglTaKptxGQERRnunuLHEMmar7VC9syM) |  | | |
|
150
150
|
| [](https://exmo.me/?ref=131685) | exmo | [EXMO](https://exmo.me/?ref=131685) | [](https://exmo.me/en/api_doc?ref=131685) |  | | |
|
151
151
|
| [](https://fmfw.io/referral/da948b21d6c92d69) | fmfwio | [FMFW.io](https://fmfw.io/referral/da948b21d6c92d69) | [](https://api.fmfw.io/) |  | | |
|
152
|
-
| [](https://app.foxbit.com.br) | foxbit | [Foxbit](https://app.foxbit.com.br) | [](https://docs.foxbit.com.br) |  | | |
|
153
153
|
| [](https://www.gate.io/signup/2436035) | gate | [Gate.io](https://www.gate.io/signup/2436035) | [](https://www.gate.io/docs/developers/apiv4/en/) |  | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
154
154
|
| [](https://gemini.com/) | gemini | [Gemini](https://gemini.com/) | [](https://docs.gemini.com/rest-api) |  | | [](https://ccxt.pro) |
|
155
155
|
| [](https://global.hashkey.com/en-US/register/invite?invite_code=82FQUN) | hashkey | [HashKey Global](https://global.hashkey.com/en-US/register/invite?invite_code=82FQUN) | [](https://hashkeyglobal-apidoc.readme.io/) |  | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
@@ -259,13 +259,13 @@ console.log(version, Object.keys(exchanges));
|
|
259
259
|
|
260
260
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
261
261
|
|
262
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.4.
|
263
|
-
* unpkg: https://unpkg.com/ccxt@4.4.
|
262
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.4.100/dist/ccxt.browser.min.js
|
263
|
+
* unpkg: https://unpkg.com/ccxt@4.4.100/dist/ccxt.browser.min.js
|
264
264
|
|
265
265
|
CDNs are not updated in real-time and may have delays. Defaulting to the most recent version without specifying the version number is not recommended. Please, keep in mind that we are not responsible for the correct operation of those CDN servers.
|
266
266
|
|
267
267
|
```HTML
|
268
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.4.
|
268
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.4.100/dist/ccxt.browser.min.js"></script>
|
269
269
|
```
|
270
270
|
|
271
271
|
Creates a global `ccxt` object:
|
@@ -2,6 +2,7 @@ from ccxt.base.types import Entry
|
|
2
2
|
|
3
3
|
|
4
4
|
class ImplicitAPI:
|
5
|
+
fund_v1_private_get_account_balance = fundV1PrivateGetAccountBalance = Entry('account/balance', ['fund', 'v1', 'private'], 'GET', {'cost': 1})
|
5
6
|
spot_v1_public_get_server_time = spotV1PublicGetServerTime = Entry('server/time', ['spot', 'v1', 'public'], 'GET', {'cost': 1})
|
6
7
|
spot_v1_public_get_common_symbols = spotV1PublicGetCommonSymbols = Entry('common/symbols', ['spot', 'v1', 'public'], 'GET', {'cost': 1})
|
7
8
|
spot_v1_public_get_market_trades = spotV1PublicGetMarketTrades = Entry('market/trades', ['spot', 'v1', 'public'], 'GET', {'cost': 1})
|
@@ -1567,7 +1567,7 @@ class alpaca(Exchange, ImplicitAPI):
|
|
1567
1567
|
'tag': None,
|
1568
1568
|
}
|
1569
1569
|
|
1570
|
-
def withdraw(self, code: str, amount: float, address: str, tag=None, params={}) -> Transaction:
|
1570
|
+
def withdraw(self, code: str, amount: float, address: str, tag: Str = None, params={}) -> Transaction:
|
1571
1571
|
"""
|
1572
1572
|
make a withdrawal
|
1573
1573
|
|
@@ -1735,7 +1735,7 @@ class apex(Exchange, ImplicitAPI):
|
|
1735
1735
|
'rate': self.safe_number(income, 'rate'),
|
1736
1736
|
}
|
1737
1737
|
|
1738
|
-
def set_leverage(self, leverage:
|
1738
|
+
def set_leverage(self, leverage: int, symbol: Str = None, params={}):
|
1739
1739
|
"""
|
1740
1740
|
set the level of leverage for a market
|
1741
1741
|
|
@@ -2957,7 +2957,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2957
2957
|
"""
|
2958
2958
|
return self.modify_margin_helper(symbol, amount, 'add', params)
|
2959
2959
|
|
2960
|
-
def set_leverage(self, leverage:
|
2960
|
+
def set_leverage(self, leverage: int, symbol: Str = None, params={}):
|
2961
2961
|
"""
|
2962
2962
|
set the level of leverage for a market
|
2963
2963
|
|
@@ -1567,7 +1567,7 @@ class alpaca(Exchange, ImplicitAPI):
|
|
1567
1567
|
'tag': None,
|
1568
1568
|
}
|
1569
1569
|
|
1570
|
-
async def withdraw(self, code: str, amount: float, address: str, tag=None, params={}) -> Transaction:
|
1570
|
+
async def withdraw(self, code: str, amount: float, address: str, tag: Str = None, params={}) -> Transaction:
|
1571
1571
|
"""
|
1572
1572
|
make a withdrawal
|
1573
1573
|
|
@@ -1735,7 +1735,7 @@ class apex(Exchange, ImplicitAPI):
|
|
1735
1735
|
'rate': self.safe_number(income, 'rate'),
|
1736
1736
|
}
|
1737
1737
|
|
1738
|
-
async def set_leverage(self, leverage:
|
1738
|
+
async def set_leverage(self, leverage: int, symbol: Str = None, params={}):
|
1739
1739
|
"""
|
1740
1740
|
set the level of leverage for a market
|
1741
1741
|
|
@@ -2958,7 +2958,7 @@ class ascendex(Exchange, ImplicitAPI):
|
|
2958
2958
|
"""
|
2959
2959
|
return await self.modify_margin_helper(symbol, amount, 'add', params)
|
2960
2960
|
|
2961
|
-
async def set_leverage(self, leverage:
|
2961
|
+
async def set_leverage(self, leverage: int, symbol: Str = None, params={}):
|
2962
2962
|
"""
|
2963
2963
|
set the level of leverage for a market
|
2964
2964
|
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
# -----------------------------------------------------------------------------
|
4
4
|
|
5
|
-
__version__ = '4.4.
|
5
|
+
__version__ = '4.4.100'
|
6
6
|
|
7
7
|
# -----------------------------------------------------------------------------
|
8
8
|
|
@@ -54,6 +54,15 @@ __all__ = [
|
|
54
54
|
]
|
55
55
|
|
56
56
|
# -----------------------------------------------------------------------------
|
57
|
+
# --- PROTO BUF IMPORTS
|
58
|
+
try:
|
59
|
+
from ccxt.protobuf.mexc import PushDataV3ApiWrapper_pb2
|
60
|
+
from google.protobuf.json_format import MessageToDict
|
61
|
+
except ImportError:
|
62
|
+
PushDataV3ApiWrapper_pb2 = None
|
63
|
+
MessageToDict = None
|
64
|
+
|
65
|
+
# -----------------------------------------------------------------------------
|
57
66
|
|
58
67
|
|
59
68
|
class Exchange(BaseExchange):
|
@@ -418,6 +427,7 @@ class Exchange(BaseExchange):
|
|
418
427
|
'verbose': self.verbose,
|
419
428
|
'throttle': Throttler(self.tokenBucket, self.asyncio_loop),
|
420
429
|
'asyncio_loop': self.asyncio_loop,
|
430
|
+
'decompressBinary': self.safe_bool(self.options, 'decompressBinary', True),
|
421
431
|
}, ws_options)
|
422
432
|
# we use aiohttp instead of fastClient now because of this
|
423
433
|
# https://github.com/ccxt/ccxt/pull/25995
|
@@ -573,6 +583,31 @@ class Exchange(BaseExchange):
|
|
573
583
|
return '0e-00'
|
574
584
|
return format(n, 'g')
|
575
585
|
|
586
|
+
def decode_proto_msg(self, data):
|
587
|
+
if not MessageToDict:
|
588
|
+
raise NotSupported(self.id + ' requires protobuf to decode messages, please install it with `pip install "protobuf==5.29.3"`')
|
589
|
+
message = PushDataV3ApiWrapper_pb2.PushDataV3ApiWrapper()
|
590
|
+
message.ParseFromString(data)
|
591
|
+
dict_msg = MessageToDict(message)
|
592
|
+
# {
|
593
|
+
# "channel":"spot@public.kline.v3.api.pb@BTCUSDT@Min1",
|
594
|
+
# "symbol":"BTCUSDT",
|
595
|
+
# "symbolId":"2fb942154ef44a4ab2ef98c8afb6a4a7",
|
596
|
+
# "createTime":"1754735110559",
|
597
|
+
# "publicSpotKline":{
|
598
|
+
# "interval":"Min1",
|
599
|
+
# "windowStart":"1754735100",
|
600
|
+
# "openingPrice":"117792.45",
|
601
|
+
# "closingPrice":"117805.32",
|
602
|
+
# "highestPrice":"117814.63",
|
603
|
+
# "lowestPrice":"117792.45",
|
604
|
+
# "volume":"0.13425465",
|
605
|
+
# "amount":"15815.77",
|
606
|
+
# "windowEnd":"1754735160"
|
607
|
+
# }
|
608
|
+
# }
|
609
|
+
return dict_msg
|
610
|
+
|
576
611
|
# ########################################################################
|
577
612
|
# ########################################################################
|
578
613
|
# ########################################################################
|
@@ -742,13 +777,13 @@ class Exchange(BaseExchange):
|
|
742
777
|
async def transfer(self, code: str, amount: float, fromAccount: str, toAccount: str, params={}):
|
743
778
|
raise NotSupported(self.id + ' transfer() is not supported yet')
|
744
779
|
|
745
|
-
async def withdraw(self, code: str, amount: float, address: str, tag=None, params={}):
|
780
|
+
async def withdraw(self, code: str, amount: float, address: str, tag: Str = None, params={}):
|
746
781
|
raise NotSupported(self.id + ' withdraw() is not supported yet')
|
747
782
|
|
748
783
|
async def create_deposit_address(self, code: str, params={}):
|
749
784
|
raise NotSupported(self.id + ' createDepositAddress() is not supported yet')
|
750
785
|
|
751
|
-
async def set_leverage(self, leverage:
|
786
|
+
async def set_leverage(self, leverage: int, symbol: Str = None, params={}):
|
752
787
|
raise NotSupported(self.id + ' setLeverage() is not supported yet')
|
753
788
|
|
754
789
|
async def fetch_leverage(self, symbol: str, params={}):
|
@@ -797,7 +832,7 @@ class Exchange(BaseExchange):
|
|
797
832
|
async def fetch_deposit_addresses_by_network(self, code: str, params={}):
|
798
833
|
raise NotSupported(self.id + ' fetchDepositAddressesByNetwork() is not supported yet')
|
799
834
|
|
800
|
-
async def fetch_open_interest_history(self, symbol: str, timeframe='1h', since: Int = None, limit: Int = None, params={}):
|
835
|
+
async def fetch_open_interest_history(self, symbol: str, timeframe: str = '1h', since: Int = None, limit: Int = None, params={}):
|
801
836
|
raise NotSupported(self.id + ' fetchOpenInterestHistory() is not supported yet')
|
802
837
|
|
803
838
|
async def fetch_open_interest(self, symbol: str, params={}):
|
@@ -1182,7 +1217,7 @@ class Exchange(BaseExchange):
|
|
1182
1217
|
async def fetch_position_mode(self, symbol: Str = None, params={}):
|
1183
1218
|
raise NotSupported(self.id + ' fetchPositionMode() is not supported yet')
|
1184
1219
|
|
1185
|
-
async def create_trailing_amount_order(self, symbol: str, type: OrderType, side: OrderSide, amount: float, price: Num = None, trailingAmount=None, trailingTriggerPrice=None, params={}):
|
1220
|
+
async def create_trailing_amount_order(self, symbol: str, type: OrderType, side: OrderSide, amount: float, price: Num = None, trailingAmount: Num = None, trailingTriggerPrice: Num = None, params={}):
|
1186
1221
|
"""
|
1187
1222
|
create a trailing order by providing the symbol, type, side, amount, price and trailingAmount
|
1188
1223
|
:param str symbol: unified symbol of the market to create an order in
|
@@ -1204,7 +1239,7 @@ class Exchange(BaseExchange):
|
|
1204
1239
|
return await self.create_order(symbol, type, side, amount, price, params)
|
1205
1240
|
raise NotSupported(self.id + ' createTrailingAmountOrder() is not supported yet')
|
1206
1241
|
|
1207
|
-
async def create_trailing_amount_order_ws(self, symbol: str, type: OrderType, side: OrderSide, amount: float, price: Num = None, trailingAmount=None, trailingTriggerPrice=None, params={}):
|
1242
|
+
async def create_trailing_amount_order_ws(self, symbol: str, type: OrderType, side: OrderSide, amount: float, price: Num = None, trailingAmount: Num = None, trailingTriggerPrice: Num = None, params={}):
|
1208
1243
|
"""
|
1209
1244
|
create a trailing order by providing the symbol, type, side, amount, price and trailingAmount
|
1210
1245
|
:param str symbol: unified symbol of the market to create an order in
|
@@ -1226,7 +1261,7 @@ class Exchange(BaseExchange):
|
|
1226
1261
|
return await self.create_order_ws(symbol, type, side, amount, price, params)
|
1227
1262
|
raise NotSupported(self.id + ' createTrailingAmountOrderWs() is not supported yet')
|
1228
1263
|
|
1229
|
-
async def create_trailing_percent_order(self, symbol: str, type: OrderType, side: OrderSide, amount: float, price: Num = None, trailingPercent=None, trailingTriggerPrice=None, params={}):
|
1264
|
+
async def create_trailing_percent_order(self, symbol: str, type: OrderType, side: OrderSide, amount: float, price: Num = None, trailingPercent: Num = None, trailingTriggerPrice: Num = None, params={}):
|
1230
1265
|
"""
|
1231
1266
|
create a trailing order by providing the symbol, type, side, amount, price and trailingPercent
|
1232
1267
|
:param str symbol: unified symbol of the market to create an order in
|
@@ -1248,7 +1283,7 @@ class Exchange(BaseExchange):
|
|
1248
1283
|
return await self.create_order(symbol, type, side, amount, price, params)
|
1249
1284
|
raise NotSupported(self.id + ' createTrailingPercentOrder() is not supported yet')
|
1250
1285
|
|
1251
|
-
async def create_trailing_percent_order_ws(self, symbol: str, type: OrderType, side: OrderSide, amount: float, price: Num = None, trailingPercent=None, trailingTriggerPrice=None, params={}):
|
1286
|
+
async def create_trailing_percent_order_ws(self, symbol: str, type: OrderType, side: OrderSide, amount: float, price: Num = None, trailingPercent: Num = None, trailingTriggerPrice: Num = None, params={}):
|
1252
1287
|
"""
|
1253
1288
|
create a trailing order by providing the symbol, type, side, amount, price and trailingPercent
|
1254
1289
|
:param str symbol: unified symbol of the market to create an order in
|
@@ -1815,7 +1850,7 @@ class Exchange(BaseExchange):
|
|
1815
1850
|
else:
|
1816
1851
|
raise NotSupported(self.id + ' fetchFundingInterval() is not supported yet')
|
1817
1852
|
|
1818
|
-
async def fetch_mark_ohlcv(self, symbol, timeframe='1m', since: Int = None, limit: Int = None, params={}):
|
1853
|
+
async def fetch_mark_ohlcv(self, symbol: str, timeframe='1m', since: Int = None, limit: Int = None, params={}):
|
1819
1854
|
"""
|
1820
1855
|
fetches historical mark price candlestick data containing the open, high, low, and close price of a market
|
1821
1856
|
:param str symbol: unified symbol of the market to fetch OHLCV data for
|
@@ -50,6 +50,7 @@ class Client(object):
|
|
50
50
|
connecting = False
|
51
51
|
asyncio_loop: BaseEventLoop = None
|
52
52
|
ping_looper = None
|
53
|
+
decompressBinary = True # decompress binary messages by default
|
53
54
|
|
54
55
|
def __init__(self, url, on_message_callback, on_error_callback, on_close_callback, on_connected_callback, config={}):
|
55
56
|
defaults = {
|
@@ -218,7 +219,8 @@ class Client(object):
|
|
218
219
|
if self.verbose:
|
219
220
|
self.log(iso8601(milliseconds()), 'message', data)
|
220
221
|
if isinstance(data, bytes):
|
221
|
-
|
222
|
+
if self.decompressBinary:
|
223
|
+
data = data.decode()
|
222
224
|
# decoded = json.loads(data) if is_json_encoded_object(data) else data
|
223
225
|
decode = None
|
224
226
|
if is_json_encoded_object(data):
|
@@ -2177,7 +2177,7 @@ class bigone(Exchange, ImplicitAPI):
|
|
2177
2177
|
}
|
2178
2178
|
return self.safe_string(statuses, status, 'failed')
|
2179
2179
|
|
2180
|
-
async def withdraw(self, code: str, amount: float, address: str, tag=None, params={}) -> Transaction:
|
2180
|
+
async def withdraw(self, code: str, amount: float, address: str, tag: Str = None, params={}) -> Transaction:
|
2181
2181
|
"""
|
2182
2182
|
make a withdrawal
|
2183
2183
|
|
@@ -8844,7 +8844,7 @@ class binance(Exchange, ImplicitAPI):
|
|
8844
8844
|
}
|
8845
8845
|
return result
|
8846
8846
|
|
8847
|
-
async def withdraw(self, code: str, amount: float, address: str, tag=None, params={}) -> Transaction:
|
8847
|
+
async def withdraw(self, code: str, amount: float, address: str, tag: Str = None, params={}) -> Transaction:
|
8848
8848
|
"""
|
8849
8849
|
make a withdrawal
|
8850
8850
|
|
@@ -10552,7 +10552,7 @@ class binance(Exchange, ImplicitAPI):
|
|
10552
10552
|
raise NotSupported(self.id + ' fetchFundingHistory() supports linear and inverse contracts only')
|
10553
10553
|
return self.parse_incomes(response, market, since, limit)
|
10554
10554
|
|
10555
|
-
async def set_leverage(self, leverage:
|
10555
|
+
async def set_leverage(self, leverage: int, symbol: Str = None, params={}):
|
10556
10556
|
"""
|
10557
10557
|
set the level of leverage for a market
|
10558
10558
|
|
@@ -12441,6 +12441,7 @@ class binance(Exchange, ImplicitAPI):
|
|
12441
12441
|
'contracts': self.safe_number(liquidation, 'executedQty'),
|
12442
12442
|
'contractSize': self.safe_number(market, 'contractSize'),
|
12443
12443
|
'price': self.safe_number(liquidation, 'avgPrice'),
|
12444
|
+
'side': self.safe_string_lower(liquidation, 'side'),
|
12444
12445
|
'baseValue': self.safe_number(liquidation, 'cumBase'),
|
12445
12446
|
'quoteValue': self.safe_number(liquidation, 'cumQuote'),
|
12446
12447
|
'timestamp': timestamp,
|
@@ -119,6 +119,7 @@ class bingx(Exchange, ImplicitAPI):
|
|
119
119
|
'urls': {
|
120
120
|
'logo': 'https://github-production-user-asset-6210df.s3.amazonaws.com/1294454/253675376-6983b72e-4999-4549-b177-33b374c195e3.jpg',
|
121
121
|
'api': {
|
122
|
+
'fund': 'https://open-api.{hostname}/openApi',
|
122
123
|
'spot': 'https://open-api.{hostname}/openApi',
|
123
124
|
'swap': 'https://open-api.{hostname}/openApi',
|
124
125
|
'contract': 'https://open-api.{hostname}/openApi',
|
@@ -155,6 +156,15 @@ class bingx(Exchange, ImplicitAPI):
|
|
155
156
|
'secret': True,
|
156
157
|
},
|
157
158
|
'api': {
|
159
|
+
'fund': {
|
160
|
+
'v1': {
|
161
|
+
'private': {
|
162
|
+
'get': {
|
163
|
+
'account/balance': 1,
|
164
|
+
},
|
165
|
+
},
|
166
|
+
},
|
167
|
+
},
|
158
168
|
'spot': {
|
159
169
|
'v1': {
|
160
170
|
'public': {
|
@@ -569,8 +579,11 @@ class bingx(Exchange, ImplicitAPI):
|
|
569
579
|
'LTC': 'LTC',
|
570
580
|
},
|
571
581
|
'networks': {
|
572
|
-
'
|
582
|
+
'ARBITRUM': 'ARB',
|
573
583
|
'MATIC': 'POLYGON',
|
584
|
+
'ZKSYNC': 'ZKSYNCERA',
|
585
|
+
'AVAXC': 'AVAX-C',
|
586
|
+
'HBAR': 'HEDERA',
|
574
587
|
},
|
575
588
|
},
|
576
589
|
'features': {
|
@@ -2127,6 +2140,7 @@ class bingx(Exchange, ImplicitAPI):
|
|
2127
2140
|
|
2128
2141
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
2129
2142
|
:param boolean [params.standard]: whether to fetch standard contract balances
|
2143
|
+
:param str [params.type]: the type of balance to fetch(spot, swap, funding) default is `spot`
|
2130
2144
|
:returns dict: a `balance structure <https://docs.ccxt.com/#/?id=balance-structure>`
|
2131
2145
|
"""
|
2132
2146
|
await self.load_markets()
|
@@ -2156,6 +2170,21 @@ class bingx(Exchange, ImplicitAPI):
|
|
2156
2170
|
# ]
|
2157
2171
|
# }
|
2158
2172
|
#
|
2173
|
+
elif (marketType == 'funding') or (marketType == 'fund'):
|
2174
|
+
response = await self.fundV1PrivateGetAccountBalance(marketTypeQuery)
|
2175
|
+
# {
|
2176
|
+
# code: '0',
|
2177
|
+
# timestamp: '1754906016631',
|
2178
|
+
# data: {
|
2179
|
+
# assets: [
|
2180
|
+
# {
|
2181
|
+
# asset: 'USDT',
|
2182
|
+
# free: '44.37692200000000237300',
|
2183
|
+
# locked: '0.00000000000000000000'
|
2184
|
+
# }
|
2185
|
+
# ]
|
2186
|
+
# }
|
2187
|
+
# }
|
2159
2188
|
elif marketType == 'spot':
|
2160
2189
|
response = await self.spotV1PrivateGetAccountBalance(marketTypeQuery)
|
2161
2190
|
#
|
@@ -2304,7 +2333,7 @@ class bingx(Exchange, ImplicitAPI):
|
|
2304
2333
|
firstStandardOrInverse = self.safe_dict(standardAndInverseBalances, 0)
|
2305
2334
|
isStandardOrInverse = firstStandardOrInverse is not None
|
2306
2335
|
spotData = self.safe_dict(response, 'data', {})
|
2307
|
-
spotBalances = self.
|
2336
|
+
spotBalances = self.safe_list_2(spotData, 'balances', 'assets', [])
|
2308
2337
|
firstSpot = self.safe_dict(spotBalances, 0)
|
2309
2338
|
isSpot = firstSpot is not None
|
2310
2339
|
if isStandardOrInverse:
|
@@ -5316,7 +5345,7 @@ class bingx(Exchange, ImplicitAPI):
|
|
5316
5345
|
'shortLeverage': self.safe_integer(leverage, 'shortLeverage'),
|
5317
5346
|
}
|
5318
5347
|
|
5319
|
-
async def set_leverage(self, leverage:
|
5348
|
+
async def set_leverage(self, leverage: int, symbol: Str = None, params={}):
|
5320
5349
|
"""
|
5321
5350
|
set the level of leverage for a market
|
5322
5351
|
|
@@ -5563,7 +5592,7 @@ class bingx(Exchange, ImplicitAPI):
|
|
5563
5592
|
depositWithdrawFees[code] = self.parse_deposit_withdraw_fee(entry)
|
5564
5593
|
return depositWithdrawFees
|
5565
5594
|
|
5566
|
-
async def withdraw(self, code: str, amount: float, address: str, tag=None, params={}) -> Transaction:
|
5595
|
+
async def withdraw(self, code: str, amount: float, address: str, tag: Str = None, params={}) -> Transaction:
|
5567
5596
|
"""
|
5568
5597
|
make a withdrawal
|
5569
5598
|
|
@@ -937,7 +937,7 @@ class bitbank(Exchange, ImplicitAPI):
|
|
937
937
|
'tag': None,
|
938
938
|
}
|
939
939
|
|
940
|
-
async def withdraw(self, code: str, amount: float, address: str, tag=None, params={}) -> Transaction:
|
940
|
+
async def withdraw(self, code: str, amount: float, address: str, tag: Str = None, params={}) -> Transaction:
|
941
941
|
"""
|
942
942
|
make a withdrawal
|
943
943
|
|
@@ -2632,7 +2632,7 @@ class bitfinex(Exchange, ImplicitAPI):
|
|
2632
2632
|
#
|
2633
2633
|
return self.parse_transactions(response, currency, since, limit)
|
2634
2634
|
|
2635
|
-
async def withdraw(self, code: str, amount: float, address: str, tag=None, params={}) -> Transaction:
|
2635
|
+
async def withdraw(self, code: str, amount: float, address: str, tag: Str = None, params={}) -> Transaction:
|
2636
2636
|
"""
|
2637
2637
|
make a withdrawal
|
2638
2638
|
|
@@ -3542,12 +3542,15 @@ class bitfinex(Exchange, ImplicitAPI):
|
|
3542
3542
|
contractSize = self.safe_string(market, 'contractSize')
|
3543
3543
|
baseValue = Precise.string_mul(contracts, contractSize)
|
3544
3544
|
price = self.safe_string(entry, 11)
|
3545
|
+
sideFlag = self.safe_integer(entry, 8)
|
3546
|
+
side = 'buy' if (sideFlag == 1) else 'sell'
|
3545
3547
|
return self.safe_liquidation({
|
3546
3548
|
'info': entry,
|
3547
3549
|
'symbol': self.safe_symbol(marketId, market, None, 'contract'),
|
3548
3550
|
'contracts': self.parse_number(contracts),
|
3549
3551
|
'contractSize': self.parse_number(contractSize),
|
3550
3552
|
'price': self.parse_number(price),
|
3553
|
+
'side': side,
|
3551
3554
|
'baseValue': self.parse_number(baseValue),
|
3552
3555
|
'quoteValue': self.parse_number(Precise.string_mul(baseValue, price)),
|
3553
3556
|
'timestamp': timestamp,
|
@@ -879,7 +879,7 @@ class bitflyer(Exchange, ImplicitAPI):
|
|
879
879
|
# todo unify parsePosition/parsePositions
|
880
880
|
return response
|
881
881
|
|
882
|
-
async def withdraw(self, code: str, amount: float, address: str, tag=None, params={}) -> Transaction:
|
882
|
+
async def withdraw(self, code: str, amount: float, address: str, tag: Str = None, params={}) -> Transaction:
|
883
883
|
"""
|
884
884
|
make a withdrawal
|
885
885
|
|
@@ -2731,7 +2731,7 @@ class bitget(Exchange, ImplicitAPI):
|
|
2731
2731
|
rawTransactions = self.safe_list(response, 'data', [])
|
2732
2732
|
return self.parse_transactions(rawTransactions, None, since, limit)
|
2733
2733
|
|
2734
|
-
async def withdraw(self, code: str, amount: float, address: str, tag=None, params={}) -> Transaction:
|
2734
|
+
async def withdraw(self, code: str, amount: float, address: str, tag: Str = None, params={}) -> Transaction:
|
2735
2735
|
"""
|
2736
2736
|
make a withdrawal
|
2737
2737
|
|
@@ -5554,6 +5554,7 @@ class bitget(Exchange, ImplicitAPI):
|
|
5554
5554
|
:param str [params.planType]: *swap only* either profit_plan, loss_plan, normal_plan, pos_profit, pos_loss, moving_plan or track_plan
|
5555
5555
|
:param boolean [params.trailing]: set to True if you want to cancel a trailing order
|
5556
5556
|
:param boolean [params.uta]: set to True for the unified trading account(uta), defaults to False
|
5557
|
+
:param str [params.clientOrderId]: the clientOrderId of the order, id does not need to be provided if clientOrderId is provided
|
5557
5558
|
:returns dict: An `order structure <https://docs.ccxt.com/#/?id=order-structure>`
|
5558
5559
|
"""
|
5559
5560
|
if symbol is None:
|
@@ -5569,12 +5570,29 @@ class bitget(Exchange, ImplicitAPI):
|
|
5569
5570
|
params = self.omit(params, ['stop', 'trigger', 'trailing'])
|
5570
5571
|
if not (market['spot'] and trigger):
|
5571
5572
|
request['symbol'] = market['id']
|
5572
|
-
if not ((market['swap'] or market['future']) and trigger):
|
5573
|
-
request['orderId'] = id
|
5574
5573
|
uta = None
|
5575
5574
|
uta, params = self.handle_option_and_params(params, 'cancelOrder', 'uta', False)
|
5575
|
+
isPlanOrder = trigger or trailing
|
5576
|
+
isContract = market['swap'] or market['future']
|
5577
|
+
isContractTriggerEndpoint = isContract and isPlanOrder and not uta
|
5578
|
+
clientOrderId = self.safe_string_2(params, 'clientOrderId', 'clientOid')
|
5579
|
+
if isContractTriggerEndpoint:
|
5580
|
+
orderIdList = []
|
5581
|
+
orderId: dict = {}
|
5582
|
+
if clientOrderId is not None:
|
5583
|
+
params = self.omit(params, 'clientOrderId')
|
5584
|
+
orderId['clientOid'] = clientOrderId
|
5585
|
+
else:
|
5586
|
+
orderId['orderId'] = id
|
5587
|
+
orderIdList.append(orderId)
|
5588
|
+
request['orderIdList'] = orderIdList
|
5589
|
+
else:
|
5590
|
+
if clientOrderId is not None:
|
5591
|
+
params = self.omit(params, 'clientOrderId')
|
5592
|
+
request['clientOid'] = clientOrderId
|
5593
|
+
else:
|
5594
|
+
request['orderId'] = id
|
5576
5595
|
if uta:
|
5577
|
-
request['orderId'] = id
|
5578
5596
|
if trigger:
|
5579
5597
|
response = await self.privateUtaPostV3TradeCancelStrategyOrder(self.extend(request, params))
|
5580
5598
|
else:
|
@@ -5583,13 +5601,6 @@ class bitget(Exchange, ImplicitAPI):
|
|
5583
5601
|
productType = None
|
5584
5602
|
productType, params = self.handle_product_type_and_params(market, params)
|
5585
5603
|
request['productType'] = productType
|
5586
|
-
if trigger or trailing:
|
5587
|
-
orderIdList = []
|
5588
|
-
orderId: dict = {
|
5589
|
-
'orderId': id,
|
5590
|
-
}
|
5591
|
-
orderIdList.append(orderId)
|
5592
|
-
request['orderIdList'] = orderIdList
|
5593
5604
|
if trailing:
|
5594
5605
|
planType = self.safe_string(params, 'planType', 'track_plan')
|
5595
5606
|
request['planType'] = planType
|
@@ -5663,7 +5674,7 @@ class bitget(Exchange, ImplicitAPI):
|
|
5663
5674
|
#
|
5664
5675
|
data = self.safe_value(response, 'data', {})
|
5665
5676
|
order = None
|
5666
|
-
if
|
5677
|
+
if isContractTriggerEndpoint:
|
5667
5678
|
orderInfo = self.safe_value(data, 'successList', [])
|
5668
5679
|
order = orderInfo[0]
|
5669
5680
|
else:
|
@@ -5936,6 +5947,7 @@ class bitget(Exchange, ImplicitAPI):
|
|
5936
5947
|
:param str symbol: unified symbol of the market the order was made in
|
5937
5948
|
:param dict [params]: extra parameters specific to the exchange API endpoint
|
5938
5949
|
:param boolean [params.uta]: set to True for the unified trading account(uta), defaults to False
|
5950
|
+
:param str [params.clientOrderId]: the clientOrderId of the order, id does not need to be provided if clientOrderId is provided
|
5939
5951
|
:returns dict: An `order structure <https://docs.ccxt.com/#/?id=order-structure>`
|
5940
5952
|
"""
|
5941
5953
|
if symbol is None:
|
@@ -5943,8 +5955,14 @@ class bitget(Exchange, ImplicitAPI):
|
|
5943
5955
|
await self.load_markets()
|
5944
5956
|
market = self.market(symbol)
|
5945
5957
|
request: dict = {
|
5946
|
-
'orderId': id,
|
5958
|
+
# 'orderId': id,
|
5947
5959
|
}
|
5960
|
+
clientOrderId = self.safe_string_2(params, 'clientOrderId', 'clientOid')
|
5961
|
+
if clientOrderId is not None:
|
5962
|
+
params = self.omit(params, ['clientOrderId'])
|
5963
|
+
request['clientOid'] = clientOrderId
|
5964
|
+
else:
|
5965
|
+
request['orderId'] = id
|
5948
5966
|
response = None
|
5949
5967
|
uta = None
|
5950
5968
|
uta, params = self.handle_option_and_params(params, 'fetchOrder', 'uta', False)
|
@@ -8383,7 +8401,7 @@ class bitget(Exchange, ImplicitAPI):
|
|
8383
8401
|
'shortLeverage': self.safe_integer(leverage, shortLevKey),
|
8384
8402
|
}
|
8385
8403
|
|
8386
|
-
async def set_leverage(self, leverage:
|
8404
|
+
async def set_leverage(self, leverage: int, symbol: Str = None, params={}):
|
8387
8405
|
"""
|
8388
8406
|
set the level of leverage for a market
|
8389
8407
|
|
@@ -1095,7 +1095,7 @@ class bithumb(Exchange, ImplicitAPI):
|
|
1095
1095
|
}
|
1096
1096
|
return await self.cancel_order(order['id'], order['symbol'], self.extend(request, params))
|
1097
1097
|
|
1098
|
-
async def withdraw(self, code: str, amount: float, address: str, tag=None, params={}) -> Transaction:
|
1098
|
+
async def withdraw(self, code: str, amount: float, address: str, tag: Str = None, params={}) -> Transaction:
|
1099
1099
|
"""
|
1100
1100
|
make a withdrawal
|
1101
1101
|
|
@@ -3606,7 +3606,7 @@ class bitmart(Exchange, ImplicitAPI):
|
|
3606
3606
|
'tag': self.safe_string_2(depositAddress, 'address_memo', 'memo'),
|
3607
3607
|
}
|
3608
3608
|
|
3609
|
-
async def withdraw(self, code: str, amount: float, address: str, tag=None, params={}) -> Transaction:
|
3609
|
+
async def withdraw(self, code: str, amount: float, address: str, tag: Str = None, params={}) -> Transaction:
|
3610
3610
|
"""
|
3611
3611
|
make a withdrawal
|
3612
3612
|
|
@@ -4466,7 +4466,7 @@ class bitmart(Exchange, ImplicitAPI):
|
|
4466
4466
|
'info': interest,
|
4467
4467
|
}, market)
|
4468
4468
|
|
4469
|
-
async def set_leverage(self, leverage:
|
4469
|
+
async def set_leverage(self, leverage: int, symbol: Str = None, params={}):
|
4470
4470
|
"""
|
4471
4471
|
set the level of leverage for a market
|
4472
4472
|
|
@@ -2446,7 +2446,7 @@ class bitmex(Exchange, ImplicitAPI):
|
|
2446
2446
|
'takeProfitPrice': None,
|
2447
2447
|
})
|
2448
2448
|
|
2449
|
-
async def withdraw(self, code: str, amount: float, address: str, tag=None, params={}) -> Transaction:
|
2449
|
+
async def withdraw(self, code: str, amount: float, address: str, tag: Str = None, params={}) -> Transaction:
|
2450
2450
|
"""
|
2451
2451
|
make a withdrawal
|
2452
2452
|
|
@@ -2625,7 +2625,7 @@ class bitmex(Exchange, ImplicitAPI):
|
|
2625
2625
|
'datetime': datetime,
|
2626
2626
|
}
|
2627
2627
|
|
2628
|
-
async def set_leverage(self, leverage:
|
2628
|
+
async def set_leverage(self, leverage: int, symbol: Str = None, params={}):
|
2629
2629
|
"""
|
2630
2630
|
set the level of leverage for a market
|
2631
2631
|
|
@@ -2883,6 +2883,7 @@ class bitmex(Exchange, ImplicitAPI):
|
|
2883
2883
|
'contracts': None,
|
2884
2884
|
'contractSize': self.safe_number(market, 'contractSize'),
|
2885
2885
|
'price': self.safe_number(liquidation, 'price'),
|
2886
|
+
'side': self.safe_string_lower(liquidation, 'side'),
|
2886
2887
|
'baseValue': None,
|
2887
2888
|
'quoteValue': None,
|
2888
2889
|
'timestamp': None,
|
@@ -1680,7 +1680,7 @@ class bitopro(Exchange, ImplicitAPI):
|
|
1680
1680
|
#
|
1681
1681
|
return self.parse_transaction(result, currency)
|
1682
1682
|
|
1683
|
-
async def withdraw(self, code: str, amount: float, address: str, tag=None, params={}) -> Transaction:
|
1683
|
+
async def withdraw(self, code: str, amount: float, address: str, tag: Str = None, params={}) -> Transaction:
|
1684
1684
|
"""
|
1685
1685
|
make a withdrawal
|
1686
1686
|
|