chore(): Updated examples so each client matches the proper initialisation
This commit is contained in:
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.batchCreateVirtualSubaccountAndAPIKey(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.borrowLoan(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.cancelSpotFollowerOrder(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.closeFuturesFollowerPositions(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.closeFuturesTraderOrder(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.convert(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.convertBGB(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.createSubaccount(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.createSubaccountApiKey(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.createSubaccountDepositAddress(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.createVirtualSubaccount(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.createVirtualSubaccountAPIKey(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.earnSubscribeSavings(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.futuresBatchCancelOrders(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.futuresBatchSubmitOrders(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.futuresCancelAllOrders(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.futuresCancelOrder(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.futuresCancelPlanOrder(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.futuresFlashClosePositions(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.futuresModifyOrder(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.futuresModifyPlanOrder(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.futuresModifyTPSLPOrder(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.futuresSubmitOrder(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.futuresSubmitPlanOrder(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.futuresSubmitPlanSubOrder(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.futuresSubmitReversal(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.futuresSubmitTPSLOrder(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getAnnouncements(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getBalances(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getBotAccount(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getBrokerInfo(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getBrokerTraders(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getBrokerTradersHistoricalOrders(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getBrokerTradersPendingOrders(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getConvertBGBCoins(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getConvertBGBHistory(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getConvertCoins(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getConvertHistory(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getConvertQuotedPrice(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getEarnAccount(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getEarnSavingsAccount(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getEarnSavingsAssets(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getEarnSavingsProducts(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getEarnSavingsRecords(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getEarnSavingsRedemptionResult(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getEarnSavingsSubscription(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getEarnSavingsSubscriptionResult(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFundingAssets(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesAccountAsset(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesAccountAssets(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesAccountBills(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesActiveBuySellVolumeData(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesActiveLongShortAccountData(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesActiveLongShortPositionData(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesActiveTakerBuySellVolumeData(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesAllTickers(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesCandles(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesContractConfig(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesCurrentFundingRate(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesFills(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesFollowerCurrentOrders(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesFollowerFollowLimit(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesFollowerHistoryOrders(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesFollowerSettings(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesFollowerTraders(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesHistoricCandles(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesHistoricFundingRates(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesHistoricIndexPriceCandles(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesHistoricMarkPriceCandles(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesHistoricOrderFills(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesHistoricOrders(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesHistoricPlanOrders(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesHistoricPositions(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesHistoricTrades(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesLongShortRatio(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesMergeDepth(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesNextFundingTime(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesOpenCount(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesOpenInterest(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesOpenOrders(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesOrder(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesPlanOrders(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesPosition(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesPositionTier(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesPositions(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesRecentTrades(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesSubAccountAssets(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesSymbolPrice(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesTicker(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesTraderCurrentOrder(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesTraderFollowers(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesTraderHistoryOrders(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesTraderOrder(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesTraderProfitHistory(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesTraderProfitShare(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesTraderProfitShareGroup(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesTraderProfitShareHistory(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesTraderSymbolSettings(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesTransactionRecords(params)
|
||||
|
||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
||||
const client = new RestClientV2({
|
||||
apiKey: 'insert_api_key_here',
|
||||
apiSecret: 'insert_api_secret_here',
|
||||
apiPass: 'insert_api_pass_here',
|
||||
});
|
||||
|
||||
client.getFuturesVIPFeeRate(params)
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user