Skip to content

Commit

Permalink
1.1.82
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Jun 28, 2022
1 parent 4856b97 commit 318c567
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 3,236 deletions.
2 changes: 1 addition & 1 deletion ccxt.pro.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const ccxt = require ('ccxt')
//-----------------------------------------------------------------------------
// this is updated by vss.js when building

const version = '1.1.81'
const version = '1.1.82'

// Exchange.ccxtVersion = version

Expand Down
38 changes: 32 additions & 6 deletions dist/ccxt.pro.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ccxt = require ('ccxt')
//-----------------------------------------------------------------------------
// this is updated by vss.js when building

const version = '1.1.81'
const version = '1.1.82'

// Exchange.ccxtVersion = version

Expand Down Expand Up @@ -34666,7 +34666,7 @@ const Exchange = require ('./js/base/Exchange')
//-----------------------------------------------------------------------------
// this is updated by vss.js when building

const version = '1.89.1'
const version = '1.89.16'

Exchange.ccxtVersion = version

Expand Down Expand Up @@ -125834,7 +125834,7 @@ module.exports = class cryptocom extends Exchange {
//
const result = this.safeValue (response, 'result', {});
const data = this.safeValue (result, 'data', []);
return this.filterByArray (data, 'symbol', symbols);
return this.parseTickers (data, symbols);
}

