Skip to content

Commit 7b3ae9c

Browse files
author
Travis CI
committed
3.1.6
[ci skip]
1 parent 846986a commit 7b3ae9c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+6860
-2153
lines changed

CHANGELOG.md

-1,862
Large diffs are not rendered by default.

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The CCXT library currently supports the following 101 cryptocurrency exchange ma
148148
| [![paymium](https://user-images.githubusercontent.com/51840849/87153930-f0f02200-c2c0-11ea-9c0a-40337375ae89.jpg)](https://www.paymium.com/page/sign-up?referral=eDAzPoRQFMvaAB8sf-qj) | paymium | [Paymium](https://www.paymium.com/page/sign-up?referral=eDAzPoRQFMvaAB8sf-qj) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://github.com/Paymium/api-documentation) | | |
149149
| [![phemex](https://user-images.githubusercontent.com/1294454/85225056-221eb600-b3d7-11ea-930d-564d2690e3f6.jpg)](https://phemex.com/register?referralCode=EDNVJ) | phemex | [Phemex](https://phemex.com/register?referralCode=EDNVJ) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://github.com/phemex/phemex-api-docs) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
150150
| [![poloniex](https://user-images.githubusercontent.com/1294454/27766817-e9456312-5ee6-11e7-9b3c-b628ca5626a5.jpg)](https://poloniex.com/signup?c=UBFZJRPJ) | poloniex | [Poloniex](https://poloniex.com/signup?c=UBFZJRPJ) | [![API Version *](https://img.shields.io/badge/*-lightgray)](https://docs.poloniex.com) | | |
151-
| [![poloniexfutures](https://user-images.githubusercontent.com/1294454/27766817-e9456312-5ee6-11e7-9b3c-b628ca5626a5.jpg)](https://poloniex.com/signup?c=UBFZJRPJ) | poloniexfutures | [Poloniex Futures](https://poloniex.com/signup?c=UBFZJRPJ) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://futures-docs.poloniex.com) | | |
151+
| [![poloniexfutures](https://user-images.githubusercontent.com/1294454/27766817-e9456312-5ee6-11e7-9b3c-b628ca5626a5.jpg)](https://poloniex.com/signup?c=UBFZJRPJ) | poloniexfutures | [Poloniex Futures](https://poloniex.com/signup?c=UBFZJRPJ) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://futures-docs.poloniex.com) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
152152
| [![probit](https://user-images.githubusercontent.com/51840849/79268032-c4379480-7ea2-11ea-80b3-dd96bb29fd0d.jpg)](https://www.probit.com/r/34608773) | probit | [ProBit](https://www.probit.com/r/34608773) | [![API Version 1](https://img.shields.io/badge/1-lightgray)](https://docs-en.probit.com) | | [![CCXT Pro](https://img.shields.io/badge/CCXT-Pro-black)](https://ccxt.pro) |
153153
| [![stex](https://user-images.githubusercontent.com/1294454/69680782-03fd0b80-10bd-11ea-909e-7f603500e9cc.jpg)](https://app.stex.com?ref=36416021) | stex | [STEX](https://app.stex.com?ref=36416021) | [![API Version 3](https://img.shields.io/badge/3-lightgray)](https://apidocs.stex.com/) | | |
154154
| [![tidex](https://user-images.githubusercontent.com/1294454/30781780-03149dc4-a12e-11e7-82bb-313b269d24d4.jpg)](https://tidex.com/exchange) | tidex | [Tidex](https://tidex.com/exchange) | [![API Version 3](https://img.shields.io/badge/3-lightgray)](https://tidex.com/exchange/public-api) | | |
@@ -219,13 +219,13 @@ console.log(version, Object.keys(exchanges));
219219

220220
All-in-one browser bundle (dependencies included), served from a CDN of your choice:
221221

222-
* jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].5/dist/ccxt.browser.js
223-
* unpkg: https://unpkg.com/[email protected].5/dist/ccxt.browser.js
222+
* jsDelivr: https://cdn.jsdelivr.net/npm/[email protected].6/dist/ccxt.browser.js
223+
* unpkg: https://unpkg.com/[email protected].6/dist/ccxt.browser.js
224224

225225
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.
226226

227227
```HTML
228-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].5/dist/ccxt.browser.js"></script>
228+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected].6/dist/ccxt.browser.js"></script>
229229
```
230230

231231
Creates a global `ccxt` object:

0 commit comments

Comments
 (0)