Skip to content

Commit

Permalink
1.14.299
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Jun 29, 2018
1 parent 652095e commit 0dd7fea
Show file tree
Hide file tree
Showing 287 changed files with 381 additions and 381 deletions.
190 changes: 95 additions & 95 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 Exchange = require ('./js/base/Exchange')
//-----------------------------------------------------------------------------
// this is updated by vss.js when building

const version = '1.14.298'
const version = '1.14.299'

Exchange.ccxtVersion = version

Expand Down
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.14.298",
"version": "1.14.299",
"description": "A JavaScript / Python / PHP cryptocurrency trading library with support for 100+ exchanges",
"main": "./ccxt.js",
"unpkg": "build/ccxt.browser.js",
Expand Down
2 changes: 1 addition & 1 deletion php/Exchange.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

namespace ccxt;

$version = '1.14.298';
$version = '1.14.299';

// rounding mode
const TRUNCATE = 0;
Expand Down
2 changes: 1 addition & 1 deletion php/_1broker.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => '_1broker',
'name' => '1Broker',
'countries' => 'US',
'countries' => array ( 'US' ),
'rateLimit' => 1500,
'version' => 'v2',
'has' => array (
Expand Down
2 changes: 1 addition & 1 deletion php/_1btcxe.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => '_1btcxe',
'name' => '1BTCXE',
'countries' => 'PA', // Panama
'countries' => array ( 'PA' ), // Panama
'comment' => 'Crypto Capital API',
'has' => array (
'CORS' => true,
Expand Down
2 changes: 1 addition & 1 deletion php/acx.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'acx',
'name' => 'ACX',
'countries' => 'AU',
'countries' => array ( 'AU' ),
'rateLimit' => 1000,
'version' => 'v2',
'has' => array (
Expand Down
2 changes: 1 addition & 1 deletion php/allcoin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'allcoin',
'name' => 'Allcoin',
'countries' => 'CA',
'countries' => array ( 'CA' ),
'has' => array (
'CORS' => false,
),
Expand Down
2 changes: 1 addition & 1 deletion php/anybits.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'anybits',
'name' => 'Anybits',
'countries' => 'IE', // Ireland
'countries' => array ( 'IE' ), // Ireland
'has' => array (
'fetchCurrencies' => true,
'fetchTickers' => true,
Expand Down
2 changes: 1 addition & 1 deletion php/binance.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'binance',
'name' => 'Binance',
'countries' => 'JP', // Japan
'countries' => array ( 'JP' ), // Japan
'rateLimit' => 500,
// new metainfo interface
'has' => array (
Expand Down
2 changes: 1 addition & 1 deletion php/bit2c.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bit2c',
'name' => 'Bit2C',
'countries' => 'IL', // Israel
'countries' => array ( 'IL' ), // Israel
'rateLimit' => 3000,
'has' => array (
'CORS' => false,
Expand Down
2 changes: 1 addition & 1 deletion php/bitbank.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bitbank',
'name' => 'bitbank',
'countries' => 'JP',
'countries' => array ( 'JP' ),
'version' => 'v1',
'has' => array (
'fetchOHLCV' => true,
Expand Down
2 changes: 1 addition & 1 deletion php/bitfinex.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bitfinex',
'name' => 'Bitfinex',
'countries' => 'VG',
'countries' => array ( 'VG' ),
'version' => 'v1',
'rateLimit' => 1500,
// new metainfo interface
Expand Down
2 changes: 1 addition & 1 deletion php/bitfinex2.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bitfinex2',
'name' => 'Bitfinex v2',
'countries' => 'VG',
'countries' => array ( 'VG' ),
'version' => 'v2',
// new metainfo interface
'has' => array (
Expand Down
2 changes: 1 addition & 1 deletion php/bitflyer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bitflyer',
'name' => 'bitFlyer',
'countries' => 'JP',
'countries' => array ( 'JP' ),
'version' => 'v1',
'rateLimit' => 1000, // their nonce-timestamp is in seconds...
'has' => array (
Expand Down
2 changes: 1 addition & 1 deletion php/bithumb.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bithumb',
'name' => 'Bithumb',
'countries' => 'KR', // South Korea
'countries' => array ( 'KR' ), // South Korea
'rateLimit' => 500,
'has' => array (
'CORS' => true,
Expand Down
2 changes: 1 addition & 1 deletion php/bitmex.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bitmex',
'name' => 'BitMEX',
'countries' => 'SC', // Seychelles
'countries' => array ( 'SC' ), // Seychelles
'version' => 'v1',
'userAgent' => null,
'rateLimit' => 2000,
Expand Down
2 changes: 1 addition & 1 deletion php/bitsane.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bitsane',
'name' => 'Bitsane',
'countries' => 'IE', // Ireland
'countries' => array ( 'IE' ), // Ireland
'has' => array (
'fetchCurrencies' => true,
'fetchTickers' => true,
Expand Down
2 changes: 1 addition & 1 deletion php/bitso.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bitso',
'name' => 'Bitso',
'countries' => 'MX', // Mexico
'countries' => array ( 'MX' ), // Mexico
'rateLimit' => 2000, // 30 requests per minute
'version' => 'v3',
'has' => array (
Expand Down
2 changes: 1 addition & 1 deletion php/bitstamp.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bitstamp',
'name' => 'Bitstamp',
'countries' => 'GB',
'countries' => array ( 'GB' ),
'rateLimit' => 1000,
'version' => 'v2',
'has' => array (
Expand Down
2 changes: 1 addition & 1 deletion php/bitstamp1.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bitstamp1',
'name' => 'Bitstamp v1',
'countries' => 'GB',
'countries' => array ( 'GB' ),
'rateLimit' => 1000,
'version' => 'v1',
'has' => array (
Expand Down
2 changes: 1 addition & 1 deletion php/bittrex.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bittrex',
'name' => 'Bittrex',
'countries' => 'US',
'countries' => array ( 'US' ),
'version' => 'v1.1',
'rateLimit' => 1500,
// new metainfo interface
Expand Down
2 changes: 1 addition & 1 deletion php/bitz.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bitz',
'name' => 'Bit-Z',
'countries' => 'HK',
'countries' => array ( 'HK' ),
'rateLimit' => 2000,
'version' => 'v1',
'userAgent' => $this->userAgents['chrome'],
Expand Down
2 changes: 1 addition & 1 deletion php/bleutrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bleutrade',
'name' => 'Bleutrade',
'countries' => 'BR', // Brazil
'countries' => array ( 'BR' ), // Brazil
'rateLimit' => 1000,
'version' => 'v2',
'has' => array (
Expand Down
2 changes: 1 addition & 1 deletion php/braziliex.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'braziliex',
'name' => 'Braziliex',
'countries' => 'BR',
'countries' => array ( 'BR' ),
'rateLimit' => 1000,
'has' => array (
'fetchCurrencies' => true,
Expand Down
2 changes: 1 addition & 1 deletion php/btcbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'btcbox',
'name' => 'BtcBox',
'countries' => 'JP',
'countries' => array ( 'JP' ),
'rateLimit' => 1000,
'version' => 'v1',
'has' => array (
Expand Down
2 changes: 1 addition & 1 deletion php/btcchina.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'btcchina',
'name' => 'BTCChina',
'countries' => 'CN',
'countries' => array ( 'CN' ),
'rateLimit' => 1500,
'version' => 'v1',
'has' => array (
Expand Down
2 changes: 1 addition & 1 deletion php/btcexchange.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'btcexchange',
'name' => 'BTCExchange',
'countries' => 'PH', // Philippines
'countries' => array ( 'PH' ), // Philippines
'rateLimit' => 1500,
'has' => array (
'CORS' => false,
Expand Down
2 changes: 1 addition & 1 deletion php/btcmarkets.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'btcmarkets',
'name' => 'BTC Markets',
'countries' => 'AU', // Australia
'countries' => array ( 'AU' ), // Australia
'rateLimit' => 1000, // market data cached for 1 second (trades cached for 2 seconds)
'has' => array (
'CORS' => false,
Expand Down
2 changes: 1 addition & 1 deletion php/btctradeim.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'btctradeim',
'name' => 'BtcTrade.im',
'countries' => 'HK',
'countries' => array ( 'HK' ),
'urls' => array (
'logo' => 'https://user-images.githubusercontent.com/1294454/36770531-c2142444-1c5b-11e8-91e2-a4d90dc85fe8.jpg',
'api' => array (
Expand Down
2 changes: 1 addition & 1 deletion php/btctradeua.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'btctradeua',
'name' => 'BTC Trade UA',
'countries' => 'UA', // Ukraine,
'countries' => array ( 'UA' ), // Ukraine,
'rateLimit' => 3000,
'has' => array (
'CORS' => true,
Expand Down
2 changes: 1 addition & 1 deletion php/btcturk.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'btcturk',
'name' => 'BTCTurk',
'countries' => 'TR', // Turkey
'countries' => array ( 'TR' ), // Turkey
'rateLimit' => 1000,
'has' => array (
'CORS' => true,
Expand Down
2 changes: 1 addition & 1 deletion php/bxinth.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'bxinth',
'name' => 'BX.in.th',
'countries' => 'TH', // Thailand
'countries' => array ( 'TH' ), // Thailand
'rateLimit' => 1500,
'has' => array (
'CORS' => false,
Expand Down
2 changes: 1 addition & 1 deletion php/chbtc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'chbtc',
'name' => 'CHBTC',
'countries' => 'CN',
'countries' => array ( 'CN' ),
'rateLimit' => 1000,
'version' => 'v1',
'has' => array (
Expand Down
2 changes: 1 addition & 1 deletion php/chilebit.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'chilebit',
'name' => 'ChileBit',
'countries' => 'CL',
'countries' => array ( 'CL' ),
'has' => array (
'CORS' => false,
),
Expand Down
2 changes: 1 addition & 1 deletion php/cobinhood.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'cobinhood',
'name' => 'COBINHOOD',
'countries' => 'TW',
'countries' => array ( 'TW' ),
'rateLimit' => 1000 / 10,
'has' => array (
'fetchCurrencies' => true,
Expand Down
2 changes: 1 addition & 1 deletion php/coinbase.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'coinbase',
'name' => 'coinbase',
'countries' => 'US',
'countries' => array ( 'US' ),
'rateLimit' => 400, // 10k calls per hour
'version' => 'v2',
'userAgent' => $this->userAgents['chrome'],
Expand Down
2 changes: 1 addition & 1 deletion php/coinex.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function describe () {
'id' => 'coinex',
'name' => 'CoinEx',
'version' => 'v1',
'countries' => 'CN',
'countries' => array ( 'CN' ),
'rateLimit' => 1000,
'has' => array (
'fetchTickers' => true,
Expand Down
2 changes: 1 addition & 1 deletion php/coinfalcon.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'coinfalcon',
'name' => 'CoinFalcon',
'countries' => 'GB',
'countries' => array ( 'GB' ),
'rateLimit' => 1000,
'has' => array (
'fetchTickers' => true,
Expand Down
2 changes: 1 addition & 1 deletion php/coinfloor.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function describe () {
'id' => 'coinfloor',
'name' => 'coinfloor',
'rateLimit' => 1000,
'countries' => 'UK',
'countries' => array ( 'UK' ),
'has' => array (
'CORS' => false,
'fetchOpenOrders' => true,
Expand Down
2 changes: 1 addition & 1 deletion php/coinmarketcap.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function describe () {
'name' => 'CoinMarketCap',
'rateLimit' => 10000,
'version' => 'v1',
'countries' => 'US',
'countries' => array ( 'US' ),
'has' => array (
'CORS' => true,
'privateAPI' => false,
Expand Down
2 changes: 1 addition & 1 deletion php/coinnest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'coinnest',
'name' => 'coinnest',
'countries' => 'KR',
'countries' => array ( 'KR' ),
'rateLimit' => 1000,
'has' => array (
'fetchOpenOrders' => true,
Expand Down
2 changes: 1 addition & 1 deletion php/coinone.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'coinone',
'name' => 'CoinOne',
'countries' => 'KR', // Korea
'countries' => array ( 'KR' ), // Korea
'rateLimit' => 667,
'version' => 'v2',
'has' => array (
Expand Down
2 changes: 1 addition & 1 deletion php/coinsecure.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'coinsecure',
'name' => 'Coinsecure',
'countries' => 'IN', // India
'countries' => array ( 'IN' ), // India
'rateLimit' => 1000,
'version' => 'v1',
'has' => array (
Expand Down
2 changes: 1 addition & 1 deletion php/coinspot.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function describe () {
return array_replace_recursive (parent::describe (), array (
'id' => 'coinspot',
'name' => 'CoinSpot',
'countries' => 'AU', // Australia
'countries' => array ( 'AU' ), // Australia
'rateLimit' => 1000,
'has' => array (
'CORS' => false,
Expand Down
Loading

0 comments on commit 0dd7fea

Please sign in to comment.