-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci skip]
- Loading branch information
Travis CI
committed
Mar 7, 2020
1 parent
e3d4600
commit de459f5
Showing
23 changed files
with
49 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,8 +128,8 @@ The ccxt library currently supports the following 123 cryptocurrency exchange ma | |
|[![hitbtc](https://user-images.githubusercontent.com/1294454/27766555-8eaec20e-5edc-11e7-9c5b-6dc69fc42f5e.jpg)](https://hitbtc.com/?ref_id=5a5d39a65d466) | hitbtc | [HitBTC](https://hitbtc.com/?ref_id=5a5d39a65d466) | 1 | [API](https://github.com/hitbtc-com/hitbtc-api/blob/master/APIv1.md) | | | | ||
|[![hitbtc2](https://user-images.githubusercontent.com/1294454/27766555-8eaec20e-5edc-11e7-9c5b-6dc69fc42f5e.jpg)](https://hitbtc.com/?ref_id=5a5d39a65d466) | hitbtc2 | [HitBTC](https://hitbtc.com/?ref_id=5a5d39a65d466) | 2 | [API](https://api.hitbtc.com) | | | | ||
|[![hollaex](https://user-images.githubusercontent.com/1294454/75841031-ca375180-5ddd-11ea-8417-b975674c23cb.jpg)](https://pro.hollaex.com/signup?affiliation_code=QSWA6G) | hollaex | [HollaEx](https://pro.hollaex.com/signup?affiliation_code=QSWA6G) | 1 | [API](https://apidocs.hollaex.com) | | | | ||
|[![huobipro](https://user-images.githubusercontent.com/1294454/27766569-15aa7b9a-5edd-11e7-9e7f-44791f4ee49c.jpg)](https://www.huobi.co/en-us/topic/invited/?invite_code=rwrd3) | huobipro | [Huobi Pro](https://www.huobi.co/en-us/topic/invited/?invite_code=rwrd3) | 1 | [API](https://huobiapi.github.io/docs/spot/v1/cn/) | | | | ||
|[![huobiru](https://user-images.githubusercontent.com/1294454/52978816-e8552e00-33e3-11e9-98ed-845acfece834.jpg)](https://www.huobi.com.ru/invite?invite_code=esc74) | huobiru | [Huobi Russia](https://www.huobi.com.ru/invite?invite_code=esc74) | 1 | [API](https://github.com/cloudapidoc/API_Docs_en) | | | | ||
|[![huobipro](https://user-images.githubusercontent.com/1294454/76137448-22748a80-604e-11ea-8069-6e389271911d.jpg)](https://www.huobi.co/en-us/topic/invited/?invite_code=rwrd3) | huobipro | [Huobi Pro](https://www.huobi.co/en-us/topic/invited/?invite_code=rwrd3) | 1 | [API](https://huobiapi.github.io/docs/spot/v1/cn/) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro)| | ||
|[![huobiru](https://user-images.githubusercontent.com/1294454/52978816-e8552e00-33e3-11e9-98ed-845acfece834.jpg)](https://www.huobi.com.ru/invite?invite_code=esc74) | huobiru | [Huobi Russia](https://www.huobi.com.ru/invite?invite_code=esc74) | 1 | [API](https://github.com/cloudapidoc/API_Docs_en) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro)| | ||
|[![ice3x](https://user-images.githubusercontent.com/1294454/38012176-11616c32-3269-11e8-9f05-e65cf885bb15.jpg)](https://ice3x.com?ref=14341802) | ice3x | [ICE3X](https://ice3x.com?ref=14341802) | 1 | [API](https://ice3x.co.za/ice-cubed-bitcoin-exchange-api-documentation-1-june-2017) | | | | ||
|[![idex](https://user-images.githubusercontent.com/1294454/63693236-3415e380-c81c-11e9-8600-ba1634f1407d.jpg)](https://idex.market) | idex | [IDEX](https://idex.market) | * | [API](https://docs.idex.market/) | [![CCXT Certified](https://img.shields.io/badge/CCXT-Certified-green.svg)](https://github.com/ccxt/ccxt/wiki/Certification) | | | ||
|[![independentreserve](https://user-images.githubusercontent.com/1294454/30521662-cf3f477c-9bcb-11e7-89bc-d1ac85012eda.jpg)](https://www.independentreserve.com) | independentreserve | [Independent Reserve](https://www.independentreserve.com) | * | [API](https://www.independentreserve.com/API) | | | | ||
|
@@ -221,13 +221,13 @@ console.log (ccxt.exchanges) // print all available exchanges | |
|
||
All-in-one browser bundle (dependencies included), served from a CDN of your choice: | ||
|
||
* jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].71/dist/ccxt.browser.js | ||
* unpkg: https://unpkg.com/[email protected].71/dist/ccxt.browser.js | ||
* jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].72/dist/ccxt.browser.js | ||
* unpkg: https://unpkg.com/[email protected].72/dist/ccxt.browser.js | ||
|
||
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. | ||
|
||
```HTML | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].71/dist/ccxt.browser.js"></script> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].72/dist/ccxt.browser.js"></script> | ||
``` | ||
|
||
Creates a global `ccxt` object: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -220,9 +220,9 @@ The ccxt library currently supports the following 123 cryptocurrency exchange ma | |
+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+---------------------------------+ | ||
| `hollaex <https://pro.hollaex.com/signup?affiliation_code=QSWA6G>`__ | hollaex | `HollaEx <https://pro.hollaex.com/signup?affiliation_code=QSWA6G>`__ | 1 | `API <https://apidocs.hollaex.com>`__ | | | | ||
+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+---------------------------------+ | ||
| `huobipro <https://www.huobi.co/en-us/topic/invited/?invite_code=rwrd3>`__ | huobipro | `Huobi Pro <https://www.huobi.co/en-us/topic/invited/?invite_code=rwrd3>`__ | 1 | `API <https://huobiapi.github.io/docs/spot/v1/cn/>`__ | | | | ||
| `huobipro <https://www.huobi.co/en-us/topic/invited/?invite_code=rwrd3>`__ | huobipro | `Huobi Pro <https://www.huobi.co/en-us/topic/invited/?invite_code=rwrd3>`__ | 1 | `API <https://huobiapi.github.io/docs/spot/v1/cn/>`__ | | `CCXT Pro <https://ccxt.pro>`__ | | ||
+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+---------------------------------+ | ||
| `huobiru <https://www.huobi.com.ru/invite?invite_code=esc74>`__ | huobiru | `Huobi Russia <https://www.huobi.com.ru/invite?invite_code=esc74>`__ | 1 | `API <https://github.com/cloudapidoc/API_Docs_en>`__ | | | | ||
| `huobiru <https://www.huobi.com.ru/invite?invite_code=esc74>`__ | huobiru | `Huobi Russia <https://www.huobi.com.ru/invite?invite_code=esc74>`__ | 1 | `API <https://github.com/cloudapidoc/API_Docs_en>`__ | | `CCXT Pro <https://ccxt.pro>`__ | | ||
+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+---------------------------------+ | ||
| `ice3x <https://ice3x.com?ref=14341802>`__ | ice3x | `ICE3X <https://ice3x.com?ref=14341802>`__ | 1 | `API <https://ice3x.co.za/ice-cubed-bitcoin-exchange-api-documentation-1-june-2017>`__ | | | | ||
+-------------------------------------------------------------------------------------------+--------------------+--------------------------------------------------------------------------------------------+-----+-------------------------------------------------------------------------------------------------+----------------------------------------------------------------------+---------------------------------+ | ||
|
@@ -362,14 +362,14 @@ JavaScript (for use with the ``<script>`` tag): | |
|
||
All-in-one browser bundle (dependencies included), served from a CDN of your choice: | ||
|
||
- jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].71/dist/ccxt.browser.js | ||
- unpkg: https://unpkg.com/[email protected].71/dist/ccxt.browser.js | ||
- jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].72/dist/ccxt.browser.js | ||
- unpkg: https://unpkg.com/[email protected].72/dist/ccxt.browser.js | ||
|
||
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. | ||
|
||
.. code:: html | ||
|
||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].71/dist/ccxt.browser.js"></script> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].72/dist/ccxt.browser.js"></script> | ||
|
||
Creates a global ``ccxt`` object: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,14 +62,14 @@ JavaScript (for use with the ``<script>`` tag): | |
|
||
All-in-one browser bundle (dependencies included), served from a CDN of your choice: | ||
|
||
- jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].71/dist/ccxt.browser.js | ||
- unpkg: https://unpkg.com/[email protected].71/dist/ccxt.browser.js | ||
- jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].72/dist/ccxt.browser.js | ||
- unpkg: https://unpkg.com/[email protected].72/dist/ccxt.browser.js | ||
|
||
You can obtain a live-updated version of the bundle by removing the version number from the URL (the ``@a.b.c`` thing) — however, we do not recommend to do that, as it may break your app eventually. Also, please keep in mind that we are not responsible for the correct operation of those CDN servers. | ||
|
||
.. code:: html | ||
|
||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].71/dist/ccxt.browser.js"></script> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].72/dist/ccxt.browser.js"></script> | ||
|
||
Creates a global ``ccxt`` object: | ||
|
||
|
Oops, something went wrong.