coinex-api 0.0.10__py3-none-any.whl → 0.0.12__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.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
|
-
Name:
|
3
|
-
Version: 0.0.
|
2
|
+
Name: coinex-api
|
3
|
+
Version: 0.0.12
|
4
4
|
Summary: coinex crypto exchange api client
|
5
5
|
Project-URL: Homepage, https://github.com/ccxt/ccxt
|
6
6
|
Project-URL: Issues, https://github.com/ccxt/ccxt
|
@@ -18,12 +18,10 @@ Requires-Python: >=3.8
|
|
18
18
|
Description-Content-Type: text/markdown
|
19
19
|
|
20
20
|
# coinex-python
|
21
|
-
Python SDK (sync and async) for Coinex with Rest and WS capabilities.
|
22
|
-
|
23
|
-
You can check Coinex's docs here: [Docs](https://ccxt.com)
|
24
|
-
|
21
|
+
Python SDK (sync and async) for Coinex cryptocurrency exchange with Rest and WS capabilities.
|
25
22
|
|
26
23
|
You can check the SDK docs here: [SDK](https://docs.ccxt.com/#/exchanges/coinex)
|
24
|
+
You can check Coinex's docs here: [Docs](https://ccxt.com)
|
27
25
|
|
28
26
|
*This package derives from CCXT and allows you to call pretty much every endpoint by either using the unified CCXT API or calling the endpoints directly*
|
29
27
|
|
File without changes
|