Skip to content

Commit

Permalink
Merge pull request #481 from JJ-Cro/Update181124
Browse files Browse the repository at this point in the history
v2.13.26 feat(): updated response types, deprecated deleted endpoints
  • Loading branch information
tiagosiebler authored Nov 18, 2024
2 parents 7c6f271 + 406d99a commit 5406738
Show file tree
Hide file tree
Showing 591 changed files with 1,211 additions and 1,179 deletions.
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/cancelAllOpenOrders.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.cancelAllOpenOrders(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/cancelMultipleOrders.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.cancelMultipleOrders(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/cancelOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.cancelOrder(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/closeFuturesUserDataListenKey.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: YES

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.closeFuturesUserDataListenKey(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/get24hrChangeStatistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: YES

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.get24hrChangeStatistics(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/get24hrChangeStatististics.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: YES

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.get24hrChangeStatististics(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getADLQuantileEstimation.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getADLQuantileEstimation(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getAccountComissionRate.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getAccountComissionRate(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getAccountCommissionRate.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getAccountCommissionRate(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getAccountInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getAccountInformation(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getAccountTrades.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getAccountTrades(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getAggregateTrades.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: YES

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getAggregateTrades(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getAllOpenOrders.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getAllOpenOrders(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getAllOrders.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getAllOrders(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getBalance.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getBalance(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getBrokerClientCustomIds.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getBrokerClientCustomIds(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getBrokerIfNewFuturesUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getBrokerIfNewFuturesUser(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getBrokerRebateDataOverview.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getBrokerRebateDataOverview(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getBrokerRebateVolume.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getBrokerRebateVolume(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getBrokerTradeDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getBrokerTradeDetail(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getBrokerUserCustomId.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getBrokerUserCustomId(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getBrokerUserTradeVolume.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getBrokerUserTradeVolume(params)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getClassicPortfolioMarginAccount(params)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getClassicPortfolioMarginNotionalLimits(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getCompositeSymbolIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: YES

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getCompositeSymbolIndex(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getContinuousContractKlines.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: YES

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getContinuousContractKlines(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getCurrentOpenOrder.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getCurrentOpenOrder(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getCurrentPositionMode.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getCurrentPositionMode(params)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getDownloadIdForFuturesOrderHistory(params)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getDownloadIdForFuturesTradeHistory(params)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getDownloadIdForFuturesTransactionHistory(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getExchangeInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: YES

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getExchangeInfo(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getForceOrders.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getForceOrders(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getFundingRate.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: YES

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getFundingRate(params)
Expand Down
4 changes: 2 additions & 2 deletions examples/apidoc/CoinMClient/getFundingRateHistory.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: YES

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getFundingRateHistory(params)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const { CoinMClient } = require('binance');
// PUBLIC: NO

const client = new CoinMClient({
apiKey: 'insert_api_key_here',
apiSecret: 'insert_api_secret_here',
api_key: 'insert_api_key_here',
api_secret: 'insert_api_secret_here',
});

client.getFuturesOrderHistoryDownloadLink(params)
Expand Down
Loading

0 comments on commit 5406738

Please sign in to comment.