Skip to content

Commit

Permalink
1.17.565
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Nov 30, 2018
1 parent 3511bf7 commit 69766a4
Show file tree
Hide file tree
Showing 21 changed files with 76 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The ccxt library currently supports the following 132 cryptocurrency exchange ma
|![bitfinex2](https://user-images.githubusercontent.com/1294454/27766244-e328a50c-5ed2-11e7-947b-041416579bb3.jpg) | bitfinex2 | [Bitfinex v2](https://www.bitfinex.com) | | 2 | [API](https://bitfinex.readme.io/v2/docs) | British Virgin Islands |
|![bitflyer](https://user-images.githubusercontent.com/1294454/28051642-56154182-660e-11e7-9b0d-6042d1e6edd8.jpg) | bitflyer | [bitFlyer](https://bitflyer.jp) | | 1 | [API](https://bitflyer.jp/API) | Japan |
|![bitforex](https://user-images.githubusercontent.com/1294454/44310033-69e9e600-a3d8-11e8-873d-54d74d1bc4e4.jpg) | bitforex | [Bitforex](https://www.bitforex.com/registered?inviterId=1867438) | | 1 | [API](https://github.com/bitforexapi/API_Docs/wiki) | China |
|![bithumb](https://user-images.githubusercontent.com/1294454/30597177-ea800172-9d5e-11e7-804c-b9d4fa9b56b0.jpg) | bithumb | [Bithumb](https://www.bithumb.com) | | * | [API](https://www.bithumb.com/u1/US127) | South Korea |
|![bithumb](https://user-images.githubusercontent.com/1294454/30597177-ea800172-9d5e-11e7-804c-b9d4fa9b56b0.jpg) | bithumb | [Bithumb](https://www.bithumb.com) | | * | [API](https://apidocs.bithumb.com) | South Korea |
|![bitibu](https://user-images.githubusercontent.com/1294454/45444675-c9ce6680-b6d0-11e8-95ab-3e749a940de1.jpg) | bitibu | [Bitibu](https://bitibu.com) | | 2 | [API](https://bitibu.com/documents/api_v2) | Cyprus |
|![bitkk](https://user-images.githubusercontent.com/1294454/32859187-cd5214f0-ca5e-11e7-967d-96568e2e2bd1.jpg) | bitkk | [bitkk](https://vip.zb.com/user/register?recommendCode=bn070u) | | 1 | [API](https://www.bitkk.com/i/developer) | China |
|![bitlish](https://user-images.githubusercontent.com/1294454/27766275-dcfc6c30-5ed3-11e7-839d-00a846385d0b.jpg) | bitlish | [Bitlish](https://bitlish.com) | | 1 | [API](https://bitlish.com/api) | UK, EU, Russia |
Expand Down
17 changes: 14 additions & 3 deletions build/ccxt.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Exchange = require ('./js/base/Exchange')
//-----------------------------------------------------------------------------
// this is updated by vss.js when building

const version = '1.17.564'
const version = '1.17.565'

Exchange.ccxtVersion = version

Expand Down Expand Up @@ -10954,7 +10954,7 @@ module.exports = class bitforex extends Exchange {
// ---------------------------------------------------------------------------

const Exchange = require ('./base/Exchange');
const { ExchangeError, AuthenticationError } = require ('./base/errors');
const { ExchangeError, ExchangeNotAvailable, AuthenticationError, BadRequest, PermissionDenied, InvalidAddress } = require ('./base/errors');

// ---------------------------------------------------------------------------

Expand All @@ -10977,7 +10977,7 @@ module.exports = class bithumb extends Exchange {
'private': 'https://api.bithumb.com',
},
'www': 'https://www.bithumb.com',
'doc': 'https://www.bithumb.com/u1/US127',
'doc': 'https://apidocs.bithumb.com',
},
'api': {
'public': {
Expand Down Expand Up @@ -11016,7 +11016,18 @@ module.exports = class bithumb extends Exchange {
},
},
'exceptions': {
'Bad Request(SSL)': BadRequest,
'Bad Request(Bad Method)': BadRequest,
'Bad Request.(Auth Data)': AuthenticationError, // { "status": "5100", "message": "Bad Request.(Auth Data)" }
'Not Member': AuthenticationError,
'Invalid Apikey': AuthenticationError, // {"status":"5300","message":"Invalid Apikey"}
'Method Not Allowed.(Access IP)': PermissionDenied,
'Method Not Allowed.(BTC Adress)': InvalidAddress,
'Method Not Allowed.(Access)': PermissionDenied,
'Database Fail': ExchangeNotAvailable,
'Invalid Parameter': BadRequest,
'5600': ExchangeError,
'Unknown Error': ExchangeError,
'After May 23th, recent_transactions is no longer, hence users will not be able to connect to recent_transactions': ExchangeError, // {"status":"5100","message":"After May 23th, recent_transactions is no longer, hence users will not be able to connect to recent_transactions"}
},
});
Expand Down
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 Exchange = require ('./js/base/Exchange')
//-----------------------------------------------------------------------------
// this is updated by vss.js when building

const version = '1.17.564'
const version = '1.17.565'

Exchange.ccxtVersion = version

Expand Down
2 changes: 1 addition & 1 deletion doc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The ccxt library currently supports the following 132 cryptocurrency exchange ma
+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+------------------------------------------+
| |bitforex| | bitforex | `Bitforex <https://www.bitforex.com/registered?inviterId=1867438>`__ | | 1 | `API <https://github.com/bitforexapi/API_Docs/wiki>`__ | China |
+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+------------------------------------------+
| |bithumb| | bithumb | `Bithumb <https://www.bithumb.com>`__ | | \* | `API <https://www.bithumb.com/u1/US127>`__ | South Korea |
| |bithumb| | bithumb | `Bithumb <https://www.bithumb.com>`__ | | \* | `API <https://apidocs.bithumb.com>`__ | South Korea |
+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+------------------------------------------+
| |bitibu| | bitibu | `Bitibu <https://bitibu.com>`__ | | 2 | `API <https://bitibu.com/documents/api_v2>`__ | Cyprus |
+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion doc/exchanges-by-country.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ The ccxt library currently supports the following cryptocurrency exchange market
+--------------------------+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+
| South Korea | |bibox| | bibox | `Bibox <https://www.bibox.com/signPage?id=11114745&lang=en>`__ | | 1 | `API <https://github.com/Biboxcom/api_reference/wiki/home_en>`__ |
+--------------------------+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+
| South Korea | |bithumb| | bithumb | `Bithumb <https://www.bithumb.com>`__ | | \* | `API <https://www.bithumb.com/u1/US127>`__ |
| South Korea | |bithumb| | bithumb | `Bithumb <https://www.bithumb.com>`__ | | \* | `API <https://apidocs.bithumb.com>`__ |
+--------------------------+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+
| South Korea | |coinexchange| | coinexchange | `CoinExchange <https://www.coinexchange.io>`__ | | \* | `API <https://coinexchangeio.github.io/slate/>`__ |
+--------------------------+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion doc/exchanges.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The ccxt library currently supports the following 132 cryptocurrency exchange ma
+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+------------------------------------------+
| |bitforex| | bitforex | `Bitforex <https://www.bitforex.com/registered?inviterId=1867438>`__ | | 1 | `API <https://github.com/bitforexapi/API_Docs/wiki>`__ | China |
+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+------------------------------------------+
| |bithumb| | bithumb | `Bithumb <https://www.bithumb.com>`__ | | \* | `API <https://www.bithumb.com/u1/US127>`__ | South Korea |
| |bithumb| | bithumb | `Bithumb <https://www.bithumb.com>`__ | | \* | `API <https://apidocs.bithumb.com>`__ | South Korea |
+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+------------------------------------------+
| |bitibu| | bitibu | `Bitibu <https://bitibu.com>`__ | | 2 | `API <https://bitibu.com/documents/api_v2>`__ | Cyprus |
+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion doc/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The ccxt library currently supports the following 132 cryptocurrency exchange ma
+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+------------------------------------------+
| |bitforex| | bitforex | `Bitforex <https://www.bitforex.com/registered?inviterId=1867438>`__ | | 1 | `API <https://github.com/bitforexapi/API_Docs/wiki>`__ | China |
+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+------------------------------------------+
| |bithumb| | bithumb | `Bithumb <https://www.bithumb.com>`__ | | \* | `API <https://www.bithumb.com/u1/US127>`__ | South Korea |
| |bithumb| | bithumb | `Bithumb <https://www.bithumb.com>`__ | | \* | `API <https://apidocs.bithumb.com>`__ | South Korea |
+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+------------------------------------------+
| |bitibu| | bitibu | `Bitibu <https://bitibu.com>`__ | | 2 | `API <https://bitibu.com/documents/api_v2>`__ | Cyprus |
+----------------------+--------------------+-----------------------------------------------------------------------------------------+----------------------------------------------------------------------+-------+-----------------------------------------------------------------------------------------------------+------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccxt",
"version": "1.17.564",
"version": "1.17.565",
"description": "A JavaScript / Python / PHP cryptocurrency trading library with support for 100+ exchanges",
"main": "./ccxt.js",
"unpkg": "build/ccxt.browser.js",
Expand Down
4 changes: 2 additions & 2 deletions php/Exchange.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
use kornrunner\Secp256k1;
use kornrunner\Solidity;

$version = '1.17.564';
$version = '1.17.565';

// rounding mode
const TRUNCATE = 0;
Expand All @@ -50,7 +50,7 @@

class Exchange {

const VERSION = '1.17.564';
const VERSION = '1.17.565';

public static $eth_units = array (
'wei' => '1',
Expand Down
Loading

0 comments on commit 69766a4

Please sign in to comment.