mexc-exchange-api 0.0.63__py3-none-any.whl → 0.0.64__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 mexc-exchange-api might be problematic. Click here for more details.

mexc/ccxt/__init__.py CHANGED
@@ -87,9 +87,10 @@ from ccxt.base.errors import CancelPending # noqa: F4
87
87
  from ccxt.base.errors import UnsubscribeError # noqa: F401
88
88
  from ccxt.base.errors import error_hierarchy # noqa: F401
89
89
 
90
+ from ccxt.kuna import kuna # noqa: F401
90
91
  from ccxt.mexc import mexc # noqa: F401
91
92
 
92
- exchanges = [ 'mexc',]
93
+ exchanges = [ 'kuna', 'mexc',]
93
94
 
94
95
  base = [
95
96
  'Exchange',
@@ -67,9 +67,10 @@ from ccxt.base.errors import UnsubscribeError # noqa: F4
67
67
  from ccxt.base.errors import error_hierarchy # noqa: F401
68
68
 
69
69
 
70
+ from ccxt.async_support.kuna import kuna # noqa: F401
70
71
  from ccxt.async_support.mexc import mexc # noqa: F401
71
72
 
72
- exchanges = [ 'mexc',]
73
+ exchanges = [ 'kuna', 'mexc',]
73
74
 
74
75
  base = [
75
76
  'Exchange',
@@ -1097,7 +1097,6 @@ class mexc(Exchange, ImplicitAPI):
1097
1097
  currency = response[i]
1098
1098
  id = self.safe_string(currency, 'coin')
1099
1099
  code = self.safe_currency_code(id)
1100
- name = self.safe_string(currency, 'name')
1101
1100
  networks: dict = {}
1102
1101
  chains = self.safe_value(currency, 'networkList', [])
1103
1102
  for j in range(0, len(chains)):
@@ -1119,12 +1118,13 @@ class mexc(Exchange, ImplicitAPI):
1119
1118
  'max': self.safe_string(chain, 'withdrawMax'),
1120
1119
  },
1121
1120
  },
1121
+ 'contract': self.safe_string(chain, 'contract'),
1122
1122
  }
1123
1123
  result[code] = self.safe_currency_structure({
1124
1124
  'info': currency,
1125
1125
  'id': id,
1126
1126
  'code': code,
1127
- 'name': name,
1127
+ 'name': self.safe_string(currency, 'name'),
1128
1128
  'active': None,
1129
1129
  'deposit': None,
1130
1130
  'withdraw': None,
mexc/ccxt/mexc.py CHANGED
@@ -1096,7 +1096,6 @@ class mexc(Exchange, ImplicitAPI):
1096
1096
  currency = response[i]
1097
1097
  id = self.safe_string(currency, 'coin')
1098
1098
  code = self.safe_currency_code(id)
1099
- name = self.safe_string(currency, 'name')
1100
1099
  networks: dict = {}
1101
1100
  chains = self.safe_value(currency, 'networkList', [])
1102
1101
  for j in range(0, len(chains)):
@@ -1118,12 +1117,13 @@ class mexc(Exchange, ImplicitAPI):
1118
1117
  'max': self.safe_string(chain, 'withdrawMax'),
1119
1118
  },
1120
1119
  },
1120
+ 'contract': self.safe_string(chain, 'contract'),
1121
1121
  }
