ccxt 4.2.85__py2.py3-none-any.whl → 4.2.86__py2.py3-none-any.whl

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.

Potentially problematic release.


This version of ccxt might be problematic. Click here for more details.

ccxt/idex.py CHANGED
@@ -173,13 +173,15 @@ class idex(Exchange, ImplicitAPI):
173
173
  'network': 'MATIC',
174
174
  },
175
175
  'exceptions': {
176
- 'INVALID_ORDER_QUANTITY': InvalidOrder,
177
- 'INSUFFICIENT_FUNDS': InsufficientFunds,
178
- 'SERVICE_UNAVAILABLE': ExchangeNotAvailable,
179
- 'EXCEEDED_RATE_LIMIT': DDoSProtection,
180
- 'INVALID_PARAMETER': BadRequest,
181
- 'WALLET_NOT_ASSOCIATED': InvalidAddress,
182
- 'INVALID_WALLET_SIGNATURE': AuthenticationError,
176
+ 'exact': {
177
+ 'INVALID_ORDER_QUANTITY': InvalidOrder,
178
+ 'INSUFFICIENT_FUNDS': InsufficientFunds,
179
+ 'SERVICE_UNAVAILABLE': ExchangeNotAvailable,
180
+ 'EXCEEDED_RATE_LIMIT': DDoSProtection,
181
+ 'INVALID_PARAMETER': BadRequest,
182
+ 'WALLET_NOT_ASSOCIATED': InvalidAddress,
183
+ 'INVALID_WALLET_SIGNATURE': AuthenticationError,
184
+ },
183
185
  },
184
186
  'requiredCredentials': {
185
187
  'walletAddress': True,
@@ -1413,10 +1415,8 @@ class idex(Exchange, ImplicitAPI):
1413
1415
  def handle_errors(self, code, reason, url, method, headers, body, response, requestHeaders, requestBody):
1414
1416
  errorCode = self.safe_string(response, 'code')
1415
1417
  message = self.safe_string(response, 'message')
1416
- if errorCode in self.exceptions:
1417
- Exception = self.exceptions[errorCode]
1418
- raise Exception(self.id + ' ' + message)
1419
1418
  if errorCode is not None:
1419
+ self.throw_exactly_matched_exception(self.exceptions['exact'], errorCode, message)
1420
1420
  raise ExchangeError(self.id + ' ' + message)
1421
1421
  return None
1422
1422
 
ccxt/okcoin.py CHANGED
@@ -1121,8 +1121,9 @@ class okcoin(Exchange, ImplicitAPI):
1121
1121
  request = {
1122
1122
  'instId': market['id'],
1123
1123
  'bar': bar,
1124
- 'limit': limit,
1125
1124
  }
1125
+ if limit is not None:
1126
+ request['limit'] = limit # default 100, max 100
1126
1127
  method = None
1127
1128
  method, params = self.handle_option_and_params(params, 'fetchOHLCV', 'method', 'publicGetMarketCandles')
1128
1129
  response = None
ccxt/pro/__init__.py CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # ----------------------------------------------------------------------------
6
6
 
7
- __version__ = '4.2.85'
7
+ __version__ = '4.2.86'
8
8
 
9
9
  # ----------------------------------------------------------------------------
10
10
 
ccxt/pro/bitget.py CHANGED
@@ -90,6 +90,7 @@ class bitget(ccxt.async_support.bitget):
90
90
  '30015': AuthenticationError, # {event: 'error', code: 30015, msg: 'Invalid sign'}
91
91
  '30016': BadRequest, # {event: 'error', code: 30016, msg: 'Param error'}
92
92
  },
93
+ 'broad': {},
93
94
  },
94
95
  },
95
96
  })
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ccxt
3
- Version: 4.2.85
3
+ Version: 4.2.86
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
@@ -92,7 +92,7 @@ Current feature list:
92
92
  | [![bitmex](https://github.com/ccxt/ccxt/assets/43336371/cea9cfe5-c57e-4b84-b2ac-77b960b04445)](https://www.bitmex.com/app/register/NZTR1q) | bitmex | [BitMEX](https://www.bitmex.com/app/register/NZTR1q) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://www.bitmex.com/app/apiOverview) | [![CCXT Certified](https://img.shields.io/badge/CCXT-Certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) | [![Sign up with BitMEX using CCXT's referral link for a 10% discount!](https://img.shields.io/static/v1?label=Fee&message=%2d10%25&color=orange)](https://www.bitmex.com/app/register/NZTR1q) |
93
93
  | [![bybit](https://user-images.githubusercontent.com/51840849/76547799-daff5b80-649e-11ea-87fb-3be9bac08954.jpg)](https://www.bybit.com/register?affiliate_id=35953) | bybit | [Bybit](https://www.bybit.com/register?affiliate_id=35953) | [![API Version 5](https://img.shields.io/badge/5-lightgray)](https://bybit-exchange.github.io/docs/inverse/) | [![CCXT Certified](https://img.shields.io/badge/CCXT-Certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) | |
94
94
  | [![coinbaseinternational](https://github.com/ccxt/ccxt/assets/43336371/866ae638-6ab5-4ebf-ab2c-cdcce9545625)](https://international.coinbase.com) | coinbaseinternational | [Coinbase International](https://international.coinbase.com) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://docs.cloud.coinbase.com/intx/docs) | [![CCXT Certified](https://img.shields.io/badge/CCXT-Certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) | |
95
- | [![coinex](https://user-images.githubusercontent.com/51840849/87182089-1e05fa00-c2ec-11ea-8da9-cc73b45abbbc.jpg)](https://www.coinex.com/register?refer_code=yw5fz) | coinex | [CoinEx](https://www.coinex.com/register?refer_code=yw5fz) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://viabtc.github.io/coinex_api_en_doc) | [![CCXT Certified](https://img.shields.io/badge/CCXT-Certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) | |
95
+ | [![coinex](https://user-images.githubusercontent.com/51840849/87182089-1e05fa00-c2ec-11ea-8da9-cc73b45abbbc.jpg)](https://www.coinex.com/register?refer_code=yw5fz) | coinex | [CoinEx](https://www.coinex.com/register?refer_code=yw5fz) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://docs.coinex.com/api/v2) | [![CCXT Certified](https://img.shields.io/badge/CCXT-Certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) | |
96
96
  | [![cryptocom](https://user-images.githubusercontent.com/1294454/147792121-38ed5e36-c229-48d6-b49a-48d05fc19ed4.jpeg)](https://crypto.com/exch/kdacthrnxt) | cryptocom | [Crypto.com](https://crypto.com/exch/kdacthrnxt) | [![API Version 2](https://img.shields.io/badge/2-lightgray)](https://exchange-docs.crypto.com/exchange/v1/rest-ws/index.html) | [![CCXT Certified](https://img.shields.io/badge/CCXT-Certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) | [![Sign up with Crypto.com using CCXT's referral link for a 15% discount!](https://img.shields.io/static/v1?label=Fee&message=%2d15%25&color=orange)](https://crypto.com/exch/kdacthrnxt) |
97
97
  | [![gate](https://user-images.githubusercontent.com/1294454/31784029-0313c702-b509-11e7-9ccc-bc0da6a0e435.jpg)](https://www.gate.io/signup/2436035) | gate | [Gate.io](https://www.gate.io/signup/2436035) | [![API Version 4](https://img.shields.io/badge/4-lightgray)](https://www.gate.io/docs/developers/apiv4/en/) | [![CCXT Certified](https://img.shields.io/badge/CCXT-Certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) | [![Sign up with Gate.io using CCXT's referral link for a 20% discount!](https://img.shields.io/static/v1?label=Fee&message=%2d20%25&color=orange)](https://www.gate.io/signup/2436035) |
98
98
  | [![htx](https://user-images.githubusercontent.com/1294454/76137448-22748a80-604e-11ea-8069-6e389271911d.jpg)](https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223) | htx | [HTX](https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://huobiapi.github.io/docs/spot/v1/en/) | [![CCXT Certified](https://img.shields.io/badge/CCXT-Certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) | [![Sign up with HTX using CCXT's referral link for a 15% discount!](https://img.shields.io/static/v1?label=Fee&message=%2d15%25&color=orange)](https://www.huobi.com/en-us/v/register/double-invite/?inviter_id=11343840&invite_code=6rmm2223) |
@@ -147,7 +147,7 @@ The CCXT library currently supports the following 97 cryptocurrency exchange mar
147
147
  | [![coinbaseinternational](https://github.com/ccxt/ccxt/assets/43336371/866ae638-6ab5-4ebf-ab2c-cdcce9545625)](https://international.coinbase.com) | coinbaseinternational | [Coinbase International](https://international.coinbase.com) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://docs.cloud.coinbase.com/intx/docs) | [![CCXT Certified](https://img.shields.io/badge/CCXT-Certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
148
148
  | [![coinbasepro](https://user-images.githubusercontent.com/1294454/41764625-63b7ffde-760a-11e8-996d-a6328fa9347a.jpg)](https://pro.coinbase.com/) | coinbasepro | [Coinbase Pro](https://pro.coinbase.com/) | [![API Version *](https://img.shields.io/badge/*-lightgray)](https://docs.pro.coinbase.com) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
149
149
  | [![coincheck](https://user-images.githubusercontent.com/51840849/87182088-1d6d6380-c2ec-11ea-9c64-8ab9f9b289f5.jpg)](https://coincheck.com) | coincheck | [coincheck](https://coincheck.com) | [![API Version *](https://img.shields.io/badge/*-lightgray)](https://coincheck.com/documents/exchange/api) | | |
150
- | [![coinex](https://user-images.githubusercontent.com/51840849/87182089-1e05fa00-c2ec-11ea-8da9-cc73b45abbbc.jpg)](https://www.coinex.com/register?refer_code=yw5fz) | coinex | [CoinEx](https://www.coinex.com/register?refer_code=yw5fz) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://viabtc.github.io/coinex_api_en_doc) | [![CCXT Certified](https://img.shields.io/badge/CCXT-Certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
150
+ | [![coinex](https://user-images.githubusercontent.com/51840849/87182089-1e05fa00-c2ec-11ea-8da9-cc73b45abbbc.jpg)](https://www.coinex.com/register?refer_code=yw5fz) | coinex | [CoinEx](https://www.coinex.com/register?refer_code=yw5fz) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://docs.coinex.com/api/v2) | [![CCXT Certified](https://img.shields.io/badge/CCXT-Certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
151
151
  | [![coinlist](https://github-production-user-asset-6210df.s3.amazonaws.com/1294454/281108917-eff2ae1d-ce8a-4b2a-950d-8678b12da965.jpg)](https://coinlist.co) | coinlist | [Coinlist](https://coinlist.co) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://trade-docs.coinlist.co) | | |
152
152
  | [![coinmate](https://user-images.githubusercontent.com/51840849/87460806-1c9f3f00-c616-11ea-8c46-a77018a8f3f4.jpg)](https://coinmate.io?referral=YTFkM1RsOWFObVpmY1ZjMGREQmpTRnBsWjJJNVp3PT0) | coinmate | [CoinMate](https://coinmate.io?referral=YTFkM1RsOWFObVpmY1ZjMGREQmpTRnBsWjJJNVp3PT0) | [![API Version *](https://img.shields.io/badge/*-lightgray)](https://coinmate.docs.apiary.io) | | |
153
153
  | [![coinmetro](https://github.com/ccxt/ccxt/assets/43336371/e86f87ec-6ba3-4410-962b-f7988c5db539)](https://go.coinmetro.com/?ref=crypto24) | coinmetro | [Coinmetro](https://go.coinmetro.com/?ref=crypto24) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://documenter.getpostman.com/view/3653795/SVfWN6KS) | | |
@@ -262,13 +262,13 @@ console.log(version, Object.keys(exchanges));
262
262
 
263
263
  All-in-one browser bundle (dependencies included), served from a CDN of your choice:
264
264
 
265
- * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.2.85/dist/ccxt.browser.js
266
- * unpkg: https://unpkg.com/ccxt@4.2.85/dist/ccxt.browser.js
265
+ * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.2.86/dist/ccxt.browser.js
266
+ * unpkg: https://unpkg.com/ccxt@4.2.86/dist/ccxt.browser.js
267
267
 
268
268
  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.
269
269
 
270
270
  ```HTML
271
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.2.85/dist/ccxt.browser.js"></script>
271
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.2.86/dist/ccxt.browser.js"></script>
272
272
  ```
273
273
 
274
274
  Creates a global `ccxt` object:
@@ -1,4 +1,4 @@
1
- ccxt/__init__.py,sha256=-fRWmfKrKYCBtjM4DcE0uWe8kFB9B6tAsDgo3F0a5MQ,15656
1
+ ccxt/__init__.py,sha256=dYxB-EVYgqeN1JFrQU3oBddMYkFmO1NKnbSNb5yOlKQ,15656
2
2
  ccxt/ace.py,sha256=IsKHO7u3J8rJT9wCMdtwlmwPdtjnAwC9ZTMC0uNfs9A,41420
3
3
  ccxt/alpaca.py,sha256=6P2wAEGJQOjjoKQbzv1KvSuZvEZmOX987a1NqB7z9mk,46908
4
4
  ccxt/ascendex.py,sha256=GOlc9_L17rLIN2_vSfk0n9iOonXPy1j6cz_dr--1HG8,150817
@@ -8,9 +8,9 @@ ccxt/binance.py,sha256=B4EehxVtye9bMYToTV4AMFlpjCAs3NUl8BVyw8d4KjQ,590562
8
8
  ccxt/binancecoinm.py,sha256=pncdw6Xw2X1Po-vEvAB4nL37scoS_axGAVxetPy1YQs,1645
9
9
  ccxt/binanceus.py,sha256=hdcT4OnadcdFFFjF3GtM0nWv90jqojqwdVS3xWGuW40,9163
10
10
  ccxt/binanceusdm.py,sha256=KPQGlCalQ0eGlPCs2tSanOxaP8O0zFRQjGntA16Yprw,2480
11
- ccxt/bingx.py,sha256=ZYksQH9RIJAmI9cu5JBHc79AFBIU-rLB_tds0svEHzU,175687
11
+ ccxt/bingx.py,sha256=W0D73Ju9wngcnMzcOyaZGz6JU3DZadnkGiFjEenrawY,176387
12
12
  ccxt/bit2c.py,sha256=ja2M4389osvxyKCALLCdJxb73qCHNY2Jx7Avo-LY1Oo,36873
13
- ccxt/bitbank.py,sha256=USj_sXvwGz6ehC9Ydxzi5_oSliDKSF_1AZrp7Fr3sro,41680
13
+ ccxt/bitbank.py,sha256=93bZWF3VsvkGJ2jHeH26lX-pHtFzlnNEX7mYUbZ73AI,41661
14
14
  ccxt/bitbay.py,sha256=xAIjzGRDVGwoy-Gygd99H0YN4wiaz_0lR0Z14oxaaxc,478
15
15
  ccxt/bitbns.py,sha256=Qy0t6ZCy73yW_t2CKrYZpsCovce1ATkHB7E3i4ve2FA,48131
16
16
  ccxt/bitcoincom.py,sha256=PyWIl4nC4jp5Uba2lI1At0N_hhNyWD0DoZC_MSyL_s4,502
@@ -41,7 +41,7 @@ ccxt/coinbase.py,sha256=XIPjU4zGSuiEt-2AJ04kCdA_2g90HqkQuyIRxN07Kzo,177047
41
41
  ccxt/coinbaseinternational.py,sha256=axOcXls1QajcrBM_F-Wze8yMYXsBN56sOI7GlHM9d30,87049
42
42
  ccxt/coinbasepro.py,sha256=qu2pDW6FSdX4g6Pyt54KuDUOzTgdfz6iL4hWnZlyQ2w,78323
43
43
  ccxt/coincheck.py,sha256=JXSYEt26JdFC_6rUXralJvJ-Lzi0smi5IbWWqIXrdW0,35485
44
- ccxt/coinex.py,sha256=ZcN_4ecZSfgrXlSzg9SrrWqCve39WEMwCMh7hUmyIJI,229766
44
+ ccxt/coinex.py,sha256=L3UH8dIWbpeAn-fAHQNSzQuU38N7-T1YYs2MFFCVq_0,238053
45
45
  ccxt/coinlist.py,sha256=ojBFXCOS7ljW6veBhkrbbkc3OjqVMiOQ2sG5ERLYO6Q,102947
46
46
  ccxt/coinmate.py,sha256=OyN3ZerIhUuFHAftBWTzXu5-4B8MBoaxUVijogMubFQ,45746
47
47
  ccxt/coinmetro.py,sha256=BDENHzBbAt0cCzu5Y0YX6Z_jtcXogWEzw3jmb9nMyLs,80383
@@ -66,7 +66,7 @@ ccxt/htx.py,sha256=utARdpT5FsV8mdNuayqMneQFUbCWOVZX1GNIWudWRlY,418200
66
66
  ccxt/huobi.py,sha256=4vaG7IRN7fyjaJ_ac6S-njlHOfSEN5de7aq0noznxYw,438
67
67
  ccxt/huobijp.py,sha256=dsGOjlcCkyPy-gfmQ7hz56gc7gtcFYkydMFUr1H-uNU,87920
68
68
  ccxt/hyperliquid.py,sha256=x1UH0Qim5bGaFomw2UbsN8WLFTM0o6jW7Y7vX1UJkcM,83161
69
- ccxt/idex.py,sha256=Yyl5cdY02v10VWqDAp-NkXWNs-pgislISLqQ4oIOjJI,72720
69
+ ccxt/idex.py,sha256=tfFHpvPZ_w3hjCHAum7miDpV3gTM-MWKC7t-k3ciccc,72744
70
70
  ccxt/independentreserve.py,sha256=EmmR6gJy6aoBJApG6M_A8Ink-90TghAaTDtaaILDzbs,31996
71
71
  ccxt/indodax.py,sha256=xC7of6o3UWGfy3U6SNFEK_SKlkrFbLjJGut2fZyC53E,51779
72
72
  ccxt/kraken.py,sha256=u_UKSp2fEfuKJWA6FxA5L7UWEGAHlWr_dP-1e6TcD_U,121967
@@ -83,7 +83,7 @@ ccxt/mexc.py,sha256=A4keAVmNNunsgpIT_K0rilD_U8OtBVLpmj_hmO53qxY,234235
83
83
  ccxt/ndax.py,sha256=J2L0Y-26LJPWZPU52MWDU_oxVUwF219SAg6z6NoiDIg,108342
84
84
  ccxt/novadax.py,sha256=Y2n3RRTmr-HUKach_m1pv3yZdp2Zl0a1QdmSIrk-93Y,64105
85
85
  ccxt/oceanex.py,sha256=_sasj9LCvuLrBCZlUalvl0hC31uKkfveBCQEcwNwlgQ,37820
86
- ccxt/okcoin.py,sha256=MT81pkX4-4ZTfpoe1FfETP9FDy2NvnEHTXntFMNJDts,151016
86
+ ccxt/okcoin.py,sha256=qI0xtieawBDraJXrFCSlxD2zstDCWc3ep-BIP4f2SKM,151079
87
87
  ccxt/okx.py,sha256=CbLP_HYKtHm6uBSARIZJd-3YjKuWfmlU9Oky_qHex50,342668
88
88
  ccxt/onetrading.py,sha256=xMHBTL-wXZYQeEDlmNQbhCB_wOUyN08yTvoKKir8W8k,87903
89
89
  ccxt/p2b.py,sha256=vfpYWSYfpsJhowS32nyUnNopVHTNr3RYAh0aN9gA1DY,54074
@@ -146,7 +146,7 @@ ccxt/abstract/coinbase.py,sha256=7vqrC4Xz0tAQrIulBh8ddLBAjzrOtCTiK_celZl9jDA,143
146
146
  ccxt/abstract/coinbaseinternational.py,sha256=wf1fF31fQ1TAVSk1X4ju6LYQc7tHI1lN5nxRnhnzsbk,4770
147
147
  ccxt/abstract/coinbasepro.py,sha256=eQMtsIw94xJqQO_xXmrrHdc_YFmhVZNW4OXCWv4Nx1w,7162
148
148
  ccxt/abstract/coincheck.py,sha256=3IIVmryXmzxXqi6IleUmfDZIUMOn_L_4G9Iw8BuEEGo,3417
149
- ccxt/abstract/coinex.py,sha256=uVuBfIPALbHVYO1_g72T-HoEqLVMbQCUBq_OGmGVaeA,16948
149
+ ccxt/abstract/coinex.py,sha256=GMvaJaiMkjW0YnG5S85PxSo-8glEjv3w0e2sg6ScjwY,34678
150
150
  ccxt/abstract/coinlist.py,sha256=t4Xc9xyWNHgHAz7nyplj8PmgrX4knA3cnk2uEJCvkQk,6538
151
151
  ccxt/abstract/coinmate.py,sha256=LYCJZIWe3sidZUozM7jBTB-AiN3cMElFhYqO9d1QvfI,6842
152
152
  ccxt/abstract/coinmetro.py,sha256=YxqjHTKdpP85hjOPdotRzAjsbFCy6JjVpqS3mpCmmjE,3864
@@ -207,7 +207,7 @@ ccxt/abstract/woo.py,sha256=E-QXVJKVI4EOW72NX6wv99px9EyitWtd9KWvXUc9Tyo,10216
207
207
  ccxt/abstract/yobit.py,sha256=8ycfCO8ORFly9hc0Aa47sZyX4_ZKPXS9h9yJzI-uQ7Q,1339
208
208
  ccxt/abstract/zaif.py,sha256=m15WHdl3gYy0GOXNZ8NEH8eE7sVh8c0T_ITNuU8vXeU,3935
209
209
  ccxt/abstract/zonda.py,sha256=aSfewvRojzmuymX6QbOnDR8v9VFqWTULMHX9Y7kKD1M,5820
210
- ccxt/async_support/__init__.py,sha256=YVkHf0sxjQPo07BgF_Nvq0-ivx01fVHI0cSpsQqlBpA,15409
210
+ ccxt/async_support/__init__.py,sha256=pLTaO09dvId_EpZ1fbgx0y1BHM32CUzc3InKPoz9idc,15409
211
211
  ccxt/async_support/ace.py,sha256=IYTj0FJAAPvSrpgIpbzO6ftADPgLnQT1uk54MSSM7UA,41644
212
212
  ccxt/async_support/alpaca.py,sha256=Nsaff9RczBhiNF19RlqI6wggvEibV_2ICgB8H5Qiuck,47120
213
213
  ccxt/async_support/ascendex.py,sha256=c-aj4q3p3uhFbTZ9Ar03jTON1Xftgai5kSX5UgA2YoQ,151605
@@ -217,9 +217,9 @@ ccxt/async_support/binance.py,sha256=VVSROzcV4Pp6VAX1j7Kb1J3mn0XK7PV39_4YsqzCb1A
217
217
  ccxt/async_support/binancecoinm.py,sha256=IY3RLZptQA2nmZaUYRGfTa5ZY4VMWBpFYfwHc8zTHw0,1683
218
218
  ccxt/async_support/binanceus.py,sha256=c-K3Tk7LaRJjmYdCx8vBOqsx01uXrtvt0PC2ekBiD0g,9177
219
219
  ccxt/async_support/binanceusdm.py,sha256=-1r4A4tmV2pCiLGO80hzq7MIIj4MTzOD7buZGv6JauA,2518
220
- ccxt/async_support/bingx.py,sha256=dWWCwcSmZg42uOQY6XGtPfuLHGg16Gvm5V46fEw1k5c,176657
220
+ ccxt/async_support/bingx.py,sha256=ohlYpBXVGkAQ1t8bd4rnMS7Ymlw9zBFtPfqk4fF7Oxk,177357
221
221
  ccxt/async_support/bit2c.py,sha256=MSp9dsEleDaxtonwC30czbyfXJ9equd9rCWOZ1edWWU,37085
222
- ccxt/async_support/bitbank.py,sha256=ib6lrieNsG-5bpPhfkltUoLoRh5pd5l0HW3X4UtbNg4,41940
222
+ ccxt/async_support/bitbank.py,sha256=5dG_80SZoK0OwizgO2ejIyEBC45rp0uUhqqSSvQ7_b8,41921
223
223
  ccxt/async_support/bitbay.py,sha256=jcaEXi2IhYTva8ezO_SfJhwxEZk7HST4J3NaxD16BQA,492
224
224
  ccxt/async_support/bitbns.py,sha256=wAhgeJrMDdZwIhKK7Owk2Y8p3GXHvEsNcC2slutvZH4,48385
225
225
  ccxt/async_support/bitcoincom.py,sha256=RiqwhK3RfxQ_PXTa860fphDCvwA8dalL-_rXlK85-8A,516
@@ -250,7 +250,7 @@ ccxt/async_support/coinbase.py,sha256=46cNWU30I85P_7oNbpi0T8jf-pyMsU0-P1E7KUIkyD
250
250
  ccxt/async_support/coinbaseinternational.py,sha256=eOyE2mzzddMsyT8b23kc-XXzgVAd08GF59n7Q0S5wig,87603
251
251
  ccxt/async_support/coinbasepro.py,sha256=d5CQsZAde5mOYgIP8CB_uoTiT3p24LWLuyUPtz8H0K4,78829
252
252
  ccxt/async_support/coincheck.py,sha256=8r80Sabgot1N5j4evMm1VVa8dsUw8hAViHi6QHz0XSw,35691
253
- ccxt/async_support/coinex.py,sha256=74_q8ZqC1MWBLL9lmV1DzvxHb2Oh813VzoLBnE4kHzA,231006
253
+ ccxt/async_support/coinex.py,sha256=EfIxfXuJC3pTxEZ7jWsicoonw_kS_Hzus3wvjbaDb-I,239293
254
254
  ccxt/async_support/coinlist.py,sha256=H4Ba8kfVCni4vQhGEK4qwMqdZv2orl_xZxFFWGI248M,103435
255
255
  ccxt/async_support/coinmate.py,sha256=fKbU9-wp7XHW5WM8uRAkwXah1S9jUyu7uPvcoqMuzy8,46012
256
256
  ccxt/async_support/coinmetro.py,sha256=1mNOihy1kpzz-jwMEYmF_NvqUWoz8wogrx1SHMd_WH4,80703
@@ -275,7 +275,7 @@ ccxt/async_support/htx.py,sha256=e1k_OKZeBsvBNycoT07HKUohBJdAEtrNBpvB3mtf_CY,420
275
275
  ccxt/async_support/huobi.py,sha256=fup0j6wQ1khAtfbb1H4CSyJAOzhxuoHMmrM6sgTuhr8,452
276
276
  ccxt/async_support/huobijp.py,sha256=1x8YYofGxJWa143p3KjgHQVWr5I7Hyb7FcxWPap6n6o,88420
277
277
  ccxt/async_support/hyperliquid.py,sha256=nMOMZpay4dDPNVv68s7izZxYkw9GIWc-788utPE7cR4,83583
278
- ccxt/async_support/idex.py,sha256=A6C-BTbQ1VeM7Zm0CcLyRj-vCN36cKMIugP2rwqEnXI,73196
278
+ ccxt/async_support/idex.py,sha256=bcQmf57rjLvXzA2PTJNZwOxW85i8RQPL5e2TB46HfGk,73220
279
279
  ccxt/async_support/independentreserve.py,sha256=7st7UBewv0j5ZJtThbm1sdyIU4b8eYgIa577pp8G30s,32256
280
280
  ccxt/async_support/indodax.py,sha256=A2-LUvN4BgGOu_IOnsCLjyBTQBXnxCNPJWLcuy2oyPQ,52087
281
281
  ccxt/async_support/kraken.py,sha256=iPhMDhF7ZpfZ04o3p6PIBK-rUxHJpyw0hzvAjm7dXng,122551
@@ -292,7 +292,7 @@ ccxt/async_support/mexc.py,sha256=Cfp4slychXCt_0bRDt0hQVsOs7k_CXaYtKtdo55qxUY,23
292
292
  ccxt/async_support/ndax.py,sha256=WUNN4I8md8q2eWQu6T6e6nGvjyXguRmgy8-47L1W0Bk,108866
293
293
  ccxt/async_support/novadax.py,sha256=oUNfqlpIuKhOrYuu3WMwUW3hmH-cp52NXY1-5tuwAyM,64473
294
294
  ccxt/async_support/oceanex.py,sha256=nR7OT7qZZci9UsAgmxOqqjUNHQKZXNmaQ4LifqltFJE,38140
295
- ccxt/async_support/okcoin.py,sha256=yU333UElmuf_peVIvQ1LunFCCvJg0YZTSegNOGaw2sQ,151540
295
+ ccxt/async_support/okcoin.py,sha256=WP7XU14ej6wTfhK5-e-uc-GIdYHY6jphjP1pkSMuvIs,151603
296
296
  ccxt/async_support/okx.py,sha256=P8C_3-vege8vH_U6gUt18KTXVbObWHZsMpJdsvB7dzM,344069
297
297
  ccxt/async_support/onetrading.py,sha256=kMhoetF3LibOxB1iF24Q8-bI2gPd5lmbWCgPjyKp-Ro,88355
298
298
  ccxt/async_support/p2b.py,sha256=3ki7HexqneENArK9hNxoi3eaX1a_gYzqrHY-jRQaHPI,54316
@@ -313,7 +313,7 @@ ccxt/async_support/yobit.py,sha256=wH9UBovJv56iJcWs0kGbvHkBydPGVWcI_-Y2_FsFfQs,5
313
313
  ccxt/async_support/zaif.py,sha256=PaHcaNijKkhocrw6DZoSBNUjBOLNlkUYtsJvPAqkx68,28134
314
314
  ccxt/async_support/zonda.py,sha256=KiR7ovivEjB8t5YKK0QKfZE8IAWLnwzVPvP32CinMjY,80775
315
315
  ccxt/async_support/base/__init__.py,sha256=aVYSsFi--b4InRs9zDN_wtCpj8odosAB726JdUHavrk,67
316
- ccxt/async_support/base/exchange.py,sha256=6i0x4eDNTvkyx49TXLJZF1y9TC4Rx31sv7JJ5p9d6BA,90374
316
+ ccxt/async_support/base/exchange.py,sha256=0ExaP1bvpxUK7CB4_TCp3NV5xgt3zydvbvmgQqDD5io,90374
317
317
  ccxt/async_support/base/throttler.py,sha256=tvDVcdRUVYi8fZRlEcnqtgzcgB_KMUMRs5Pu8tuU-tU,1847
318
318
  ccxt/async_support/base/ws/__init__.py,sha256=uockzpLuwntKGZbs5EOWFe-Zg-k6Cj7GhNJLc_RX0so,1791
319
319
  ccxt/async_support/base/ws/aiohttp_client.py,sha256=Ed1765emEde2Hj8Ys6f5EjS54ZI1wQ0qIhd04eB7yhU,5751
@@ -327,10 +327,10 @@ ccxt/async_support/base/ws/order_book_side.py,sha256=Pxrq22nCODckJ6G1OXkYEmUunIu
327
327
  ccxt/base/__init__.py,sha256=eTx1OE3HJjspFUQjGm6LBhaQiMKJnXjkdP-JUXknyQ0,1320
328
328
  ccxt/base/decimal_to_precision.py,sha256=fgWRBzRTtsf3r2INyS4f7WHlzgjB5YM1ekiwqD21aac,6634
329
329
  ccxt/base/errors.py,sha256=JBn3zTrtru7tLgyEi6MzKAUwiZe0fltQLYoJcsdP-AA,4099
330
- ccxt/base/exchange.py,sha256=16Oef-3jQqkJMU_TO8dFDOPJ_HEwtTfCDhGPYlKxVes,250304
330
+ ccxt/base/exchange.py,sha256=QtGPY3r4o8yeSla25vXMGA6JkGn8emCo8Dhkx2CVYU0,250304
331
331
  ccxt/base/precise.py,sha256=_xfu54sV0vWNnOfGTKRFykeuWP8mn4K1m9lk1tcllX4,8565
332
332
  ccxt/base/types.py,sha256=6J3Dzo0NBbn-5tCRQpfeRkLDzH1loScrDjP7xRDz6gI,6842
333
- ccxt/pro/__init__.py,sha256=afPmNSKlLOnLXWyLpzoFxeyx2ufJXwZqFCnf5FfSUFU,6999
333
+ ccxt/pro/__init__.py,sha256=W4HmIX6WFSKqWG7NZKuR8Mn-I_YdSNTPYpO8S9Xfy98,6999
334
334
  ccxt/pro/alpaca.py,sha256=7ePyWli0949ti5UheIn553xmnFpedrNc2W5CKauSZio,27167
335
335
  ccxt/pro/ascendex.py,sha256=0RlrxSqh4-lW99T-Y8AxrU612Cpy03u2loVMeRUPXlg,35432
336
336
  ccxt/pro/bequant.py,sha256=5zbsP8BHQTUZ8ZNL6uaACxDbUClgkOV4SYfXT_LfQVg,1351
@@ -342,7 +342,7 @@ ccxt/pro/bingx.py,sha256=DX-_TEWhTSi__zP865UUM0DqnEO9VO6KHysLiVr2JpE,42110
342
342
  ccxt/pro/bitcoincom.py,sha256=zAX6hiz4hS6Un8dSGp88rpnvItxQHfNmsfF0IZ2xIVA,1181
343
343
  ccxt/pro/bitfinex.py,sha256=VdvMikgWO7htYSAEKmGkDBYISWCJon1bnkv3JkV4nv0,24826
344
344
  ccxt/pro/bitfinex2.py,sha256=zIFXJNjzHSUxbKm8DUAstcoDTg9IZ3LoF5uJYL0H7lg,42744
345
- ccxt/pro/bitget.py,sha256=LMWTlRkNiwFxyT3f05ikaX3oSvR5JOJSAveETtZntko,71724
345
+ ccxt/pro/bitget.py,sha256=BS2wkYuTsi6nq2InI3q7yFg605LtpxPvUwD1moyXT0s,71757
346
346
  ccxt/pro/bithumb.py,sha256=xMFS5eOYLAdqePz2Tcwu76qG_k7XbgnUjW9hKDehBjA,16799
347
347
  ccxt/pro/bitmart.py,sha256=vabUiWaQzXkjl_JV7IAE00yg5iqDDdFcjmlHXM1DiAA,62382
348
348
  ccxt/pro/bitmex.py,sha256=DAk_cbsDGWw8aTijphqtyqXNVNXRVpXCoyb_1zZPk-8,67893
@@ -529,7 +529,7 @@ ccxt/test/base/test_ticker.py,sha256=cMTIMb1oySNORUCmqI5ZzMswlEyCF6gJMah3vfvo8wQ
529
529
  ccxt/test/base/test_trade.py,sha256=PMtmB8V38dpaP-eb8h488xYMlR6D69yCOhsA1RuWrUA,2336
530
530
  ccxt/test/base/test_trading_fee.py,sha256=2aDCNJtqBkTC_AieO0l1HYGq5hz5qkWlkWb9Nv_fcwk,1066
531
531
  ccxt/test/base/test_transaction.py,sha256=BTbB4UHHXkrvYgwbrhh867nVRlevmIkIrz1W_odlQJI,1434
532
- ccxt-4.2.85.dist-info/METADATA,sha256=QkdKpvCN-di07i12WnW1HOPfkulardwv7MNjP_EX15Y,110489
533
- ccxt-4.2.85.dist-info/WHEEL,sha256=P2T-6epvtXQ2cBOE_U1K4_noqlJFN3tj15djMgEu4NM,110
534
- ccxt-4.2.85.dist-info/top_level.txt,sha256=CkQDuCTDKNcImPV60t36G6MdYfxsAPNiSaEwifVoVMo,5
535
- ccxt-4.2.85.dist-info/RECORD,,
532
+ ccxt-4.2.86.dist-info/METADATA,sha256=lVfEn6Yty-SrHJO_a6Hszw27LB1BdMnZM5WOYhut_74,110489
533
+ ccxt-4.2.86.dist-info/WHEEL,sha256=P2T-6epvtXQ2cBOE_U1K4_noqlJFN3tj15djMgEu4NM,110
534
+ ccxt-4.2.86.dist-info/top_level.txt,sha256=CkQDuCTDKNcImPV60t36G6MdYfxsAPNiSaEwifVoVMo,5
535
+ ccxt-4.2.86.dist-info/RECORD,,
File without changes