ccxt 4.3.52 → 4.3.54

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.
Files changed (51) hide show
  1. package/README.md +6 -5
  2. package/dist/ccxt.browser.min.js +3 -3
  3. package/dist/cjs/ccxt.js +6 -1
  4. package/dist/cjs/src/abstract/vertex.js +9 -0
  5. package/dist/cjs/src/base/Precise.js +10 -0
  6. package/dist/cjs/src/base/functions/type.js +43 -10
  7. package/dist/cjs/src/bingx.js +1 -1
  8. package/dist/cjs/src/hyperliquid.js +27 -26
  9. package/dist/cjs/src/phemex.js +28 -1
  10. package/dist/cjs/src/poloniex.js +2 -1
  11. package/dist/cjs/src/pro/binance.js +1 -1
  12. package/dist/cjs/src/pro/bybit.js +20 -12
  13. package/dist/cjs/src/pro/kucoin.js +64 -26
  14. package/dist/cjs/src/pro/probit.js +8 -3
  15. package/dist/cjs/src/pro/vertex.js +978 -0
  16. package/dist/cjs/src/probit.js +10 -5
  17. package/dist/cjs/src/static_dependencies/ethers/hash/typed-data.js +1 -1
  18. package/dist/cjs/src/vertex.js +2941 -0
  19. package/dist/cjs/src/woo.js +29 -21
  20. package/js/ccxt.d.ts +8 -2
  21. package/js/ccxt.js +6 -2
  22. package/js/src/abstract/vertex.d.ts +22 -0
  23. package/js/src/abstract/vertex.js +11 -0
  24. package/js/src/base/Exchange.d.ts +1 -1
  25. package/js/src/base/Precise.d.ts +2 -0
  26. package/js/src/base/Precise.js +10 -0
  27. package/js/src/base/functions/type.js +43 -10
  28. package/js/src/binance.d.ts +1 -11
  29. package/js/src/bingx.js +1 -1
  30. package/js/src/bitget.d.ts +1 -1
  31. package/js/src/bitmart.d.ts +1 -1
  32. package/js/src/coinex.d.ts +1 -1
  33. package/js/src/htx.d.ts +1 -1
  34. package/js/src/hyperliquid.js +27 -26
  35. package/js/src/phemex.d.ts +1 -1
  36. package/js/src/phemex.js +28 -1
  37. package/js/src/poloniex.js +2 -1
  38. package/js/src/pro/binance.js +1 -1
  39. package/js/src/pro/bybit.d.ts +1 -1
  40. package/js/src/pro/bybit.js +20 -12
  41. package/js/src/pro/kucoin.js +64 -26
  42. package/js/src/pro/probit.js +8 -3
  43. package/js/src/pro/vertex.d.ts +39 -0
  44. package/js/src/pro/vertex.js +979 -0
  45. package/js/src/probit.js +11 -6
  46. package/js/src/static_dependencies/ethers/hash/typed-data.js +1 -1
  47. package/js/src/vertex.d.ts +112 -0
  48. package/js/src/vertex.js +2942 -0
  49. package/js/src/woo.d.ts +1 -0
  50. package/js/src/woo.js +29 -21
  51. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # CCXT – CryptoCurrency eXchange Trading Library
2
2
 
