|
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/dhzSKYU) [](https://github.com/ccxt/ccxt/wiki/Exchange-Markets) [](https://opencollective.com/ccxt) |
| 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/dhzSKYU) [](https://github.com/ccxt/ccxt/wiki/Exchange-Markets) [](https://opencollective.com/ccxt) |
4 | 4 | [](https://twitter.com/ccxt_official)
|
5 | 5 |
|
6 | 6 | A JavaScript / Python / PHP library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs.
|
@@ -42,14 +42,15 @@ Current feature list:
|
42 | 42 | | [](https://currency.com/trading/signup?c=362jaimv&pid=referral) | currencycom | [Currency.com](https://currency.com/trading/signup?c=362jaimv&pid=referral) | 1 | [API](https://currency.com/api) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
43 | 43 | | [](https://eterbase.exchange/invite/1wjjh4Pe) | eterbase | [Eterbase](https://eterbase.exchange/invite/1wjjh4Pe) | 1 | [API](https://developers.eterbase.exchange) | [](https://github.com/ccxt/ccxt/wiki/Certification) | |
|
44 | 44 | | [](https://ftx.com/#a=1623029) | ftx | [FTX](https://ftx.com/#a=1623029) | * | [API](https://github.com/ftexchange/ftx) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
| 45 | +| [](https://gopax.co.kr) | gopax | [Gopax](https://gopax.co.kr) | 1 | [API](https://gopax.github.io/API/index.en.html) | [](https://github.com/ccxt/ccxt/wiki/Certification) | | |
45 | 46 | | [](https://idex.io) | idex | [IDEX](https://idex.io) | 2 | [API](https://docs.idex.io/) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
46 | 47 | | [](https://www.kraken.com) | kraken | [Kraken](https://www.kraken.com) | 0 | [API](https://www.kraken.com/features/api) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
47 | 48 | | [](https://waves.exchange) | wavesexchange | [Waves.Exchange](https://waves.exchange) | * | [API](https://docs.waves.exchange) | [](https://github.com/ccxt/ccxt/wiki/Certification) | |
|
48 | 49 | | [](https://xena.exchange) | xena | [Xena Exchange](https://xena.exchange) | * | [API](https://support.xena.exchange/support/solutions/44000808700) | [](https://github.com/ccxt/ccxt/wiki/Certification) | |
|
49 | 50 |
|
50 | 51 | ## Supported Cryptocurrency Exchange Markets
|
51 | 52 |
|
52 |
| -The CCXT library currently supports the following 124 cryptocurrency exchange markets and trading APIs: |
| 53 | +The CCXT library currently supports the following 125 cryptocurrency exchange markets and trading APIs: |
53 | 54 |
|
54 | 55 | | logo | id | name | ver | doc | certified | pro |
|
55 | 56 | |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------|-----------------------------------------------------------------------------------------|:---:|:-------------------------------------------------------------------------------------------:|-----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|
|
@@ -126,6 +127,7 @@ The CCXT library currently supports the following 124 cryptocurrency exchange ma
|
126 | 127 | | [](https://ftx.com/#a=1623029) | ftx | [FTX](https://ftx.com/#a=1623029) | * | [API](https://github.com/ftexchange/ftx) | [](https://github.com/ccxt/ccxt/wiki/Certification) | [](https://ccxt.pro) |
|
127 | 128 | | [](https://www.gate.io/signup/2436035) | gateio | [Gate.io](https://www.gate.io/signup/2436035) | 2 | [API](https://gate.io/api2) | | [](https://ccxt.pro) |
|
128 | 129 | | [](https://gemini.com/) | gemini | [Gemini](https://gemini.com/) | 1 | [API](https://docs.gemini.com/rest-api) | | |
|
| 130 | +| [](https://gopax.co.kr) | gopax | [Gopax](https://gopax.co.kr) | 1 | [API](https://gopax.github.io/API/index.en.html) | [](https://github.com/ccxt/ccxt/wiki/Certification) | | |
129 | 131 | | [](https://www.hbtc.com/register/O2S8NS) | hbtc | [HBTC](https://www.hbtc.com/register/O2S8NS) | 1 | [API](https://github.com/bhexopen/BHEX-OpenApi/tree/master/doc) | | |
|
130 | 132 | | [](https://hitbtc.com/?ref_id=5a5d39a65d466) | hitbtc | [HitBTC](https://hitbtc.com/?ref_id=5a5d39a65d466) | 2 | [API](https://api.hitbtc.com) | | [](https://ccxt.pro) |
|
131 | 133 | | [](https://pro.hollaex.com/signup?affiliation_code=QSWA6G) | hollaex | [HollaEx](https://pro.hollaex.com/signup?affiliation_code=QSWA6G) | 1 | [API](https://apidocs.hollaex.com) | | |
|
@@ -224,13 +226,13 @@ console.log (ccxt.exchanges) // print all available exchanges
|
224 | 226 |
|
225 | 227 | All-in-one browser bundle (dependencies included), served from a CDN of your choice:
|
226 | 228 |
|
227 |
| -* jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].54/dist/ccxt.browser.js |
228 |
| -* unpkg: https://unpkg.com/[email protected].54/dist/ccxt.browser.js |
| 229 | +* jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].55/dist/ccxt.browser.js |
| 230 | +* unpkg: https://unpkg.com/[email protected].55/dist/ccxt.browser.js |
229 | 231 |
|
230 | 232 | 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.
|
231 | 233 |
|
232 | 234 | ```HTML
|
233 |
| -< script type= "text/javascript" src= "https://cdn.jsdelivr.net/npm/[email protected].54/dist/ccxt.browser.js"></ script> |
| 235 | +< script type= "text/javascript" src= "https://cdn.jsdelivr.net/npm/[email protected].55/dist/ccxt.browser.js"></ script> |
234 | 236 | ```
|
235 | 237 |
|
236 | 238 | Creates a global `ccxt` object:
|
|
0 commit comments