Skip to content

Commit

Permalink
1.10.349
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Dec 10, 2017
1 parent 25e46f9 commit 23f9de8
Show file tree
Hide file tree
Showing 17 changed files with 406 additions and 406 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The ccxt library currently supports the following 93 cryptocurrency exchange mar
|![gateio](https://user-images.githubusercontent.com/1294454/31784029-0313c702-b509-11e7-9ccc-bc0da6a0e435.jpg) | gateio | [Gate.io](https://gate.io/) | 2 | [API](https://gate.io/api2) | China |
|![gdax](https://user-images.githubusercontent.com/1294454/27766527-b1be41c6-5edb-11e7-95f6-5b496c469e2c.jpg) | gdax | [GDAX](https://www.gdax.com) | * | [API](https://docs.gdax.com) | US |
|![gemini](https://user-images.githubusercontent.com/1294454/27816857-ce7be644-6096-11e7-82d6-3c257263229c.jpg) | gemini | [Gemini](https://gemini.com) | 1 | [API](https://docs.gemini.com/rest-api) | US |
|![getbtc](https://user-images.githubusercontent.com/1294454/33801902-03c43462-dd7b-11e7-992e-077e4cd015b9.jpg) | getbtc | [GetBTC](https://getbtc.org) | * | [API](https://getbtc.org/api-docs.php) | Saint Vincent and the Grenadines, Russia|
|![getbtc](https://user-images.githubusercontent.com/1294454/33801902-03c43462-dd7b-11e7-992e-077e4cd015b9.jpg) | getbtc | [GetBTC](https://getbtc.org) | * | [API](https://getbtc.org/api-docs.php) | St. Vincent & Grenadines, Russia |
|![hitbtc](https://user-images.githubusercontent.com/1294454/27766555-8eaec20e-5edc-11e7-9c5b-6dc69fc42f5e.jpg) | hitbtc | [HitBTC](https://hitbtc.com) | 1 | [API](https://github.com/hitbtc-com/hitbtc-api/blob/master/APIv1.md) | Hong Kong |
|![hitbtc2](https://user-images.githubusercontent.com/1294454/27766555-8eaec20e-5edc-11e7-9c5b-6dc69fc42f5e.jpg) | hitbtc2 | [HitBTC v2](https://hitbtc.com) | 2 | [API](https://api.hitbtc.com) | Hong Kong |
|![huobi](https://user-images.githubusercontent.com/1294454/27766569-15aa7b9a-5edd-11e7-9e7f-44791f4ee49c.jpg) | huobi | [Huobi](https://www.huobi.com) | 3 | [API](https://github.com/huobiapi/API_Docs_en/wiki) | China |
Expand Down
4 changes: 2 additions & 2 deletions build/ccxt.browser.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.348'
const version = '1.10.349'

Exchange.ccxtVersion = version

Expand Down
2 changes: 1 addition & 1 deletion ccxt.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

namespace ccxt;

$version = '1.10.348';
$version = '1.10.349';

const CLASSES_DIR = __DIR__ . DIRECTORY_SEPARATOR . 'php' . DIRECTORY_SEPARATOR;

Expand Down
4 changes: 2 additions & 2 deletions doc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The ccxt library currently supports the following 93 cryptocurrency exchange mar
+------------------------+----------------------+----------------------------------------------------------------+-------+--------------------------------------------------------------------------------------------------+--------------------------------------------+
| |gemini| | gemini | `Gemini <https://gemini.com>`__ | 1 | `API <https://docs.gemini.com/rest-api>`__ | US |
+------------------------+----------------------+----------------------------------------------------------------+-------+--------------------------------------------------------------------------------------------------+--------------------------------------------+
| |getbtc| | getbtc | `GetBTC <https://getbtc.org>`__ | \* | `API <https://getbtc.org/api-docs.php>`__ | Saint Vincent and the Grenadines, Russia |
| |getbtc| | getbtc | `GetBTC <https://getbtc.org>`__ | \* | `API <https://getbtc.org/api-docs.php>`__ | St. Vincent & Grenadines, Russia |
+------------------------+----------------------+----------------------------------------------------------------+-------+--------------------------------------------------------------------------------------------------+--------------------------------------------+
| |hitbtc| | hitbtc | `HitBTC <https://hitbtc.com>`__ | 1 | `API <https://github.com/hitbtc-com/hitbtc-api/blob/master/APIv1.md>`__ | Hong Kong |
+------------------------+----------------------+----------------------------------------------------------------+-------+--------------------------------------------------------------------------------------------------+--------------------------------------------+
Expand Down Expand Up @@ -493,7 +493,7 @@ Please read the `CONTRIBUTING <https://github.com/ccxt/ccxt/blob/master/CONTRIBU
:target: https://npm.runkit.com/ccxt
.. |Gitter| image:: https://badges.gitter.im/ccxt-dev/ccxt.svg
:target: https://gitter.im/ccxt-dev/ccxt?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
.. |Supported Exchanges| image:: https://img.shields.io/badge/exchanges-92-blue.svg
.. |Supported Exchanges| image:: https://img.shields.io/badge/exchanges-93-blue.svg
:target: https://github.com/ccxt/ccxt/wiki/Exchange-Markets
.. |_1broker| image:: https://user-images.githubusercontent.com/1294454/27766021-420bd9fc-5ecb-11e7-8ed6-56d0081efed2.jpg
.. |_1btcxe| image:: https://user-images.githubusercontent.com/1294454/27766049-2b294408-5ecc-11e7-85cc-adaff013dc1a.jpg
Expand Down
Loading

0 comments on commit 23f9de8

Please sign in to comment.