mexc-exchange-api 0.0.80__py3-none-any.whl → 0.0.82__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.
- mexc/ccxt/__init__.py +1 -1
- mexc/ccxt/async_support/__init__.py +1 -1
- mexc/ccxt/async_support/base/exchange.py +44 -9
- mexc/ccxt/async_support/base/ws/client.py +3 -1
- mexc/ccxt/async_support/mexc.py +9 -2
- mexc/ccxt/base/errors.py +0 -6
- mexc/ccxt/base/exchange.py +11 -9
- mexc/ccxt/base/types.py +1 -0
- mexc/ccxt/mexc.py +9 -2
- mexc/ccxt/pro/__init__.py +1 -1
- mexc/ccxt/pro/mexc.py +328 -139
- {mexc_exchange_api-0.0.80.dist-info → mexc_exchange_api-0.0.82.dist-info}/METADATA +3 -3
- {mexc_exchange_api-0.0.80.dist-info → mexc_exchange_api-0.0.82.dist-info}/RECORD +14 -14
- {mexc_exchange_api-0.0.80.dist-info → mexc_exchange_api-0.0.82.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mexc-exchange-api
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.82
|
4
4
|
Summary: mexc crypto exchange api client
|
5
5
|
Project-URL: Homepage, https://github.com/ccxt/ccxt
|
6
6
|
Project-URL: Issues, https://github.com/ccxt/ccxt
|
@@ -187,11 +187,11 @@ You can also construct custom requests to available "implicit" endpoints
|
|
187
187
|
- `modify_margin_helper(self, symbol: str, amount, addOrReduce, params={})`
|
188
188
|
- `nonce(self)`
|
189
189
|
- `reduce_margin(self, symbol: str, amount: float, params={})`
|
190
|
-
- `set_leverage(self, leverage:
|
190
|
+
- `set_leverage(self, leverage: int, symbol: Str = None, params={})`
|
191
191
|
- `set_margin_mode(self, marginMode: str, symbol: Str = None, params={})`
|
192
192
|
- `set_position_mode(self, hedged: bool, symbol: Str = None, params={})`
|
193
193
|
- `transfer(self, code: str, amount: float, fromAccount: str, toAccount: str, params={})`
|
194
|
-
- `withdraw(self, code: str, amount: float, address: str, tag=None, params={})`
|
194
|
+
- `withdraw(self, code: str, amount: float, address: str, tag: Str = None, params={})`
|
195
195
|
|
196
196
|
### REST Raw
|
197
197
|
|
@@ -1,27 +1,27 @@
|
|
1
1
|
mexc/__init__.py,sha256=bFV_Nfz_k-lfB_ImsHGpFnJuVMUXLBRbttugnPV7c4A,222
|
2
|
-
mexc/ccxt/__init__.py,sha256=
|
3
|
-
mexc/ccxt/mexc.py,sha256=
|
2
|
+
mexc/ccxt/__init__.py,sha256=7HQIWs_6NvVjCI63dIuuDS4s_mlIuCas7qRr7Sy-JoU,6128
|
3
|
+
mexc/ccxt/mexc.py,sha256=BJBbqsU2QZweqSW8U-kP88Bew9qMPQ6f9YoKSiBU8F0,259606
|
4
4
|
mexc/ccxt/abstract/mexc.py,sha256=oyg0sZFYs1d77F-_9QAatqMSQJ8h-1u1wWb-d1DX2zQ,26434
|
5
|
-
mexc/ccxt/async_support/__init__.py,sha256=
|
6
|
-
mexc/ccxt/async_support/mexc.py,sha256=
|
5
|
+
mexc/ccxt/async_support/__init__.py,sha256=6nHHKVnMKaA3ZsME0wNk4HytHsZqfUigF1UJVqH3Ar0,4861
|
6
|
+
mexc/ccxt/async_support/mexc.py,sha256=1tXAsxLrbmOHscJpMeu4ZU70V_S5kbL_46vd62cgmhU,260870
|
7
7
|
mexc/ccxt/async_support/base/__init__.py,sha256=aVYSsFi--b4InRs9zDN_wtCpj8odosAB726JdUHavrk,67
|
8
|
-
mexc/ccxt/async_support/base/exchange.py,sha256=
|
8
|
+
mexc/ccxt/async_support/base/exchange.py,sha256=WdBdPIULdRg1xxi4Vj7sMuECybSEysxFe2GZMjn1VnE,121270
|
9
9
|
mexc/ccxt/async_support/base/throttler.py,sha256=tvDVcdRUVYi8fZRlEcnqtgzcgB_KMUMRs5Pu8tuU-tU,1847
|
10
10
|
mexc/ccxt/async_support/base/ws/__init__.py,sha256=uockzpLuwntKGZbs5EOWFe-Zg-k6Cj7GhNJLc_RX0so,1791
|
11
11
|
mexc/ccxt/async_support/base/ws/cache.py,sha256=xf2VOtfUwloxSlIQ39M1RGZHWQzyS9IGhB5NX6cDcAc,8370
|
12
|
-
mexc/ccxt/async_support/base/ws/client.py,sha256=
|
12
|
+
mexc/ccxt/async_support/base/ws/client.py,sha256=GZmtA-oYJUtBA063mEF_zxDPtAm-7WsISJTffFalJyo,13735
|
13
13
|
mexc/ccxt/async_support/base/ws/functions.py,sha256=qwvEnjtINWL5ZU-dbbeIunjyBxzFqbGWHfVhxqAcKug,1499
|
14
14
|
mexc/ccxt/async_support/base/ws/future.py,sha256=hjdQ42zkfju5nar0GpTLJ4zXQBtgBU8DzYM5uPFcjsE,1450
|
15
15
|
mexc/ccxt/async_support/base/ws/order_book.py,sha256=uBUaIHhzMRykpmo4BCsdJ-t_HozS6VxhEs8x-Kbj-NI,2894
|
16
16
|
mexc/ccxt/async_support/base/ws/order_book_side.py,sha256=GhnGUt78pJ-AYL_Dq9produGjmBJLCI5FHIRdMz1O-g,6551
|
17
17
|
mexc/ccxt/base/__init__.py,sha256=eTx1OE3HJjspFUQjGm6LBhaQiMKJnXjkdP-JUXknyQ0,1320
|
18
18
|
mexc/ccxt/base/decimal_to_precision.py,sha256=3XI30u9YudHbTA438397u5rkdlXa3atxwZEfUus3C4k,6803
|
19
|
-
mexc/ccxt/base/errors.py,sha256=
|
20
|
-
mexc/ccxt/base/exchange.py,sha256=
|
19
|
+
mexc/ccxt/base/errors.py,sha256=LdTTHPmxpeFHJze93mGl7I3maqTgN0y_1mJ6coWkXmA,4734
|
20
|
+
mexc/ccxt/base/exchange.py,sha256=FCbVCDcddJTuVcvOg6-fFNxY1hA4WfHERonT0N36bT0,334126
|
21
21
|
mexc/ccxt/base/precise.py,sha256=koce64Yrp6vFbGijJtUt-QQ6XhJgeGTCksZ871FPp_A,8886
|
22
|
-
mexc/ccxt/base/types.py,sha256=
|
23
|
-
mexc/ccxt/pro/__init__.py,sha256=
|
24
|
-
mexc/ccxt/pro/mexc.py,sha256=
|
22
|
+
mexc/ccxt/base/types.py,sha256=Gvbogh9i7pPH7Z18xesYeDPribqqwq8uKpOv-YODFBs,11505
|
23
|
+
mexc/ccxt/pro/__init__.py,sha256=bLfUjGyHc2e230OdgohQRPWmXFoeqDlQnaAXAHixSnM,4175
|
24
|
+
mexc/ccxt/pro/mexc.py,sha256=EP9MENT3ASq3BYT35CVSlH5580j2i43wW_s82cYjp5Y,77084
|
25
25
|
mexc/ccxt/static_dependencies/README.md,sha256=3TCvhhn09_Cqf9BDDpao1V7EfKHDpQ6k9oWRsLFixpU,18
|
26
26
|
mexc/ccxt/static_dependencies/__init__.py,sha256=tzFje8cloqmiIE6kola3EaYC0SnD1izWnri69hzHsSw,168
|
27
27
|
mexc/ccxt/static_dependencies/ecdsa/__init__.py,sha256=Xaj0G79BLtBt2YZcOOMV8qOlQZ7fIJznNiHhiEEZfQA,594
|
@@ -281,6 +281,6 @@ mexc/ccxt/static_dependencies/toolz/curried/exceptions.py,sha256=gKFOHDIayAWnX2u
|
|
281
281
|
mexc/ccxt/static_dependencies/toolz/curried/operator.py,sha256=ML92mknkAwzBl2NCm-4werSUmJEtSHNY9NSzhseNM9s,525
|
282
282
|
mexc/ccxt/static_dependencies/typing_inspect/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
283
283
|
mexc/ccxt/static_dependencies/typing_inspect/typing_inspect.py,sha256=5gIWomLPfuDpgd3gX1GlnX0MuXM3VorR4j2W2qXORiQ,28269
|
284
|
-
mexc_exchange_api-0.0.
|
285
|
-
mexc_exchange_api-0.0.
|
286
|
-
mexc_exchange_api-0.0.
|
284
|
+
mexc_exchange_api-0.0.82.dist-info/METADATA,sha256=GcQAz4AlkdXkjGCNI6IvWZNzbDmuAxIluJN0xc1oa2g,18072
|
285
|
+
mexc_exchange_api-0.0.82.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
286
|
+
mexc_exchange_api-0.0.82.dist-info/RECORD,,
|
File without changes
|