ccxt-ir 4.9.3 → 4.9.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # CCXT – CryptoCurrency eXchange Trading Library
2
2
 
3
- [![NPM Downloads](https://img.shields.io/npm/dy/ccxt.svg)](https://www.npmjs.com/package/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) [![NuGet version](https://img.shields.io/nuget/v/ccxt)](https://www.nuget.org/packages/ccxt) [![GoDoc](https://pkg.go.dev/badge/github.com/ccxt/ccxt/go/v4?utm_source=godoc)](https://godoc.org/github.com/ccxt/ccxt/go/v4) [![Discord](https://img.shields.io/discord/690203284119617602?logo=discord&logoColor=white)](https://discord.gg/ccxt) [![Supported Exchanges](https://img.shields.io/badge/exchanges-136-blue.svg)](https://github.com/ccxt/ccxt/wiki/Exchange-Markets) [![Follow CCXT at x.com](https://img.shields.io/twitter/follow/ccxt_official.svg?style=social&label=CCXT)](https://x.com/ccxt_official)
3
+ [![NPM Downloads](https://img.shields.io/npm/dy/ccxt.svg)](https://www.npmjs.com/package/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) [![NuGet version](https://img.shields.io/nuget/v/ccxt)](https://www.nuget.org/packages/ccxt) [![GoDoc](https://pkg.go.dev/badge/github.com/ccxt/ccxt/go/v4?utm_source=godoc)](https://godoc.org/github.com/ccxt/ccxt/go/v4) [![Discord](https://img.shields.io/discord/690203284119617602?logo=discord&logoColor=white)](https://discord.gg/ccxt) [![Supported Exchanges](https://img.shields.io/badge/exchanges-137-blue.svg)](https://github.com/ccxt/ccxt/wiki/Exchange-Markets) [![Follow CCXT at x.com](https://img.shields.io/twitter/follow/ccxt_official.svg?style=social&label=CCXT)](https://x.com/ccxt_official)
4
4
 
5
5
  A `JavaScript` / `Python` / `PHP` / `C#` / `Go` library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs.
6
6
 
@@ -243,20 +243,20 @@ console.log(version, Object.keys(exchanges));
243
243
  All-in-one browser bundle (dependencies included), served from a CDN of your choice:
244
244
 
245
245
  <<<<<<< HEAD
246
- * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.9.3/dist/ccxt.browser.min.js
247
- * unpkg: https://unpkg.com/ccxt@4.9.3/dist/ccxt.browser.min.js
246
+ * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.9.4/dist/ccxt.browser.min.js
247
+ * unpkg: https://unpkg.com/ccxt@4.9.4/dist/ccxt.browser.min.js
248
248
  =======
249
- * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.9.3/dist/ccxt.browser.min.js
250
- * unpkg: https://unpkg.com/ccxt@4.9.3/dist/ccxt.browser.min.js
249
+ * jsDelivr: https://cdn.jsdelivr.net/npm/ccxt@4.9.4/dist/ccxt.browser.min.js
250
+ * unpkg: https://unpkg.com/ccxt@4.9.4/dist/ccxt.browser.min.js
251
251
  >>>>>>> master
252
252
 
253
253
  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.
254
254
 
255
255
  ```HTML
256
256
  <<<<<<< HEAD
257
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.9.3/dist/ccxt.browser.min.js"></script>
257
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.9.4/dist/ccxt.browser.min.js"></script>
258
258
  =======
259
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.9.3/dist/ccxt.browser.min.js"></script>
259
+ <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ccxt@4.9.4/dist/ccxt.browser.min.js"></script>
260
260
  >>>>>>> master
261
261
  console.log (ccxt.exchanges) // print all available exchanges
262
262
  ```