-
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
Oct 5, 2021
1 parent
69a8ebf
commit 6c79620
Showing
31 changed files
with
95 additions
and
88 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 |
---|---|---|
|
@@ -75,7 +75,7 @@ The CCXT library currently supports the following 108 cryptocurrency exchange ma | |
| [![bitbank](https://user-images.githubusercontent.com/1294454/37808081-b87f2d9c-2e59-11e8-894d-c1900b7584fe.jpg)](https://bitbank.cc/) | bitbank | [bitbank](https://bitbank.cc/) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://docs.bitbank.cc/) | | | | ||
| [![bitbay](https://user-images.githubusercontent.com/1294454/27766132-978a7bd8-5ece-11e7-9540-bc96d1e9bbb8.jpg)](https://auth.bitbay.net/ref/jHlbB4mIkdS1) | bitbay | [BitBay](https://auth.bitbay.net/ref/jHlbB4mIkdS1) | [![API Version *](https://img.shields.io/badge/*-lightgray)](https://bitbay.net/public-api) | | | | ||
| [![bitbns](https://user-images.githubusercontent.com/1294454/117201933-e7a6e780-adf5-11eb-9d80-98fc2a21c3d6.jpg)](https://ref.bitbns.com/1090961) | bitbns | [Bitbns](https://ref.bitbns.com/1090961) | [![API Version *](https://img.shields.io/badge/*-lightgray)](https://bitbns.com/trade/#/api-trading/) | | | | ||
| [![bitcoincom](https://user-images.githubusercontent.com/1294454/97296144-514fa300-1861-11eb-952b-3d55d492200b.jpg)](https://exchange.bitcoin.com/referral/da948b21d6c92d69) | bitcoincom | [bitcoin.com](https://exchange.bitcoin.com/referral/da948b21d6c92d69) | [![API Version 2](https://img.shields.io/badge/2-lightgray)](https://api.exchange.bitcoin.com/api/2/explore) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) | | ||
| [![bitcoincom](https://user-images.githubusercontent.com/1294454/97296144-514fa300-1861-11eb-952b-3d55d492200b.jpg)](https://fmfw.io/referral/da948b21d6c92d69) | bitcoincom | [bitcoin.com](https://fmfw.io/referral/da948b21d6c92d69) | [![API Version 2](https://img.shields.io/badge/2-lightgray)](https://api.fmfw.io/api/2/explore/) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) | | ||
| [![bitfinex](https://user-images.githubusercontent.com/1294454/27766244-e328a50c-5ed2-11e7-947b-041416579bb3.jpg)](https://www.bitfinex.com/?refcode=P61eYxFL) | bitfinex | [Bitfinex](https://www.bitfinex.com/?refcode=P61eYxFL) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://docs.bitfinex.com/v1/docs) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) | | ||
| [![bitfinex2](https://user-images.githubusercontent.com/1294454/27766244-e328a50c-5ed2-11e7-947b-041416579bb3.jpg)](https://www.bitfinex.com/?refcode=P61eYxFL) | bitfinex2 | [Bitfinex](https://www.bitfinex.com/?refcode=P61eYxFL) | [![API Version 2](https://img.shields.io/badge/2-lightgray)](https://docs.bitfinex.com/v2/docs/) | | | | ||
| [![bitflyer](https://user-images.githubusercontent.com/1294454/28051642-56154182-660e-11e7-9b0d-6042d1e6edd8.jpg)](https://bitflyer.com) | bitflyer | [bitFlyer](https://bitflyer.com) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://lightning.bitflyer.com/docs?lang=en) | | | | ||
|
@@ -220,13 +220,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].51/dist/ccxt.browser.js | ||
* unpkg: https://unpkg.com/[email protected].51/dist/ccxt.browser.js | ||
* jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].52/dist/ccxt.browser.js | ||
* unpkg: https://unpkg.com/[email protected].52/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].51/dist/ccxt.browser.js"></script> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].52/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
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
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 |
---|---|---|
|
@@ -635,13 +635,13 @@ The CCXT library currently supports the following 108 cryptocurrency exchange ma | |
- | ||
- | ||
* - .. image:: https://user-images.githubusercontent.com/1294454/97296144-514fa300-1861-11eb-952b-3d55d492200b.jpg | ||
:target: https://exchange.bitcoin.com/referral/da948b21d6c92d69 | ||
:target: https://fmfw.io/referral/da948b21d6c92d69 | ||
:alt: bitcoincom | ||
|
||
- bitcoincom | ||
- `bitcoin.com <https://exchange.bitcoin.com/referral/da948b21d6c92d69>`__ | ||
- `bitcoin.com <https://fmfw.io/referral/da948b21d6c92d69>`__ | ||
- .. image:: https://img.shields.io/badge/2-lightgray | ||
:target: https://api.exchange.bitcoin.com/api/2/explore | ||
:target: https://api.fmfw.io/api/2/explore/ | ||
:alt: API Version 2 | ||
|
||
- | ||
|
@@ -1928,14 +1928,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].51/dist/ccxt.browser.js | ||
* unpkg: https://unpkg.com/[email protected].51/dist/ccxt.browser.js | ||
* jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].52/dist/ccxt.browser.js | ||
* unpkg: https://unpkg.com/[email protected].52/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-block:: HTML | ||
|
||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].51/dist/ccxt.browser.js"></script> | ||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].52/dist/ccxt.browser.js"></script> | ||
|
||
Creates a global ``ccxt`` object: | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.