1122
1122
  result[code] = self.safe_currency_structure({
1123
1123
  'info': currency,
1124
1124
  'id': id,
1125
1125
  'code': code,
1126
- 'name': name,
1126
+ 'name': self.safe_string(currency, 'name'),
1127
1127
  'active': None,
1128
1128
  'deposit': None,
1129
1129
  'withdraw': None,
mexc/ccxt/pro/__init__.py CHANGED
@@ -79,6 +79,10 @@ from ccxt.base.errors import error_hierarchy # noqa: F4
79
79
 
80
80
 
81
81
 
82
+
83
+
84
+
85
+
82
86
 
83
87
 
84
88
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mexc-exchange-api
3
- Version: 0.0.63
3
+ Version: 0.0.64
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
@@ -1,9 +1,9 @@
1
1
  mexc/__init__.py,sha256=bFV_Nfz_k-lfB_ImsHGpFnJuVMUXLBRbttugnPV7c4A,222
2
- mexc/ccxt/__init__.py,sha256=iuV_En_42LVq94QD6_udhH3RcxJ9TIuC8BBa4uOS5mU,6044
3
- mexc/ccxt/mexc.py,sha256=9vLlOcQiBRpa9i_l6p4nLd_vXuGpfXKCjZURps2PyA0,258865
2
+ mexc/ccxt/__init__.py,sha256=iN-pCjg-odiBSD1Od0aWPph85NkjcRXu157CjxnTvfU,6138
3
+ mexc/ccxt/mexc.py,sha256=EuxghSeUvzVJr0QUm6tzC3Hdt0019W6sTOc16NYyXO0,258910
4
4
  mexc/ccxt/abstract/mexc.py,sha256=oyg0sZFYs1d77F-_9QAatqMSQJ8h-1u1wWb-d1DX2zQ,26434
5
- mexc/ccxt/async_support/__init__.py,sha256=7_Qv4tdFZuoynMTLgng2-aEqA1hI4B2k2ECckFXdI5s,4777
6
- mexc/ccxt/async_support/mexc.py,sha256=2AOkhXyED_2TRlXDGrFw6oxlzCN_aP3TJwkJYqYmmzw,260129
5
+ mexc/ccxt/async_support/__init__.py,sha256=P8PdMz5L37H7EoGEM1eUP5O7hZMe_BiCAlZUQQDXi7U,4881
6
+ mexc/ccxt/async_support/mexc.py,sha256=y8iNLQZMRq9aH0q456_XgA0nxX4iS6x2nf9YmjT6zG0,260174
7
7
  mexc/ccxt/async_support/base/__init__.py,sha256=aVYSsFi--b4InRs9zDN_wtCpj8odosAB726JdUHavrk,67
8
8
  mexc/ccxt/async_support/base/exchange.py,sha256=ez6SSEp3QG4HwJ3H4qAFmC4mHA9IVz_gEaReL_Z3kzM,118577
9
9
  mexc/ccxt/async_support/base/throttler.py,sha256=tvDVcdRUVYi8fZRlEcnqtgzcgB_KMUMRs5Pu8tuU-tU,1847
@@ -21,7 +21,7 @@ mexc/ccxt/base/errors.py,sha256=MvCrL_sAM3de616T6RE0PSxiF2xV6Qqz5b1y1ghidbk,4888
21
21
  mexc/ccxt/base/exchange.py,sha256=w3T16lJ5Ii89lYzC5xpr_tZqilvTWgcF6D9WKfRfzzI,328021
22
22
  mexc/ccxt/base/precise.py,sha256=koce64Yrp6vFbGijJtUt-QQ6XhJgeGTCksZ871FPp_A,8886
23
23
  mexc/ccxt/base/types.py,sha256=IbLO7Ni-plO36xlOdJQFqujSJBq0q9qll009ShZ0M_U,11468
24
- mexc/ccxt/pro/__init__.py,sha256=uqxzv6BohFg1HCxrqbO7MqOT5bbKLlXifNYv1aWjI2I,4115
24
+ mexc/ccxt/pro/__init__.py,sha256=PhH86AQFFIlcg2gU7hSwqhlBuQx5svUs6r76O02SRxE,4119
25
25
  mexc/ccxt/pro/mexc.py,sha256=xn1Xg9a9pV3Axy3zKV46kXMec20tQl7EKuuC9SrpBsw,68511
26
26
  mexc/ccxt/static_dependencies/README.md,sha256=3TCvhhn09_Cqf9BDDpao1V7EfKHDpQ6k9oWRsLFixpU,18
27
27
  mexc/ccxt/static_dependencies/__init__.py,sha256=tzFje8cloqmiIE6kola3EaYC0SnD1izWnri69hzHsSw,168
@@ -282,6 +282,6 @@ mexc/ccxt/static_dependencies/toolz/curried/exceptions.py,sha256=gKFOHDIayAWnX2u
282
282
  mexc/ccxt/static_dependencies/toolz/curried/operator.py,sha256=ML92mknkAwzBl2NCm-4werSUmJEtSHNY9NSzhseNM9s,525
283
283
  mexc/ccxt/static_dependencies/typing_inspect/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
284
284
  mexc/ccxt/static_dependencies/typing_inspect/typing_inspect.py,sha256=5gIWomLPfuDpgd3gX1GlnX0MuXM3VorR4j2W2qXORiQ,28269
285
- mexc_exchange_api-0.0.63.dist-info/METADATA,sha256=A1HmB2zM-1nRlc4EiXHE_Dg85g2gT2-LkQYM2bW1Hjs,18194
286
- mexc_exchange_api-0.0.63.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
287
- mexc_exchange_api-0.0.63.dist-info/RECORD,,
285
+ mexc_exchange_api-0.0.64.dist-info/METADATA,sha256=RFfze1mC6yPlW66-9M-mvK3iCSqS8CeMxpnMCGjLdHo,18194
286
+ mexc_exchange_api-0.0.64.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
287
+ mexc_exchange_api-0.0.64.dist-info/RECORD,,