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({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.batchCreateVirtualSubaccountAndAPIKey(params)
|
client.batchCreateVirtualSubaccountAndAPIKey(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.borrowLoan(params)
|
client.borrowLoan(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.cancelSpotFollowerOrder(params)
|
client.cancelSpotFollowerOrder(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.closeFuturesFollowerPositions(params)
|
client.closeFuturesFollowerPositions(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.closeFuturesTraderOrder(params)
|
client.closeFuturesTraderOrder(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.convert(params)
|
client.convert(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.convertBGB(params)
|
client.convertBGB(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.createSubaccount(params)
|
client.createSubaccount(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.createSubaccountApiKey(params)
|
client.createSubaccountApiKey(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.createSubaccountDepositAddress(params)
|
client.createSubaccountDepositAddress(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.createVirtualSubaccount(params)
|
client.createVirtualSubaccount(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.createVirtualSubaccountAPIKey(params)
|
client.createVirtualSubaccountAPIKey(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.earnSubscribeSavings(params)
|
client.earnSubscribeSavings(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.futuresBatchCancelOrders(params)
|
client.futuresBatchCancelOrders(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.futuresBatchSubmitOrders(params)
|
client.futuresBatchSubmitOrders(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.futuresCancelAllOrders(params)
|
client.futuresCancelAllOrders(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.futuresCancelOrder(params)
|
client.futuresCancelOrder(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.futuresCancelPlanOrder(params)
|
client.futuresCancelPlanOrder(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.futuresFlashClosePositions(params)
|
client.futuresFlashClosePositions(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.futuresModifyOrder(params)
|
client.futuresModifyOrder(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.futuresModifyPlanOrder(params)
|
client.futuresModifyPlanOrder(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.futuresModifyTPSLPOrder(params)
|
client.futuresModifyTPSLPOrder(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.futuresSubmitOrder(params)
|
client.futuresSubmitOrder(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.futuresSubmitPlanOrder(params)
|
client.futuresSubmitPlanOrder(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.futuresSubmitPlanSubOrder(params)
|
client.futuresSubmitPlanSubOrder(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.futuresSubmitReversal(params)
|
client.futuresSubmitReversal(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.futuresSubmitTPSLOrder(params)
|
client.futuresSubmitTPSLOrder(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getAnnouncements(params)
|
client.getAnnouncements(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getBalances(params)
|
client.getBalances(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getBotAccount(params)
|
client.getBotAccount(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getBrokerInfo(params)
|
client.getBrokerInfo(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getBrokerTraders(params)
|
client.getBrokerTraders(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getBrokerTradersHistoricalOrders(params)
|
client.getBrokerTradersHistoricalOrders(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getBrokerTradersPendingOrders(params)
|
client.getBrokerTradersPendingOrders(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getConvertBGBCoins(params)
|
client.getConvertBGBCoins(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getConvertBGBHistory(params)
|
client.getConvertBGBHistory(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getConvertCoins(params)
|
client.getConvertCoins(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getConvertHistory(params)
|
client.getConvertHistory(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getConvertQuotedPrice(params)
|
client.getConvertQuotedPrice(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getEarnAccount(params)
|
client.getEarnAccount(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getEarnSavingsAccount(params)
|
client.getEarnSavingsAccount(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getEarnSavingsAssets(params)
|
client.getEarnSavingsAssets(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getEarnSavingsProducts(params)
|
client.getEarnSavingsProducts(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getEarnSavingsRecords(params)
|
client.getEarnSavingsRecords(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getEarnSavingsRedemptionResult(params)
|
client.getEarnSavingsRedemptionResult(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getEarnSavingsSubscription(params)
|
client.getEarnSavingsSubscription(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getEarnSavingsSubscriptionResult(params)
|
client.getEarnSavingsSubscriptionResult(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFundingAssets(params)
|
client.getFundingAssets(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesAccountAsset(params)
|
client.getFuturesAccountAsset(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesAccountAssets(params)
|
client.getFuturesAccountAssets(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesAccountBills(params)
|
client.getFuturesAccountBills(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesActiveBuySellVolumeData(params)
|
client.getFuturesActiveBuySellVolumeData(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesActiveLongShortAccountData(params)
|
client.getFuturesActiveLongShortAccountData(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesActiveLongShortPositionData(params)
|
client.getFuturesActiveLongShortPositionData(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesActiveTakerBuySellVolumeData(params)
|
client.getFuturesActiveTakerBuySellVolumeData(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesAllTickers(params)
|
client.getFuturesAllTickers(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesCandles(params)
|
client.getFuturesCandles(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesContractConfig(params)
|
client.getFuturesContractConfig(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesCurrentFundingRate(params)
|
client.getFuturesCurrentFundingRate(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesFills(params)
|
client.getFuturesFills(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesFollowerCurrentOrders(params)
|
client.getFuturesFollowerCurrentOrders(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesFollowerFollowLimit(params)
|
client.getFuturesFollowerFollowLimit(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesFollowerHistoryOrders(params)
|
client.getFuturesFollowerHistoryOrders(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesFollowerSettings(params)
|
client.getFuturesFollowerSettings(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesFollowerTraders(params)
|
client.getFuturesFollowerTraders(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesHistoricCandles(params)
|
client.getFuturesHistoricCandles(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesHistoricFundingRates(params)
|
client.getFuturesHistoricFundingRates(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesHistoricIndexPriceCandles(params)
|
client.getFuturesHistoricIndexPriceCandles(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesHistoricMarkPriceCandles(params)
|
client.getFuturesHistoricMarkPriceCandles(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesHistoricOrderFills(params)
|
client.getFuturesHistoricOrderFills(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesHistoricOrders(params)
|
client.getFuturesHistoricOrders(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesHistoricPlanOrders(params)
|
client.getFuturesHistoricPlanOrders(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesHistoricPositions(params)
|
client.getFuturesHistoricPositions(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesHistoricTrades(params)
|
client.getFuturesHistoricTrades(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesLongShortRatio(params)
|
client.getFuturesLongShortRatio(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesMergeDepth(params)
|
client.getFuturesMergeDepth(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesNextFundingTime(params)
|
client.getFuturesNextFundingTime(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesOpenCount(params)
|
client.getFuturesOpenCount(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesOpenInterest(params)
|
client.getFuturesOpenInterest(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesOpenOrders(params)
|
client.getFuturesOpenOrders(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesOrder(params)
|
client.getFuturesOrder(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesPlanOrders(params)
|
client.getFuturesPlanOrders(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesPosition(params)
|
client.getFuturesPosition(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesPositionTier(params)
|
client.getFuturesPositionTier(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesPositions(params)
|
client.getFuturesPositions(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesRecentTrades(params)
|
client.getFuturesRecentTrades(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesSubAccountAssets(params)
|
client.getFuturesSubAccountAssets(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesSymbolPrice(params)
|
client.getFuturesSymbolPrice(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesTicker(params)
|
client.getFuturesTicker(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesTraderCurrentOrder(params)
|
client.getFuturesTraderCurrentOrder(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesTraderFollowers(params)
|
client.getFuturesTraderFollowers(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesTraderHistoryOrders(params)
|
client.getFuturesTraderHistoryOrders(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesTraderOrder(params)
|
client.getFuturesTraderOrder(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesTraderProfitHistory(params)
|
client.getFuturesTraderProfitHistory(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesTraderProfitShare(params)
|
client.getFuturesTraderProfitShare(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesTraderProfitShareGroup(params)
|
client.getFuturesTraderProfitShareGroup(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesTraderProfitShareHistory(params)
|
client.getFuturesTraderProfitShareHistory(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesTraderSymbolSettings(params)
|
client.getFuturesTraderSymbolSettings(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesTransactionRecords(params)
|
client.getFuturesTransactionRecords(params)
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ const { RestClientV2 } = require('bitget-api');
|
|||||||
const client = new RestClientV2({
|
const client = new RestClientV2({
|
||||||
apiKey: 'insert_api_key_here',
|
apiKey: 'insert_api_key_here',
|
||||||
apiSecret: 'insert_api_secret_here',
|
apiSecret: 'insert_api_secret_here',
|
||||||
|
apiPass: 'insert_api_pass_here',
|
||||||
});
|
});
|
||||||
|
|
||||||
client.getFuturesVIPFeeRate(params)
|
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