ccxt 4.5.49 → 4.5.50
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.
- package/README.md +5 -4
- package/dist/ccxt.browser.min.js +3 -3
- package/dist/cjs/ccxt.js +1 -1
- package/dist/cjs/src/base/Exchange.js +48 -13
- package/dist/cjs/src/bitget.js +1 -0
- package/dist/cjs/src/gate.js +0 -1
- package/dist/cjs/src/hibachi.js +1 -1
- package/dist/cjs/src/lighter.js +306 -141
- package/dist/cjs/src/okx.js +46 -1
- package/dist/cjs/src/pro/hyperliquid.js +361 -1
- package/dist/cjs/src/pro/lighter.js +1 -0
- package/dist/cjs/src/weex.js +1 -1
- package/js/ccxt.d.ts +1 -1
- package/js/ccxt.js +1 -1
- package/js/src/abstract/myokx.d.ts +34 -0
- package/js/src/abstract/okx.d.ts +34 -0
- package/js/src/abstract/okxus.d.ts +34 -0
- package/js/src/base/Exchange.d.ts +5 -1
- package/js/src/base/Exchange.js +48 -13
- package/js/src/bitget.js +1 -0
- package/js/src/gate.js +0 -1
- package/js/src/hibachi.js +1 -1
- package/js/src/lighter.d.ts +11 -2
- package/js/src/lighter.js +307 -142
- package/js/src/okx.js +46 -1
- package/js/src/pro/hyperliquid.d.ts +48 -1
- package/js/src/pro/hyperliquid.js +362 -2
- package/js/src/pro/lighter.js +1 -0
- package/js/src/weex.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -154,7 +154,7 @@ Current feature list:
|
|
|
154
154
|
| [](https://www.toobit.com/en-US/r?i=IFFPy0) | toobit | [Toobit](https://www.toobit.com/en-US/r?i=IFFPy0) | [](https://toobit-docs.github.io/apidocs/spot/v1/en/) |  | | [](https://ccxt.pro) |
|
|
155
155
|
| [](https://upbit.com) | upbit | [Upbit](https://upbit.com) | [](https://docs.upbit.com/kr) |  | | [](https://ccxt.pro) |
|
|
156
156
|
| [](https://wx.network) | wavesexchange | [Waves.Exchange](https://wx.network) | [](https://docs.wx.network) |  | | |
|
|
157
|
-
| [](https://weex.com/register?vipCode=
|
|
157
|
+
| [](https://www.weex.com/register?vipCode=qfyh) | weex | [Weex](https://www.weex.com/register?vipCode=qfyh) | [](https://www.weex.com/api-doc) |  | | [](https://ccxt.pro) |
|
|
158
158
|
| [](https://whitebit.com/referral/d9bdf40e-28f2-4b52-b2f9-cd1415d82963) | whitebit | [WhiteBit](https://whitebit.com/referral/d9bdf40e-28f2-4b52-b2f9-cd1415d82963) | [](https://github.com/whitebit-exchange/api-docs) |  | | [](https://ccxt.pro) |
|
|
159
159
|
| [](https://woox.io/register?ref=DIJT0CNL) | woo | [WOO X](https://woox.io/register?ref=DIJT0CNL) | [](https://docs.woox.io/) |  | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
160
160
|
| [](https://dex.woo.org/en/trade?ref=CCXT) | woofipro | [WOOFI PRO](https://dex.woo.org/en/trade?ref=CCXT) | [](https://orderly.network/docs/build-on-omnichain/building-on-evm) |  | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
@@ -178,6 +178,7 @@ The library is under [MIT license](https://github.com/ccxt/ccxt/blob/master/LICE
|
|
|
178
178
|
|---------------------------------------------------------------------------------------------------------------------------------------|-------------|---------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------:|-------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|
|
|
179
179
|
| [](https://grvt.io/?ref=WBLS9D1) | grvt | [GRVT](https://grvt.io/?ref=WBLS9D1) | [](https://api-docs.grvt.io/) |  | | [](https://ccxt.pro) |
|
|
180
180
|
| [](https://app.hyperliquid.xyz/) | hyperliquid | [Hyperliquid](https://app.hyperliquid.xyz/) | [](https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api) |  | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
|
181
|
+
| [](app.lighter.xyz/?referral=715955W9) | lighter | [Lighter](app.lighter.xyz/?referral=715955W9) | [](https://apidocs.lighter.xyz/) |  | | [](https://ccxt.pro) |
|
|
181
182
|
| [](https://app.pacifica.fi?referral=ccxt) | pacifica | [Pacifica](https://app.pacifica.fi?referral=ccxt) | [](https://docs.pacifica.fi/api-documentation/api/rest-api) |  | | [](https://ccxt.pro) |
|
|
182
183
|
<!--- end list -->
|
|
183
184
|
|
|
@@ -240,13 +241,13 @@ console.log(version, Object.keys(exchanges));
|
|
|
240
241
|
|
|
241
242
|
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
|
242
243
|
|
|
243
|
-
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.5.
|
|
244
|
-
* unpkg: https://unpkg.com/ccxt@4.5.
|
|
244
|
+
* jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.5.50/dist/ccxt.browser.min.js
|
|
245
|
+
* unpkg: https://unpkg.com/ccxt@4.5.50/dist/ccxt.browser.min.js
|
|
245
246
|
|
|
246
247
|
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.
|
|
247
248
|
|
|
248
249
|
```HTML
|
|
249
|
-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.5.
|
|
250
|
+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.5.50/dist/ccxt.browser.min.js"></script>
|
|
250
251
|
```
|
|
251
252
|
|
|
252
253
|
Creates a global `ccxt` object:
|