ccxt-ir 4.3.46.0.2__py2.py3-none-any.whl → 4.3.46.0.3__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.
- ccxt/__test__.py +7 -0
- ccxt/abantether.py +1 -1
- ccxt/async_support/abantether.py +2 -2
- {ccxt_ir-4.3.46.0.2.dist-info → ccxt_ir-4.3.46.0.3.dist-info}/METADATA +4 -4
- {ccxt_ir-4.3.46.0.2.dist-info → ccxt_ir-4.3.46.0.3.dist-info}/RECORD +8 -7
- {ccxt_ir-4.3.46.0.2.dist-info → ccxt_ir-4.3.46.0.3.dist-info}/LICENSE.txt +0 -0
- {ccxt_ir-4.3.46.0.2.dist-info → ccxt_ir-4.3.46.0.3.dist-info}/WHEEL +0 -0
- {ccxt_ir-4.3.46.0.2.dist-info → ccxt_ir-4.3.46.0.3.dist-info}/top_level.txt +0 -0
ccxt/__test__.py
ADDED
ccxt/abantether.py
CHANGED
|
@@ -227,7 +227,7 @@ class abantether(Exchange, ImplicitAPI):
|
|
|
227
227
|
if symbols is not None:
|
|
228
228
|
symbols = self.market_symbols(symbols)
|
|
229
229
|
response = self.publicGetManagementAllCoins(params)
|
|
230
|
-
result =
|
|
230
|
+
result = {}
|
|
231
231
|
quotes = ['IRT', 'USDT']
|
|
232
232
|
for i in range(0, len(response)):
|
|
233
233
|
base = self.safe_string(response[i], 'symbol')
|
ccxt/async_support/abantether.py
CHANGED
|
@@ -227,7 +227,7 @@ class abantether(Exchange, ImplicitAPI):
|
|
|
227
227
|
if symbols is not None:
|
|
228
228
|
symbols = self.market_symbols(symbols)
|
|
229
229
|
response = await self.publicGetManagementAllCoins(params)
|
|
230
|
-
result =
|
|
230
|
+
result = {}
|
|
231
231
|
quotes = ['IRT', 'USDT']
|
|
232
232
|
for i in range(0, len(response)):
|
|
233
233
|
base = self.safe_string(response[i], 'symbol')
|
|
@@ -238,7 +238,7 @@ class abantether(Exchange, ImplicitAPI):
|
|
|
238
238
|
response[i]['base'] = base
|
|
239
239
|
response[i]['quote'] = quote
|
|
240
240
|
response[i]['symbol'] = base + quote
|
|
241
|
-
ticker =
|
|
241
|
+
ticker = self.parse_ticker(response[i])
|
|
242
242
|
symbol = ticker['symbol']
|
|
243
243
|
result[symbol] = ticker
|
|
244
244
|
return self.filter_by_array_tickers(result, 'symbol', symbols)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ccxt-ir
|
|
3
|
-
Version: 4.3.46.0.
|
|
3
|
+
Version: 4.3.46.0.3
|
|
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
|
|
@@ -293,13 +293,13 @@ console.log(version, Object.keys(exchanges));
|
|
|
293
293
|
|
|
294
294
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
|
295
295
|
|
|
296
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.46.0.2.0.1.0.1-0.1/dist/ccxt.browser.min.js
|
|
297
|
-
* unpkg: https://unpkg.com/ccxt@4.3.46.0.2.0.1.0.1-0.1/dist/ccxt.browser.min.js
|
|
296
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.46.0.3.0.2.0.2.0.2.0.2.0.2.0.2.0.2.0.2.0.1.0.1-0.1/dist/ccxt.browser.min.js
|
|
297
|
+
* unpkg: https://unpkg.com/ccxt@4.3.46.0.3.0.2.0.2.0.2.0.2.0.2.0.2.0.2.0.2.0.1.0.1-0.1/dist/ccxt.browser.min.js
|
|
298
298
|
|
|
299
299
|
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.
|
|
300
300
|
|
|
301
301
|
```HTML
|
|
302
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.3.46.0.2.0.1.0.1-0.1/dist/ccxt.browser.min.js"></script>
|
|
302
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.3.46.0.3.0.2.0.2.0.2.0.2.0.2.0.2.0.2.0.2.0.1.0.1-0.1/dist/ccxt.browser.min.js"></script>
|
|
303
303
|
```
|
|
304
304
|
|
|
305
305
|
Creates a global `ccxt` object:
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
ccxt/__init__.py,sha256=UUxbR59BDCnYERaBCAaAeO7m3V1Q9ouRTMDqfMeCgPQ,18604
|
|
2
|
-
ccxt/
|
|
2
|
+
ccxt/__test__.py,sha256=B0ZG_Iy1YZ5EK70HfpraELnn6nIF8TovWh39TNNnJZ4,147
|
|
3
|
+
ccxt/abantether.py,sha256=p-c4wq4TeJfw-Mw19PWkra74BSP3mjaKW7Adg_LK4GU,12037
|
|
3
4
|
ccxt/ace.py,sha256=6x4vkcS2lGSkAQuzS-AAgYJLPDNNfNo9NMIdAoXzs18,41776
|
|
4
5
|
ccxt/afratether.py,sha256=9JvnwuSvAtq1Q9Tkp1rsmOVxyQZsy3yiwDtm11fwcTE,10830
|
|
5
6
|
ccxt/alpaca.py,sha256=EZ7uF3XI8EXXIsCZ-UVpruBXS96Kps6WOOukmdcgCn0,47326
|
|
@@ -273,7 +274,7 @@ ccxt/abstract/yobit.py,sha256=8ycfCO8ORFly9hc0Aa47sZyX4_ZKPXS9h9yJzI-uQ7Q,1339
|
|
|
273
274
|
ccxt/abstract/zaif.py,sha256=m15WHdl3gYy0GOXNZ8NEH8eE7sVh8c0T_ITNuU8vXeU,3935
|
|
274
275
|
ccxt/abstract/zonda.py,sha256=X-hCW0SdX3YKZWixDyW-O2211M58Rno8kKJ6quY7rw4,7183
|
|
275
276
|
ccxt/async_support/__init__.py,sha256=uYbWpMf0JygHZEgSeEsphPjiWj6Nva1AkBAZZE1vFT8,18647
|
|
276
|
-
ccxt/async_support/abantether.py,sha256=
|
|
277
|
+
ccxt/async_support/abantether.py,sha256=_At_JlpJsPBXf7jEEm2xXzO8TGU3qCJ9hz6FyWs1GnM,12099
|
|
277
278
|
ccxt/async_support/ace.py,sha256=tsRgs_o4Iq7q8IkD83FUdC-2ztylhgO4cp2hww3rlqQ,42000
|
|
278
279
|
ccxt/async_support/afratether.py,sha256=IxKil1OhPTAhEhOOlL1dN4OBxI0HrcYFUDloZT2Y1v8,10910
|
|
279
280
|
ccxt/async_support/alpaca.py,sha256=3845DgojoA1p0pxrqnDIqHbbRcEwZhZIkE4aygD5ics,47538
|
|
@@ -765,8 +766,8 @@ ccxt/test/base/test_ticker.py,sha256=cMTIMb1oySNORUCmqI5ZzMswlEyCF6gJMah3vfvo8wQ
|
|
|
765
766
|
ccxt/test/base/test_trade.py,sha256=PMtmB8V38dpaP-eb8h488xYMlR6D69yCOhsA1RuWrUA,2336
|
|
766
767
|
ccxt/test/base/test_trading_fee.py,sha256=2aDCNJtqBkTC_AieO0l1HYGq5hz5qkWlkWb9Nv_fcwk,1066
|
|
767
768
|
ccxt/test/base/test_transaction.py,sha256=BTbB4UHHXkrvYgwbrhh867nVRlevmIkIrz1W_odlQJI,1434
|
|
768
|
-
ccxt_ir-4.3.46.0.
|
|
769
|
-
ccxt_ir-4.3.46.0.
|
|
770
|
-
ccxt_ir-4.3.46.0.
|
|
771
|
-
ccxt_ir-4.3.46.0.
|
|
772
|
-
ccxt_ir-4.3.46.0.
|
|
769
|
+
ccxt_ir-4.3.46.0.3.dist-info/LICENSE.txt,sha256=EIb9221AhMHV7xF1_55STFdKTFsnJVJYkRpY2Lnvo5w,1068
|
|
770
|
+
ccxt_ir-4.3.46.0.3.dist-info/METADATA,sha256=_OErwEqa3kJBwohtStSilx5l0SmyP6WPpPv4aReL7CU,132968
|
|
771
|
+
ccxt_ir-4.3.46.0.3.dist-info/WHEEL,sha256=0VNUDWQJzfRahYI3neAhz2UVbRCtztpN5dPHAGvmGXc,109
|
|
772
|
+
ccxt_ir-4.3.46.0.3.dist-info/top_level.txt,sha256=CkQDuCTDKNcImPV60t36G6MdYfxsAPNiSaEwifVoVMo,5
|
|
773
|
+
ccxt_ir-4.3.46.0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|