async fetchTicker (symbol, params = {}) {
Expand Down Expand Up @@ -170860,7 +170860,7 @@ module.exports = class kucoin extends Exchange {
'delete': {
'withdrawals/{withdrawalId}': 1,
'orders': 20, // 3/3s = 1/s => cost = 20/1
'orders/client-order/{clientOid}': 1,
'order/client-order/{clientOid}': 1,
'orders/{orderId}': 1, // rateLimit: 60/3s = 20/s => cost = 1
'margin/lend/{orderId}': 1,
'stop-order/cancelOrderByClientOid': 1,
Expand Down Expand Up @@ -171998,7 +171998,7 @@ module.exports = class kucoin extends Exchange {
if (stop) {
method = 'privateDeleteStopOrderCancelOrderByClientOid';
} else {
method = 'privateDeleteOrdersClientOrderClientOid';
method = 'privateDeleteOrderClientOrderClientOid';
}
} else {
if (stop) {
Expand Down Expand Up @@ -212294,6 +212294,7 @@ module.exports = class poloniex extends Exchange {
'fetchCurrencies': true,
'fetchDepositAddress': true,
'fetchDeposits': true,
'fetchMarginMode': false,
'fetchMarkets': true,
'fetchMyTrades': true,
'fetchOHLCV': true,
Expand All @@ -212304,6 +212305,7 @@ module.exports = class poloniex extends Exchange {
'fetchOrderBooks': true,
'fetchOrderTrades': true, // true endpoint for trades of a single open or closed order
'fetchPosition': true,
'fetchPositionMode': false,
'fetchTicker': true,
'fetchTickers': true,
'fetchTrades': true,
Expand Down Expand Up @@ -214217,6 +214219,7 @@ module.exports = class probit extends Exchange {
'fetchIndexOHLCV': false,
'fetchLeverage': false,
'fetchLeverageTiers': false,
'fetchMarginMode': false,
'fetchMarkets': true,
'fetchMarkOHLCV': false,
'fetchMyTrades': true,
Expand All @@ -214226,6 +214229,7 @@ module.exports = class probit extends Exchange {
'fetchOrder': true,
'fetchOrderBook': true,
'fetchPosition': false,
'fetchPositionMode': false,
'fetchPositions': false,
'fetchPositionsRisk': false,
'fetchPremiumIndexOHLCV': false,
Expand Down Expand Up @@ -215743,6 +215747,7 @@ module.exports = class qtrade extends Exchange {
'fetchIndexOHLCV': false,
'fetchLeverage': false,
'fetchLeverageTiers': false,
'fetchMarginMode': false,
'fetchMarkets': true,
'fetchMarkOHLCV': false,
'fetchMyTrades': true,
Expand All @@ -215753,6 +215758,7 @@ module.exports = class qtrade extends Exchange {
'fetchOrderBook': true,
'fetchOrders': true,
'fetchPosition': false,
'fetchPositionMode': false,
'fetchPositions': false,
'fetchPositionsRisk': false,
'fetchPremiumIndexOHLCV': false,
Expand Down Expand Up @@ -217601,6 +217607,7 @@ module.exports = class ripio extends Exchange {
'fetchIndexOHLCV': false,
'fetchLeverage': false,
'fetchLeverageTiers': false,
'fetchMarginMode': false,
'fetchMarkOHLCV': false,
'fetchMyTrades': true,
'fetchOpenInterestHistory': false,
Expand All @@ -217609,6 +217616,7 @@ module.exports = class ripio extends Exchange {
'fetchOrderBook': true,
'fetchOrders': true,
'fetchPosition': false,
'fetchPositionMode': false,
'fetchPositions': false,
'fetchPositionsRisk': false,
'fetchPremiumIndexOHLCV': false,
Expand Down Expand Up @@ -241690,12 +241698,14 @@ module.exports = class tidebit extends Exchange {
'fetchIndexOHLCV': false,
'fetchLeverage': false,
'fetchLeverageTiers': false,
'fetchMarginMode': false,
'fetchMarkets': true,
'fetchMarkOHLCV': false,
'fetchOHLCV': true,
'fetchOpenInterestHistory': false,
'fetchOrderBook': true,
'fetchPosition': false,
'fetchPositionMode': false,
'fetchPositions': false,
'fetchPositionsRisk': false,
'fetchPremiumIndexOHLCV': false,
Expand Down Expand Up @@ -242447,6 +242457,7 @@ module.exports = class tidex extends Exchange {
'fetchIndexOHLCV': false,
'fetchLeverage': false,
'fetchLeverageTiers': false,
'fetchMarginMode': false,
'fetchMarkets': true,
'fetchMarkOHLCV': false,
'fetchMyTrades': true,
Expand All @@ -242456,6 +242467,7 @@ module.exports = class tidex extends Exchange {
'fetchOrderBook': true,
'fetchOrderBooks': true,
'fetchPosition': false,
'fetchPositionMode': false,
'fetchPositions': false,
'fetchPositionsRisk': false,
'fetchPremiumIndexOHLCV': false,
Expand Down Expand Up @@ -244951,6 +244963,7 @@ module.exports = class upbit extends Exchange {
'fetchFundingRateHistory': false,
'fetchFundingRates': false,
'fetchIndexOHLCV': false,
'fetchMarginMode': false,
'fetchMarkets': true,
'fetchMarkOHLCV': false,
'fetchMyTrades': undefined,
Expand All @@ -244961,6 +244974,7 @@ module.exports = class upbit extends Exchange {
'fetchOrderBook': true,
'fetchOrderBooks': true,
'fetchOrders': undefined,
'fetchPositionMode': false,
'fetchPremiumIndexOHLCV': false,
'fetchTicker': true,
'fetchTickers': true,
Expand Down Expand Up @@ -246776,6 +246790,7 @@ module.exports = class vcc extends Exchange {
'fetchIndexOHLCV': false,
'fetchLeverage': false,
'fetchLeverageTiers': false,
'fetchMarginMode': false,
'fetchMarkets': true,
'fetchMarkOHLCV': false,
'fetchMyTrades': true,
Expand All @@ -246786,6 +246801,7 @@ module.exports = class vcc extends Exchange {
'fetchOrderBook': true,
'fetchOrders': undefined,
'fetchPosition': false,
'fetchPositionMode': false,
'fetchPositions': false,
'fetchPositionsRisk': false,
'fetchPremiumIndexOHLCV': false,
Expand Down Expand Up @@ -248301,6 +248317,7 @@ module.exports = class wavesexchange extends Exchange {
'fetchIndexOHLCV': false,
'fetchLeverage': false,
'fetchLeverageTiers': false,
'fetchMarginMode': false,
'fetchMarkets': true,
'fetchMarkOHLCV': false,
'fetchMyTrades': true,
Expand All @@ -248311,6 +248328,7 @@ module.exports = class wavesexchange extends Exchange {
'fetchOrderBook': true,
'fetchOrders': true,
'fetchPosition': false,
'fetchPositionMode': false,
'fetchPositions': false,
'fetchPositionsRisk': false,
'fetchPremiumIndexOHLCV': false,
Expand Down Expand Up @@ -250664,6 +250682,7 @@ module.exports = class wazirx extends Exchange {
'fetchFundingRateHistory': false,
'fetchFundingRates': false,
'fetchIndexOHLCV': false,
'fetchMarginMode': false,
'fetchMarkets': true,
'fetchMarkOHLCV': false,
'fetchMyTrades': false,
Expand All @@ -250673,6 +250692,7 @@ module.exports = class wazirx extends Exchange {
'fetchOrder': true,
'fetchOrderBook': true,
'fetchOrders': true,
'fetchPositionMode': false,
'fetchPremiumIndexOHLCV': false,
'fetchStatus': true,
'fetchTicker': true,
Expand Down Expand Up @@ -251522,13 +251542,15 @@ module.exports = class whitebit extends Exchange {
'fetchFundingRateHistory': false,
'fetchFundingRates': false,
'fetchIndexOHLCV': false,
'fetchMarginMode': false,
'fetchMarkets': true,
'fetchMarkOHLCV': false,
'fetchOHLCV': true,
'fetchOpenInterestHistory': false,
'fetchOpenOrders': true,
'fetchOrderBook': true,
'fetchOrderTrades': true,
'fetchPositionMode': false,
'fetchPremiumIndexOHLCV': false,
'fetchTicker': true,
'fetchTickers': true,
Expand Down Expand Up @@ -253267,7 +253289,7 @@ module.exports = class whitebit extends Exchange {
headers = {
'Content-Type': 'application/json',
'X-TXC-APIKEY': this.apiKey,
'X-TXC-PAYLOAD': payload,
'X-TXC-PAYLOAD': this.decode (payload),
'X-TXC-SIGNATURE': signature,
};
}
Expand Down Expand Up @@ -253366,6 +253388,7 @@ module.exports = class woo extends Exchange {
'fetchFundingRates': false,
'fetchIndexOHLCV': false,
'fetchLedger': true,
'fetchMarginMode': false,
'fetchMarkets': true,
'fetchMarkOHLCV': false,
'fetchMyTrades': true,
Expand All @@ -253377,6 +253400,7 @@ module.exports = class woo extends Exchange {
'fetchOrderBook': true,
'fetchOrders': true,
'fetchOrderTrades': true,
'fetchPositionMode': false,
'fetchPremiumIndexOHLCV': false,
'fetchStatus': false,
'fetchTicker': false,
Expand Down Expand Up @@ -257345,6 +257369,7 @@ module.exports = class yobit extends Exchange {
'fetchIndexOHLCV': false,
'fetchLeverage': false,
'fetchLeverageTiers': false,
'fetchMarginMode': false,
'fetchMarkets': true,
'fetchMarkOHLCV': false,
'fetchMyTrades': true,
Expand All @@ -257354,6 +257379,7 @@ module.exports = class yobit extends Exchange {
'fetchOrderBook': true,
'fetchOrderBooks': true,
'fetchPosition': false,
'fetchPositionMode': false,
'fetchPositions': false,
'fetchPositionsRisk': false,
'fetchPremiumIndexOHLCV': false,
Expand Down
Loading

0 comments on commit 318c567

Please sign in to comment.