ccxt-ir 4.9.17__py2.py3-none-any.whl → 4.9.19__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/__init__.py +1 -1
- ccxt/async_support/__init__.py +1 -1
- ccxt/async_support/base/exchange.py +1 -1
- ccxt/async_support/ompfinex.py +4 -1
- ccxt/base/exchange.py +1 -1
- ccxt/ompfinex.py +4 -1
- ccxt/pro/__init__.py +1 -1
- {ccxt_ir-4.9.17.dist-info → ccxt_ir-4.9.19.dist-info}/METADATA +4 -4
- {ccxt_ir-4.9.17.dist-info → ccxt_ir-4.9.19.dist-info}/RECORD +12 -12
- {ccxt_ir-4.9.17.dist-info → ccxt_ir-4.9.19.dist-info}/WHEEL +0 -0
- {ccxt_ir-4.9.17.dist-info → ccxt_ir-4.9.19.dist-info}/licenses/LICENSE.txt +0 -0
- {ccxt_ir-4.9.17.dist-info → ccxt_ir-4.9.19.dist-info}/top_level.txt +0 -0
ccxt/__init__.py
CHANGED
ccxt/async_support/__init__.py
CHANGED
ccxt/async_support/ompfinex.py
CHANGED
|
@@ -473,5 +473,8 @@ class ompfinex(Exchange, ImplicitAPI):
|
|
|
473
473
|
url = url + '/' + pair_id
|
|
474
474
|
if path == 'v2/udf/real/history':
|
|
475
475
|
url = self.urls['api']['public'] + '/' + path + '?' + self.urlencode(query)
|
|
476
|
-
headers = {
|
|
476
|
+
headers = {
|
|
477
|
+
'Content-Type': 'application/json',
|
|
478
|
+
'User-Agent': 'Mozilla/5.0(Windows NT 10.0; Win64; x64) AppleWebKit/537.36(KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36',
|
|
479
|
+
}
|
|
477
480
|
return {'url': url, 'method': method, 'body': body, 'headers': headers}
|
ccxt/base/exchange.py
CHANGED
ccxt/ompfinex.py
CHANGED
|
@@ -473,5 +473,8 @@ class ompfinex(Exchange, ImplicitAPI):
|
|
|
473
473
|
url = url + '/' + pair_id
|
|
474
474
|
if path == 'v2/udf/real/history':
|
|
475
475
|
url = self.urls['api']['public'] + '/' + path + '?' + self.urlencode(query)
|
|
476
|
-
headers = {
|
|
476
|
+
headers = {
|
|
477
|
+
'Content-Type': 'application/json',
|
|
478
|
+
'User-Agent': 'Mozilla/5.0(Windows NT 10.0; Win64; x64) AppleWebKit/537.36(KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36',
|
|
479
|
+
}
|
|
477
480
|
return {'url': url, 'method': method, 'body': body, 'headers': headers}
|
ccxt/pro/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ccxt-ir
|
|
3
|
-
Version: 4.9.
|
|
3
|
+
Version: 4.9.19
|
|
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
|
|
@@ -304,13 +304,13 @@ console.log(version, Object.keys(exchanges));
|
|
|
304
304
|
|
|
305
305
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
|
306
306
|
|
|
307
|
-
- jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.9.
|
|
308
|
-
- unpkg: https://unpkg.com/ccxt@4.9.
|
|
307
|
+
- jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.9.19/dist/ccxt.browser.min.js
|
|
308
|
+
- unpkg: https://unpkg.com/ccxt@4.9.19/dist/ccxt.browser.min.js
|
|
309
309
|
|
|
310
310
|
CDNs are not updated in real-time and may have delays. Defaulting to the most recent version without specifying the version number is not recommended. Please, keep in mind that we are not responsible for the correct operation of those CDN servers.
|
|
311
311
|
|
|
312
312
|
```HTML
|
|
313
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.9.
|
|
313
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.9.19/dist/ccxt.browser.min.js"></script>
|
|
314
314
|
console.log (ccxt.exchanges) // print all available exchanges
|
|
315
315
|
```
|
|
316
316
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ccxt/__init__.py,sha256=
|
|
1
|
+
ccxt/__init__.py,sha256=PWtDU_6sAGE7Du2ZWh7V-eBKf1meUEsv8QpCzagGuG0,20197
|
|
2
2
|
ccxt/abantether.py,sha256=PSz8vQq3Il76_K8kmw43MzFH_JDsqF9Spg2IxPoeGXE,12879
|
|
3
3
|
ccxt/afratether.py,sha256=5PX0U1GQ3ylOQuQ8Mm9yIsF5J3aqfTZcp6iV87I8E_0,12245
|
|
4
4
|
ccxt/alpaca.py,sha256=oO0YJHxo5_1iYyGVRMbxfGyPahqzuMlE7LZ3TMYgPGo,80694
|
|
@@ -110,7 +110,7 @@ ccxt/okcoin.py,sha256=yvSRgQhAYim1iF_INP02tVwi-oh_-GUD3jmbkXTRDKY,153947
|
|
|
110
110
|
ccxt/okexchange.py,sha256=HP0b7NQ6Y_YevtxVDrVgw7ocOesXHZ_DNitBq64jUFU,13845
|
|
111
111
|
ccxt/okx.py,sha256=gxYGq1BWtooK-e7sF6t_87W04K0PVuuZLjMh5Yo9knc,407629
|
|
112
112
|
ccxt/okxus.py,sha256=luEXOXlnV3UAmoZ_y8_7OGMxC3KyxLvy_8qI7Dc8F-g,1773
|
|
113
|
-
ccxt/ompfinex.py,sha256=
|
|
113
|
+
ccxt/ompfinex.py,sha256=ko__2dOkfhp-KtRr1ApbRlPn4BMY3CgCYtTxsCJDs7g,19280
|
|
114
114
|
ccxt/onetrading.py,sha256=K14WDqF0p6Ed27wv8XKdEiB0Wv71OO45ntSPe3JR7dg,78020
|
|
115
115
|
ccxt/oxfun.py,sha256=pIOt5HQIraNw42GawzY2LeXdAkIoqIbvys3dHoOHJMc,124486
|
|
116
116
|
ccxt/p2b.py,sha256=B_9mGtiSGQ48jr5LGvAoPh5cfEkLDuE4BbK2Oa0s--4,58171
|
|
@@ -290,7 +290,7 @@ ccxt/abstract/xt.py,sha256=n3eX1cItL_J0j8prOViV-C_tRwIFv_GO8JTvZZw8jv8,27837
|
|
|
290
290
|
ccxt/abstract/yobit.py,sha256=8ycfCO8ORFly9hc0Aa47sZyX4_ZKPXS9h9yJzI-uQ7Q,1339
|
|
291
291
|
ccxt/abstract/zaif.py,sha256=m15WHdl3gYy0GOXNZ8NEH8eE7sVh8c0T_ITNuU8vXeU,3935
|
|
292
292
|
ccxt/abstract/zonda.py,sha256=X-hCW0SdX3YKZWixDyW-O2211M58Rno8kKJ6quY7rw4,7183
|
|
293
|
-
ccxt/async_support/__init__.py,sha256=
|
|
293
|
+
ccxt/async_support/__init__.py,sha256=hqnzj5MD9xYqtNo3Rsw4aISGqhrpiQ924klDO-Po1Io,20370
|
|
294
294
|
ccxt/async_support/abantether.py,sha256=aNxARnFPboX8VyBLysADfJlW8d8d1CptPyf7NasyRl8,12935
|
|
295
295
|
ccxt/async_support/afratether.py,sha256=fhVGoxrIbXXser4tIsCBgfVIivLnq7hpZBvzR84WgBs,12313
|
|
296
296
|
ccxt/async_support/alpaca.py,sha256=oFpSnAjX-faRgTN4d5rwHa08WRaCkwiAbHGZ7JBe6Ww,81140
|
|
@@ -402,7 +402,7 @@ ccxt/async_support/okcoin.py,sha256=xK_FnaPu63ElHGgtUPxwfDmCV4Dkp3ONgGhKCFkk6wo,
|
|
|
402
402
|
ccxt/async_support/okexchange.py,sha256=i_17-W3OkzOtrbQRYsw2_iwsH2Qt0MELvvxgUReoYJ4,13937
|
|
403
403
|
ccxt/async_support/okx.py,sha256=bIDlD0LJrsa44FeiSSvF-q4ZualI8LMW7zo6gKrI9NA,409348
|
|
404
404
|
ccxt/async_support/okxus.py,sha256=MuQ7TqH1CIKec_Z11O7hbz5bRCDzqW51fy1tZoZ1_DI,1787
|
|
405
|
-
ccxt/async_support/ompfinex.py,sha256=
|
|
405
|
+
ccxt/async_support/ompfinex.py,sha256=htp0LEJYxQWlIgxSvdE7JfKLC5GaG1gKDvCq9XExaWE,19378
|
|
406
406
|
ccxt/async_support/onetrading.py,sha256=hi5EjXjoM0tEOiTU2QLdCIcYLypKf58ln0rj7r5N_Eg,78376
|
|
407
407
|
ccxt/async_support/oxfun.py,sha256=T0CI9_Uh3hvXoxhyUshWG6gD-6JBOxioNFZRmayggCM,125048
|
|
408
408
|
ccxt/async_support/p2b.py,sha256=HHpNY09MUWf0s5lUc-WJpqILNMsezDLf3pV4n0pvJYc,58413
|
|
@@ -437,7 +437,7 @@ ccxt/async_support/yobit.py,sha256=FBI7ajvxprTYUqX8zosd7-LntDft8vIEjRTHng5ry8Y,5
|
|
|
437
437
|
ccxt/async_support/zaif.py,sha256=mh0PETLMTJV509zhT7jukddg6S7YhvwhCT7zqxC6YLA,31364
|
|
438
438
|
ccxt/async_support/zonda.py,sha256=7hmHotE5JBd8034d1ZbX3oIeWIpQFrQb8aK-dP3Btx0,85327
|
|
439
439
|
ccxt/async_support/base/__init__.py,sha256=aVYSsFi--b4InRs9zDN_wtCpj8odosAB726JdUHavrk,67
|
|
440
|
-
ccxt/async_support/base/exchange.py,sha256=
|
|
440
|
+
ccxt/async_support/base/exchange.py,sha256=z3fcttvlQqXYoq9TLcgp80yi8h_Kr061eH8SXLPMj5c,121269
|
|
441
441
|
ccxt/async_support/base/throttler.py,sha256=tvDVcdRUVYi8fZRlEcnqtgzcgB_KMUMRs5Pu8tuU-tU,1847
|
|
442
442
|
ccxt/async_support/base/ws/__init__.py,sha256=uockzpLuwntKGZbs5EOWFe-Zg-k6Cj7GhNJLc_RX0so,1791
|
|
443
443
|
ccxt/async_support/base/ws/cache.py,sha256=xf2VOtfUwloxSlIQ39M1RGZHWQzyS9IGhB5NX6cDcAc,8370
|
|
@@ -449,10 +449,10 @@ ccxt/async_support/base/ws/order_book_side.py,sha256=GhnGUt78pJ-AYL_Dq9produGjmB
|
|
|
449
449
|
ccxt/base/__init__.py,sha256=eTx1OE3HJjspFUQjGm6LBhaQiMKJnXjkdP-JUXknyQ0,1320
|
|
450
450
|
ccxt/base/decimal_to_precision.py,sha256=3XI30u9YudHbTA438397u5rkdlXa3atxwZEfUus3C4k,6803
|
|
451
451
|
ccxt/base/errors.py,sha256=OGhWNvNtRlJOzFx-n1x3ZjTnaPpfWH0Vc0xACS-MeDw,5012
|
|
452
|
-
ccxt/base/exchange.py,sha256=
|
|
452
|
+
ccxt/base/exchange.py,sha256=FTj5Bp7JHjKYAZAaYyK-e6ok8nEOrnn9_Rs491vkB2A,334338
|
|
453
453
|
ccxt/base/precise.py,sha256=koce64Yrp6vFbGijJtUt-QQ6XhJgeGTCksZ871FPp_A,8886
|
|
454
454
|
ccxt/base/types.py,sha256=Gvbogh9i7pPH7Z18xesYeDPribqqwq8uKpOv-YODFBs,11505
|
|
455
|
-
ccxt/pro/__init__.py,sha256=
|
|
455
|
+
ccxt/pro/__init__.py,sha256=QgW40vEQC5Ckr_xE61EPNREzh0s0HsqLCDs6Kg3TQl8,11464
|
|
456
456
|
ccxt/pro/alpaca.py,sha256=REAEZxdv2pY8xjxBGCBca3nPKpIdleVqr-IVpuVmADg,27637
|
|
457
457
|
ccxt/pro/apex.py,sha256=FLBaLN2FESIh9gqHPVwf0IkkIHpxGHHUcFwgBGBEkrA,42018
|
|
458
458
|
ccxt/pro/ascendex.py,sha256=P0DnIMIA-BIGxyoEQBLGtjH-whRhkPbhe8gU2s5V238,37526
|
|
@@ -775,8 +775,8 @@ ccxt/test/tests_async.py,sha256=D5ZDYYW635E2LFEhJt7HfIjbFVCQl3WSBEFnR-QEQzM,9549
|
|
|
775
775
|
ccxt/test/tests_helpers.py,sha256=egM69A2ZFYeVF5hwC1Qt-c5DOeClY5bv4jowmceeFV8,9736
|
|
776
776
|
ccxt/test/tests_init.py,sha256=qM0-Gb0h0p6CANWTkyYZI7wl-iYOcrPur7aj_OKh7m0,1212
|
|
777
777
|
ccxt/test/tests_sync.py,sha256=Rr72cGmoKqbUIIEJJAGh2_QhBc4rIZlBxVtGCQVd4BE,94440
|
|
778
|
-
ccxt_ir-4.9.
|
|
779
|
-
ccxt_ir-4.9.
|
|
780
|
-
ccxt_ir-4.9.
|
|
781
|
-
ccxt_ir-4.9.
|
|
782
|
-
ccxt_ir-4.9.
|
|
778
|
+
ccxt_ir-4.9.19.dist-info/licenses/LICENSE.txt,sha256=EIb9221AhMHV7xF1_55STFdKTFsnJVJYkRpY2Lnvo5w,1068
|
|
779
|
+
ccxt_ir-4.9.19.dist-info/METADATA,sha256=sTj5VHWS97Od4pjP8PyGPtSCKOzywHRsf4P7pQB0fmA,138934
|
|
780
|
+
ccxt_ir-4.9.19.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
781
|
+
ccxt_ir-4.9.19.dist-info/top_level.txt,sha256=CkQDuCTDKNcImPV60t36G6MdYfxsAPNiSaEwifVoVMo,5
|
|
782
|
+
ccxt_ir-4.9.19.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|