3
- [![Build Status](https://travis-ci.com/ccxt/ccxt.svg?branch=master)](https://travis-ci.com/ccxt/ccxt) [![npm](https://img.shields.io/npm/v/ccxt.svg)](https://npmjs.com/package/ccxt) [![PyPI](https://img.shields.io/pypi/v/ccxt.svg)](https://pypi.python.org/pypi/ccxt) [![NPM Downloads](https://img.shields.io/npm/dy/ccxt.svg)](https://www.npmjs.com/package/ccxt) [![Discord](https://img.shields.io/discord/690203284119617602?logo=discord&logoColor=white)](https://discord.gg/ccxt) [![Supported Exchanges](https://img.shields.io/badge/exchanges-107-blue.svg)](https://github.com/ccxt/ccxt/wiki/Exchange-Markets) [![Twitter Follow](https://img.shields.io/twitter/follow/ccxt_official.svg?style=social&label=CCXT)](https://twitter.com/ccxt_official)
3
+ [![Build Status](https://travis-ci.com/ccxt/ccxt.svg?branch=master)](https://travis-ci.com/ccxt/ccxt) [![npm](https://img.shields.io/npm/v/ccxt.svg)](https://npmjs.com/package/ccxt) [![PyPI](https://img.shields.io/pypi/v/ccxt.svg)](https://pypi.python.org/pypi/ccxt) [![NPM Downloads](https://img.shields.io/npm/dy/ccxt.svg)](https://www.npmjs.com/package/ccxt) [![Discord](https://img.shields.io/discord/690203284119617602?logo=discord&logoColor=white)](https://discord.gg/ccxt) [![Supported Exchanges](https://img.shields.io/badge/exchanges-108-blue.svg)](https://github.com/ccxt/ccxt/wiki/Exchange-Markets) [![Twitter Follow](https://img.shields.io/twitter/follow/ccxt_official.svg?style=social&label=CCXT)](https://twitter.com/ccxt_official)
4
4
 
5
5
  A JavaScript / Python / PHP / C# library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs.
6
6
 
@@ -58,7 +58,7 @@ Current feature list:
58
58
 
59
59
  ## Supported Cryptocurrency Exchanges
60
60
 
61
- The CCXT library currently supports the following 100 cryptocurrency exchange markets and trading APIs:
61
+ The CCXT library currently supports the following 101 cryptocurrency exchange markets and trading APIs:
62
62
 
63
63
  | logo | id | name | ver | type | certified | pro |
64
64
  |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------|-------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------:|------|-----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|
@@ -153,6 +153,7 @@ The CCXT library currently supports the following 100 cryptocurrency exchange ma
153
153
  | [![tokocrypto](https://user-images.githubusercontent.com/1294454/183870484-d3398d0c-f6a1-4cce-91b8-d58792308716.jpg)](https://tokocrypto.com) | tokocrypto | [Tokocrypto](https://tokocrypto.com) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://www.tokocrypto.com/apidocs/) | cex | | |
154
154
  | [![tradeogre](https://github.com/ccxt/ccxt/assets/43336371/3aa748b7-ea44-45e9-a9e7-b1d207a2578a)](https://tradeogre.com) | tradeogre | [tradeogre](https://tradeogre.com) | [![API Version 2](https://img.shields.io/badge/2-lightgray)](https://tradeogre.com/help/api) | cex | | |
155
155
  | [![upbit](https://user-images.githubusercontent.com/1294454/49245610-eeaabe00-f423-11e8-9cba-4b0aed794799.jpg)](https://upbit.com) | upbit | [Upbit](https://upbit.com) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://docs.upbit.com/docs/%EC%9A%94%EC%B2%AD-%EC%88%98-%EC%A0%9C%ED%95%9C) | cex | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
156
+ | [![vertex](https://github.com/ccxt/ccxt/assets/43336371/bd04a0fa-3b48-47b6-9d8b-124954d520a8)](https://app.vertexprotocol.com?referrer=0xCfC9BaB96a2eA3d3c3F031c005e82E1D9F295aC1) | vertex | [Vertex](https://app.vertexprotocol.com?referrer=0xCfC9BaB96a2eA3d3c3F031c005e82E1D9F295aC1) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://docs.vertexprotocol.com/) | dex | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
156
157
  | [![wavesexchange](https://user-images.githubusercontent.com/1294454/84547058-5fb27d80-ad0b-11ea-8711-78ac8b3c7f31.jpg)](https://wx.network) | wavesexchange | [Waves.Exchange](https://wx.network) | [![API Version *](https://img.shields.io/badge/*-lightgray)](https://docs.wx.network) | dex | | |
157
158
  | [![wazirx](https://user-images.githubusercontent.com/1294454/148647666-c109c20b-f8ac-472f-91c3-5f658cb90f49.jpeg)](https://wazirx.com/invite/k7rrnks5) | wazirx | [WazirX](https://wazirx.com/invite/k7rrnks5) | [![API Version 2](https://img.shields.io/badge/2-lightgray)](https://docs.wazirx.com/#public-rest-api-for-wazirx) | cex | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
158
159
  | [![whitebit](https://user-images.githubusercontent.com/1294454/66732963-8eb7dd00-ee66-11e9-849b-10d9282bb9e0.jpg)](https://whitebit.com/referral/d9bdf40e-28f2-4b52-b2f9-cd1415d82963) | whitebit | [WhiteBit](https://whitebit.com/referral/d9bdf40e-28f2-4b52-b2f9-cd1415d82963) | [![API Version 4](https://img.shields.io/badge/4-lightgray)](https://github.com/whitebit-exchange/api-docs) | cex | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
@@ -219,13 +220,13 @@ console.log(version, Object.keys(exchanges));
219
220
 
220
221
  All-in-one browser bundle (dependencies included), served from a CDN of your choice:
221
222
 
222
- * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.52/dist/ccxt.browser.min.js
223
- * unpkg: https://unpkg.com/ccxt@4.3.52/dist/ccxt.browser.min.js
223
+ * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.3.54/dist/ccxt.browser.min.js
224
+ * unpkg: https://unpkg.com/ccxt@4.3.54/dist/ccxt.browser.min.js
224
225
 
225
226
  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.
226
227
 
227
228
  ```HTML
228
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.3.52/dist/ccxt.browser.min.js"></script>
229
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.3.54/dist/ccxt.browser.min.js"></script>
229
230
  ```
230
231
 
231
232
  Creates a global `ccxt` object: