Skip to content

Commit

Permalink
1.10.746
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Jan 17, 2018
1 parent dbaac75 commit ca54634
Show file tree
Hide file tree
Showing 21 changed files with 127 additions and 81 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The ccxt library currently supports the following 98 cryptocurrency exchange mar
|![poloniex](https://user-images.githubusercontent.com/1294454/27766817-e9456312-5ee6-11e7-9b3c-b628ca5626a5.jpg) | poloniex | [Poloniex](https://poloniex.com) | * | [API](https://poloniex.com/support/api/) | US |
|![qryptos](https://user-images.githubusercontent.com/1294454/30953915-b1611dc0-a436-11e7-8947-c95bd5a42086.jpg) | qryptos | [QRYPTOS](https://www.qryptos.com) | 2 | [API](https://developers.quoine.com) | China, Taiwan |
|![quadrigacx](https://user-images.githubusercontent.com/1294454/27766825-98a6d0de-5ee7-11e7-9fa4-38e11a2c6f52.jpg) | quadrigacx | [QuadrigaCX](https://www.quadrigacx.com) | 2 | [API](https://www.quadrigacx.com/api_info) | Canada |
|![quoine](https://user-images.githubusercontent.com/1294454/27766844-9615a4e8-5ee8-11e7-8814-fcd004db8cdd.jpg) | quoine | [QUOINE](https://www.quoine.com) | 2 | [API](https://developers.quoine.com) | Japan, Singapore, Vietnam |
|![quoinex](https://user-images.githubusercontent.com/1294454/35047114-0e24ad4a-fbaa-11e7-96a9-69c1a756083b.jpg) | quoinex | [QUOINEX](https://quoinex.com/) | 2 | [API](https://developers.quoine.com) | Japan, Singapore, Vietnam |
|![southxchange](https://user-images.githubusercontent.com/1294454/27838912-4f94ec8a-60f6-11e7-9e5d-bbf9bd50a559.jpg) | southxchange | [SouthXchange](https://www.southxchange.com) | * | [API](https://www.southxchange.com/Home/Api) | Argentina |
|![surbitcoin](https://user-images.githubusercontent.com/1294454/27991511-f0a50194-6481-11e7-99b5-8f02932424cc.jpg) | surbitcoin | [SurBitcoin](https://surbitcoin.com) | 1 | [API](https://blinktrade.com/docs) | Venezuela |
|![therock](https://user-images.githubusercontent.com/1294454/27766869-75057fa2-5ee9-11e7-9a6f-13e641fa4707.jpg) | therock | [TheRockTrading](https://therocktrading.com) | 1 | [API](https://api.therocktrading.com/doc/v1/index.html) | Malta |
Expand Down
77 changes: 46 additions & 31 deletions build/ccxt.browser.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ccxt.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ declare module 'ccxt' {
export class poloniex extends Exchange {}
export class qryptos extends Exchange {}
export class quadrigacx extends Exchange {}
export class quoine extends qryptos {}
export class quoinex extends qryptos {}
export class southxchange extends Exchange {}
export class surbitcoin extends foxbit {}
export class therock extends Exchange {}
Expand Down
4 changes: 2 additions & 2 deletions ccxt.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const errors = require ('./js/base/errors')
//-----------------------------------------------------------------------------
// this is updated by vss.js when building

const version = '1.10.745'
const version = '1.10.746'

Exchange.ccxtVersion = version

Expand Down Expand Up @@ -127,7 +127,7 @@ const exchanges = {
'poloniex': require ('./js/poloniex.js'),
'qryptos': require ('./js/qryptos.js'),
'quadrigacx': require ('./js/quadrigacx.js'),
'quoine': require ('./js/quoine.js'),
'quoinex': require ('./js/quoinex.js'),
'southxchange': require ('./js/southxchange.js'),
'surbitcoin': require ('./js/surbitcoin.js'),
'therock': require ('./js/therock.js'),
Expand Down
4 changes: 2 additions & 2 deletions doc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ The ccxt library currently supports the following 98 cryptocurrency exchange mar
+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+--------------------------------------------+
| |quadrigacx| | quadrigacx | `QuadrigaCX <https://www.quadrigacx.com>`__ | 2 | `API <https://www.quadrigacx.com/api_info>`__ | Canada |
+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+--------------------------------------------+
| |quoine| | quoine | `QUOINE <https://www.quoine.com>`__ | 2 | `API <https://developers.quoine.com>`__ | Japan, Singapore, Vietnam |
| |quoinex| | quoinex | `QUOINEX <https://quoinex.com/>`__ | 2 | `API <https://developers.quoine.com>`__ | Japan, Singapore, Vietnam |
+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+--------------------------------------------+
| |southxchange| | southxchange | `SouthXchange <https://www.southxchange.com>`__ | \* | `API <https://www.southxchange.com/Home/Api>`__ | Argentina |
+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+--------------------------------------------+
Expand Down Expand Up @@ -617,7 +617,7 @@ Thank you!
.. |poloniex| image:: https://user-images.githubusercontent.com/1294454/27766817-e9456312-5ee6-11e7-9b3c-b628ca5626a5.jpg
.. |qryptos| image:: https://user-images.githubusercontent.com/1294454/30953915-b1611dc0-a436-11e7-8947-c95bd5a42086.jpg
.. |quadrigacx| image:: https://user-images.githubusercontent.com/1294454/27766825-98a6d0de-5ee7-11e7-9fa4-38e11a2c6f52.jpg
.. |quoine| image:: https://user-images.githubusercontent.com/1294454/27766844-9615a4e8-5ee8-11e7-8814-fcd004db8cdd.jpg
.. |quoinex| image:: https://user-images.githubusercontent.com/1294454/35047114-0e24ad4a-fbaa-11e7-96a9-69c1a756083b.jpg
.. |southxchange| image:: https://user-images.githubusercontent.com/1294454/27838912-4f94ec8a-60f6-11e7-9e5d-bbf9bd50a559.jpg
.. |surbitcoin| image:: https://user-images.githubusercontent.com/1294454/27991511-f0a50194-6481-11e7-99b5-8f02932424cc.jpg
.. |therock| image:: https://user-images.githubusercontent.com/1294454/27766869-75057fa2-5ee9-11e7-9a6f-13e641fa4707.jpg
Expand Down
8 changes: 4 additions & 4 deletions doc/exchanges-by-country.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The ccxt library currently supports the following cryptocurrency exchange market
+----------------------------+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+
| Japan | |coinexchange| | coinexchange | `CoinExchange <https://www.coinexchange.io>`__ | \* | `API <https://coinexchangeio.github.io/slate/>`__ |
+----------------------------+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+
| Japan | |quoine| | quoine | `QUOINE <https://www.quoine.com>`__ | 2 | `API <https://developers.quoine.com>`__ |
| Japan | |quoinex| | quoinex | `QUOINEX <https://quoinex.com/>`__ | 2 | `API <https://developers.quoine.com>`__ |
+----------------------------+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+
| Japan | |zaif| | zaif | `Zaif <https://zaif.jp>`__ | 1 | `API <http://techbureau-api-document.readthedocs.io/ja/latest/index.html>`__ |
+----------------------------+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -186,7 +186,7 @@ The ccxt library currently supports the following cryptocurrency exchange market
+----------------------------+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+
| Singapore | |luno| | luno | `luno <https://www.luno.com>`__ | 1 | `API <https://www.luno.com/en/api>`__ |
+----------------------------+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+
| Singapore | |quoine| | quoine | `QUOINE <https://www.quoine.com>`__ | 2 | `API <https://developers.quoine.com>`__ |
| Singapore | |quoinex| | quoinex | `QUOINEX <https://quoinex.com/>`__ | 2 | `API <https://developers.quoine.com>`__ |
+----------------------------+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+
| South Africa | |luno| | luno | `luno <https://www.luno.com>`__ | 1 | `API <https://www.luno.com/en/api>`__ |
+----------------------------+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -282,7 +282,7 @@ The ccxt library currently supports the following cryptocurrency exchange market
+----------------------------+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+
| Vietnam | |coinexchange| | coinexchange | `CoinExchange <https://www.coinexchange.io>`__ | \* | `API <https://coinexchangeio.github.io/slate/>`__ |
+----------------------------+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+
| Vietnam | |quoine| | quoine | `QUOINE <https://www.quoine.com>`__ | 2 | `API <https://developers.quoine.com>`__ |
| Vietnam | |quoinex| | quoinex | `QUOINEX <https://quoinex.com/>`__ | 2 | `API <https://developers.quoine.com>`__ |
+----------------------------+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+
| Vietnam | |vbtc| | vbtc | `VBTC <https://vbtc.exchange>`__ | 1 | `API <https://blinktrade.com/docs>`__ |
+----------------------------+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -340,7 +340,7 @@ The ccxt library currently supports the following cryptocurrency exchange market
.. |binance| image:: https://user-images.githubusercontent.com/1294454/29604020-d5483cdc-87ee-11e7-94c7-d1a8d9169293.jpg
.. |bitflyer| image:: https://user-images.githubusercontent.com/1294454/28051642-56154182-660e-11e7-9b0d-6042d1e6edd8.jpg
.. |btcbox| image:: https://user-images.githubusercontent.com/1294454/31275803-4df755a8-aaa1-11e7-9abb-11ec2fad9f2d.jpg
.. |quoine| image:: https://user-images.githubusercontent.com/1294454/27766844-9615a4e8-5ee8-11e7-8814-fcd004db8cdd.jpg
.. |quoinex| image:: https://user-images.githubusercontent.com/1294454/35047114-0e24ad4a-fbaa-11e7-96a9-69c1a756083b.jpg
.. |zaif| image:: https://user-images.githubusercontent.com/1294454/27766927-39ca2ada-5eeb-11e7-972f-1b4199518ca6.jpg
.. |therock| image:: https://user-images.githubusercontent.com/1294454/27766869-75057fa2-5ee9-11e7-9a6f-13e641fa4707.jpg
.. |bitso| image:: https://user-images.githubusercontent.com/1294454/27766335-715ce7aa-5ed5-11e7-88a8-173a27bb30fe.jpg
Expand Down
4 changes: 2 additions & 2 deletions doc/exchanges.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ The ccxt library currently supports the following 98 cryptocurrency exchange mar
+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+--------------------------------------------+
| |quadrigacx| | quadrigacx | `QuadrigaCX <https://www.quadrigacx.com>`__ | 2 | `API <https://www.quadrigacx.com/api_info>`__ | Canada |
+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+--------------------------------------------+
| |quoine| | quoine | `QUOINE <https://www.quoine.com>`__ | 2 | `API <https://developers.quoine.com>`__ | Japan, Singapore, Vietnam |
| |quoinex| | quoinex | `QUOINEX <https://quoinex.com/>`__ | 2 | `API <https://developers.quoine.com>`__ | Japan, Singapore, Vietnam |
+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+--------------------------------------------+
| |southxchange| | southxchange | `SouthXchange <https://www.southxchange.com>`__ | \* | `API <https://www.southxchange.com/Home/Api>`__ | Argentina |
+------------------------+----------------------+----------------------------------------------------------------+-------+---------------------------------------------------------------------------------------------------+--------------------------------------------+
Expand Down Expand Up @@ -286,7 +286,7 @@ The ccxt library currently supports the following 98 cryptocurrency exchange mar
.. |poloniex| image:: https://user-images.githubusercontent.com/1294454/27766817-e9456312-5ee6-11e7-9b3c-b628ca5626a5.jpg
.. |qryptos| image:: https://user-images.githubusercontent.com/1294454/30953915-b1611dc0-a436-11e7-8947-c95bd5a42086.jpg
.. |quadrigacx| image:: https://user-images.githubusercontent.com/1294454/27766825-98a6d0de-5ee7-11e7-9fa4-38e11a2c6f52.jpg
.. |quoine| image:: https://user-images.githubusercontent.com/1294454/27766844-9615a4e8-5ee8-11e7-8814-fcd004db8cdd.jpg
.. |quoinex| image:: https://user-images.githubusercontent.com/1294454/35047114-0e24ad4a-fbaa-11e7-96a9-69c1a756083b.jpg
.. |southxchange| image:: https://user-images.githubusercontent.com/1294454/27838912-4f94ec8a-60f6-11e7-9e5d-bbf9bd50a559.jpg
.. |surbitcoin| image:: https://user-images.githubusercontent.com/1294454/27991511-f0a50194-6481-11e7-99b5-8f02932424cc.jpg
.. |therock| image:: https://user-images.githubusercontent.com/1294454/27766869-75057fa2-5ee9-11e7-9a6f-13e641fa4707.jpg
Expand Down
Loading

0 comments on commit ca54634

Please sign in to comment.