|
1 | 1 | # CCXT – CryptoCurrency eXchange Trading Library
|
2 | 2 |
|
3 |
| -[](https://travis-ci.com/ccxt/ccxt) [](https://npmjs.com/package/ccxt) [](https://pypi.python.org/pypi/ccxt) [](https://www.npmjs.com/package/ccxt) [](https://discord.gg/ccxt) [](https://github.com/ccxt/ccxt/wiki/Exchange-Markets) [](https://twitter.com/ccxt_official) |
| 3 | +[](https://travis-ci.com/ccxt/ccxt) [](https://npmjs.com/package/ccxt) [](https://pypi.python.org/pypi/ccxt) [](https://www.npmjs.com/package/ccxt) [](https://discord.gg/ccxt) [](https://github.com/ccxt/ccxt/wiki/Exchange-Markets) [](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 Exchange Markets
|
60 | 60 |
|
61 |
| -The CCXT library currently supports the following 99 cryptocurrency exchange markets and trading APIs: |
| 61 | +The CCXT library currently supports the following 98 cryptocurrency exchange markets and trading APIs: |
62 | 62 |
|
63 | 63 | | logo | id | name | ver | certified | pro |
|
64 | 64 | |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------|---------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------:|-----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|
|
@@ -95,7 +95,6 @@ The CCXT library currently supports the following 99 cryptocurrency exchange mar
|
95 | 95 | | [](https://blockchain.com) | blockchaincom | [Blockchain.com](https://blockchain.com) | [](https://api.blockchain.com/v3) | | [](https://ccxt.pro) |
|
96 | 96 | | [](https://btc-alpha.com/?r=123788) | btcalpha | [BTC-Alpha](https://btc-alpha.com/?r=123788) | [](https://btc-alpha.github.io/api-docs) | | |
|
97 | 97 | | [](https://www.btcbox.co.jp/) | btcbox | [BtcBox](https://www.btcbox.co.jp/) | [](https://blog.btcbox.jp/en/archives/8762) | | |
|
98 |
| -| [](https://www.btcex.com/en-us/register?i=48biatg1) | btcex | [BTCEX](https://www.btcex.com/en-us/register?i=48biatg1) | [](https://docs.btcex.com/) | | [](https://ccxt.pro) | |
99 | 98 | | [](https://btcmarkets.net) | btcmarkets | [BTC Markets](https://btcmarkets.net) | [](https://api.btcmarkets.net/doc/v3) | | |
|
100 | 99 | | [](https://btc-trade.com.ua/registration/22689) | btctradeua | [BTC Trade UA](https://btc-trade.com.ua/registration/22689) | [](https://docs.google.com/document/d/1ocYA0yMy_RXd561sfG3qEPZ80kyll36HUxvCRe5GbhE/edit) | | |
|
101 | 100 | | [](https://www.btcturk.com) | btcturk | [BTCTurk](https://www.btcturk.com) | [](https://github.com/BTCTrader/broker-api-docs) | | |
|
@@ -218,13 +217,13 @@ console.log(version, Object.keys(exchanges));
|
218 | 217 |
|
219 | 218 | All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
220 | 219 |
|
221 |
| -* jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].51/dist/ccxt.browser.js |
222 |
| -* unpkg: https://unpkg.com/[email protected].51/dist/ccxt.browser.js |
| 220 | +* jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].52/dist/ccxt.browser.js |
| 221 | +* unpkg: https://unpkg.com/[email protected].52/dist/ccxt.browser.js |
223 | 222 |
|
224 | 223 | 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.
|
225 | 224 |
|
226 | 225 | ```HTML
|
227 |
| -< script type= "text/javascript" src= "https://cdn.jsdelivr.net/npm/[email protected].51/dist/ccxt.browser.js"></ script> |
| 226 | +< script type= "text/javascript" src= "https://cdn.jsdelivr.net/npm/[email protected].52/dist/ccxt.browser.js"></ script> |
228 | 227 | ```
|
229 | 228 |
|
230 | 229 | Creates a global `ccxt` object:
|
|
0 commit comments