diff --git a/examples/apidoc/RestClientV2/batchCreateVirtualSubaccountAndAPIKey.js b/examples/apidoc/RestClientV2/batchCreateVirtualSubaccountAndAPIKey.js index 21670e0..5643d0a 100644 --- a/examples/apidoc/RestClientV2/batchCreateVirtualSubaccountAndAPIKey.js +++ b/examples/apidoc/RestClientV2/batchCreateVirtualSubaccountAndAPIKey.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/user/batch-create-subaccount-and-apikey // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/borrowLoan.js b/examples/apidoc/RestClientV2/borrowLoan.js index 9cdb37e..5af3f3f 100644 --- a/examples/apidoc/RestClientV2/borrowLoan.js +++ b/examples/apidoc/RestClientV2/borrowLoan.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/loan/borrow // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/cancelSpotFollowerOrder.js b/examples/apidoc/RestClientV2/cancelSpotFollowerOrder.js index feb979a..5042384 100644 --- a/examples/apidoc/RestClientV2/cancelSpotFollowerOrder.js +++ b/examples/apidoc/RestClientV2/cancelSpotFollowerOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-follower/stop-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/closeFuturesFollowerPositions.js b/examples/apidoc/RestClientV2/closeFuturesFollowerPositions.js index a6a1e06..6984610 100644 --- a/examples/apidoc/RestClientV2/closeFuturesFollowerPositions.js +++ b/examples/apidoc/RestClientV2/closeFuturesFollowerPositions.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-follower/close-positions // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/closeFuturesTraderOrder.js b/examples/apidoc/RestClientV2/closeFuturesTraderOrder.js index b581cdd..3575616 100644 --- a/examples/apidoc/RestClientV2/closeFuturesTraderOrder.js +++ b/examples/apidoc/RestClientV2/closeFuturesTraderOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-trader/order-close-positions // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/convert.js b/examples/apidoc/RestClientV2/convert.js index d17d41a..ef93cc6 100644 --- a/examples/apidoc/RestClientV2/convert.js +++ b/examples/apidoc/RestClientV2/convert.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/convert/trade // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/convertBGB.js b/examples/apidoc/RestClientV2/convertBGB.js index 7b7ac60..5937ee5 100644 --- a/examples/apidoc/RestClientV2/convertBGB.js +++ b/examples/apidoc/RestClientV2/convertBGB.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/convert/bgb-convert // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/createSubaccount.js b/examples/apidoc/RestClientV2/createSubaccount.js index 647591f..b60f993 100644 --- a/examples/apidoc/RestClientV2/createSubaccount.js +++ b/examples/apidoc/RestClientV2/createSubaccount.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/account/create-subaccount // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/createSubaccountApiKey.js b/examples/apidoc/RestClientV2/createSubaccountApiKey.js index f29ce50..364d531 100644 --- a/examples/apidoc/RestClientV2/createSubaccountApiKey.js +++ b/examples/apidoc/RestClientV2/createSubaccountApiKey.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/manage/create-subaccount-apikey // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/createSubaccountDepositAddress.js b/examples/apidoc/RestClientV2/createSubaccountDepositAddress.js index 05867a3..306a752 100644 --- a/examples/apidoc/RestClientV2/createSubaccountDepositAddress.js +++ b/examples/apidoc/RestClientV2/createSubaccountDepositAddress.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/account/subaccount-address // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/createVirtualSubaccount.js b/examples/apidoc/RestClientV2/createVirtualSubaccount.js index b31ba93..4fb7f61 100644 --- a/examples/apidoc/RestClientV2/createVirtualSubaccount.js +++ b/examples/apidoc/RestClientV2/createVirtualSubaccount.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/user/create-virtual-subaccount // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/createVirtualSubaccountAPIKey.js b/examples/apidoc/RestClientV2/createVirtualSubaccountAPIKey.js index 873eb1d..d00c049 100644 --- a/examples/apidoc/RestClientV2/createVirtualSubaccountAPIKey.js +++ b/examples/apidoc/RestClientV2/createVirtualSubaccountAPIKey.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/user/create-virtual-subaccount-apikey // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/earnSubscribeSavings.js b/examples/apidoc/RestClientV2/earnSubscribeSavings.js index 461af68..8dfd10b 100644 --- a/examples/apidoc/RestClientV2/earnSubscribeSavings.js +++ b/examples/apidoc/RestClientV2/earnSubscribeSavings.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/savings/subscribe // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/futuresBatchCancelOrders.js b/examples/apidoc/RestClientV2/futuresBatchCancelOrders.js index 3c4b030..1953527 100644 --- a/examples/apidoc/RestClientV2/futuresBatchCancelOrders.js +++ b/examples/apidoc/RestClientV2/futuresBatchCancelOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/batch-cancel-orders // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/futuresBatchSubmitOrders.js b/examples/apidoc/RestClientV2/futuresBatchSubmitOrders.js index f1b5890..0fb75fa 100644 --- a/examples/apidoc/RestClientV2/futuresBatchSubmitOrders.js +++ b/examples/apidoc/RestClientV2/futuresBatchSubmitOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/batch-place-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/futuresCancelAllOrders.js b/examples/apidoc/RestClientV2/futuresCancelAllOrders.js index 475532b..ac7e579 100644 --- a/examples/apidoc/RestClientV2/futuresCancelAllOrders.js +++ b/examples/apidoc/RestClientV2/futuresCancelAllOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/cancel-all-orders // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/futuresCancelOrder.js b/examples/apidoc/RestClientV2/futuresCancelOrder.js index 352d90a..fe253a5 100644 --- a/examples/apidoc/RestClientV2/futuresCancelOrder.js +++ b/examples/apidoc/RestClientV2/futuresCancelOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/cancel-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/futuresCancelPlanOrder.js b/examples/apidoc/RestClientV2/futuresCancelPlanOrder.js index cfadf23..a378c54 100644 --- a/examples/apidoc/RestClientV2/futuresCancelPlanOrder.js +++ b/examples/apidoc/RestClientV2/futuresCancelPlanOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/cancel-plan-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/futuresFlashClosePositions.js b/examples/apidoc/RestClientV2/futuresFlashClosePositions.js index db2db4e..fc97f2a 100644 --- a/examples/apidoc/RestClientV2/futuresFlashClosePositions.js +++ b/examples/apidoc/RestClientV2/futuresFlashClosePositions.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/close-positions // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/futuresModifyOrder.js b/examples/apidoc/RestClientV2/futuresModifyOrder.js index bf6a891..50b6f7b 100644 --- a/examples/apidoc/RestClientV2/futuresModifyOrder.js +++ b/examples/apidoc/RestClientV2/futuresModifyOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/modify-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/futuresModifyPlanOrder.js b/examples/apidoc/RestClientV2/futuresModifyPlanOrder.js index 81fa982..392e416 100644 --- a/examples/apidoc/RestClientV2/futuresModifyPlanOrder.js +++ b/examples/apidoc/RestClientV2/futuresModifyPlanOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/modify-plan-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/futuresModifyTPSLPOrder.js b/examples/apidoc/RestClientV2/futuresModifyTPSLPOrder.js index edce45c..f7f4311 100644 --- a/examples/apidoc/RestClientV2/futuresModifyTPSLPOrder.js +++ b/examples/apidoc/RestClientV2/futuresModifyTPSLPOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/modify-tpsl-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/futuresSubmitOrder.js b/examples/apidoc/RestClientV2/futuresSubmitOrder.js index fca2d26..23c9180 100644 --- a/examples/apidoc/RestClientV2/futuresSubmitOrder.js +++ b/examples/apidoc/RestClientV2/futuresSubmitOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/place-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/futuresSubmitPlanOrder.js b/examples/apidoc/RestClientV2/futuresSubmitPlanOrder.js index 863c249..06bff22 100644 --- a/examples/apidoc/RestClientV2/futuresSubmitPlanOrder.js +++ b/examples/apidoc/RestClientV2/futuresSubmitPlanOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/place-plan-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/futuresSubmitPlanSubOrder.js b/examples/apidoc/RestClientV2/futuresSubmitPlanSubOrder.js index c2e20a7..80be8de 100644 --- a/examples/apidoc/RestClientV2/futuresSubmitPlanSubOrder.js +++ b/examples/apidoc/RestClientV2/futuresSubmitPlanSubOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/plan-sub-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/futuresSubmitReversal.js b/examples/apidoc/RestClientV2/futuresSubmitReversal.js index 937b6f5..3706138 100644 --- a/examples/apidoc/RestClientV2/futuresSubmitReversal.js +++ b/examples/apidoc/RestClientV2/futuresSubmitReversal.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/click-backhand // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/futuresSubmitTPSLOrder.js b/examples/apidoc/RestClientV2/futuresSubmitTPSLOrder.js index aba3007..6ab1f16 100644 --- a/examples/apidoc/RestClientV2/futuresSubmitTPSLOrder.js +++ b/examples/apidoc/RestClientV2/futuresSubmitTPSLOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/place-tpsl-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getAnnouncements.js b/examples/apidoc/RestClientV2/getAnnouncements.js index 067db4d..1ef2469 100644 --- a/examples/apidoc/RestClientV2/getAnnouncements.js +++ b/examples/apidoc/RestClientV2/getAnnouncements.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/public/annoucements // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getBalances.js b/examples/apidoc/RestClientV2/getBalances.js index 0d5f43e..714cccc 100644 --- a/examples/apidoc/RestClientV2/getBalances.js +++ b/examples/apidoc/RestClientV2/getBalances.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/account/all-account-balance // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getBotAccount.js b/examples/apidoc/RestClientV2/getBotAccount.js index 4fbd6f5..42662be 100644 --- a/examples/apidoc/RestClientV2/getBotAccount.js +++ b/examples/apidoc/RestClientV2/getBotAccount.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/account/bot-assets // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getBrokerInfo.js b/examples/apidoc/RestClientV2/getBrokerInfo.js index 6bf1646..451ea9c 100644 --- a/examples/apidoc/RestClientV2/getBrokerInfo.js +++ b/examples/apidoc/RestClientV2/getBrokerInfo.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/account/info // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getBrokerTraders.js b/examples/apidoc/RestClientV2/getBrokerTraders.js index d591e25..2fb9f1e 100644 --- a/examples/apidoc/RestClientV2/getBrokerTraders.js +++ b/examples/apidoc/RestClientV2/getBrokerTraders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-broker/query-traders // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getBrokerTradersHistoricalOrders.js b/examples/apidoc/RestClientV2/getBrokerTradersHistoricalOrders.js index 1ef8dc2..de46815 100644 --- a/examples/apidoc/RestClientV2/getBrokerTradersHistoricalOrders.js +++ b/examples/apidoc/RestClientV2/getBrokerTradersHistoricalOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-broker/query-history-traces // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getBrokerTradersPendingOrders.js b/examples/apidoc/RestClientV2/getBrokerTradersPendingOrders.js index a87a693..d82597e 100644 --- a/examples/apidoc/RestClientV2/getBrokerTradersPendingOrders.js +++ b/examples/apidoc/RestClientV2/getBrokerTradersPendingOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-broker/query-current-traces // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getConvertBGBCoins.js b/examples/apidoc/RestClientV2/getConvertBGBCoins.js index bbf9341..62e8ae1 100644 --- a/examples/apidoc/RestClientV2/getConvertBGBCoins.js +++ b/examples/apidoc/RestClientV2/getConvertBGBCoins.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/convert/bgb-convert-coin-list // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getConvertBGBHistory.js b/examples/apidoc/RestClientV2/getConvertBGBHistory.js index 1c56182..4370d2d 100644 --- a/examples/apidoc/RestClientV2/getConvertBGBHistory.js +++ b/examples/apidoc/RestClientV2/getConvertBGBHistory.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/convert/bgb-convert-records // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getConvertCoins.js b/examples/apidoc/RestClientV2/getConvertCoins.js index 47142e9..b8960cc 100644 --- a/examples/apidoc/RestClientV2/getConvertCoins.js +++ b/examples/apidoc/RestClientV2/getConvertCoins.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/convert/currencies // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getConvertHistory.js b/examples/apidoc/RestClientV2/getConvertHistory.js index d5b1324..c358052 100644 --- a/examples/apidoc/RestClientV2/getConvertHistory.js +++ b/examples/apidoc/RestClientV2/getConvertHistory.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/convert/convert-record // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getConvertQuotedPrice.js b/examples/apidoc/RestClientV2/getConvertQuotedPrice.js index 6fbf696..acf8181 100644 --- a/examples/apidoc/RestClientV2/getConvertQuotedPrice.js +++ b/examples/apidoc/RestClientV2/getConvertQuotedPrice.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/convert/quoted-price // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getEarnAccount.js b/examples/apidoc/RestClientV2/getEarnAccount.js index 7e1cb0c..5254d4d 100644 --- a/examples/apidoc/RestClientV2/getEarnAccount.js +++ b/examples/apidoc/RestClientV2/getEarnAccount.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/account/assets // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getEarnSavingsAccount.js b/examples/apidoc/RestClientV2/getEarnSavingsAccount.js index 50067e0..30cd8d7 100644 --- a/examples/apidoc/RestClientV2/getEarnSavingsAccount.js +++ b/examples/apidoc/RestClientV2/getEarnSavingsAccount.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/savings/account // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getEarnSavingsAssets.js b/examples/apidoc/RestClientV2/getEarnSavingsAssets.js index da938ae..32228c6 100644 --- a/examples/apidoc/RestClientV2/getEarnSavingsAssets.js +++ b/examples/apidoc/RestClientV2/getEarnSavingsAssets.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/savings/assets // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getEarnSavingsProducts.js b/examples/apidoc/RestClientV2/getEarnSavingsProducts.js index d99b1d8..03623ec 100644 --- a/examples/apidoc/RestClientV2/getEarnSavingsProducts.js +++ b/examples/apidoc/RestClientV2/getEarnSavingsProducts.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/savings/product // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getEarnSavingsRecords.js b/examples/apidoc/RestClientV2/getEarnSavingsRecords.js index 9fad47a..43bcab0 100644 --- a/examples/apidoc/RestClientV2/getEarnSavingsRecords.js +++ b/examples/apidoc/RestClientV2/getEarnSavingsRecords.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/savings/records // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getEarnSavingsRedemptionResult.js b/examples/apidoc/RestClientV2/getEarnSavingsRedemptionResult.js index 33b2054..c2a7940 100644 --- a/examples/apidoc/RestClientV2/getEarnSavingsRedemptionResult.js +++ b/examples/apidoc/RestClientV2/getEarnSavingsRedemptionResult.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/savings/redeem-result // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getEarnSavingsSubscription.js b/examples/apidoc/RestClientV2/getEarnSavingsSubscription.js index ca244c9..a3cabc0 100644 --- a/examples/apidoc/RestClientV2/getEarnSavingsSubscription.js +++ b/examples/apidoc/RestClientV2/getEarnSavingsSubscription.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/savings/subscribe-info // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getEarnSavingsSubscriptionResult.js b/examples/apidoc/RestClientV2/getEarnSavingsSubscriptionResult.js index da7d7b1..e30dce1 100644 --- a/examples/apidoc/RestClientV2/getEarnSavingsSubscriptionResult.js +++ b/examples/apidoc/RestClientV2/getEarnSavingsSubscriptionResult.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/savings/subscribe-result // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFundingAssets.js b/examples/apidoc/RestClientV2/getFundingAssets.js index 3757435..72a897f 100644 --- a/examples/apidoc/RestClientV2/getFundingAssets.js +++ b/examples/apidoc/RestClientV2/getFundingAssets.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/account/funding-assets // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesAccountAsset.js b/examples/apidoc/RestClientV2/getFuturesAccountAsset.js index cc02496..e86beb4 100644 --- a/examples/apidoc/RestClientV2/getFuturesAccountAsset.js +++ b/examples/apidoc/RestClientV2/getFuturesAccountAsset.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/account/account // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesAccountAssets.js b/examples/apidoc/RestClientV2/getFuturesAccountAssets.js index ebb261e..863808e 100644 --- a/examples/apidoc/RestClientV2/getFuturesAccountAssets.js +++ b/examples/apidoc/RestClientV2/getFuturesAccountAssets.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/account/accounts // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesAccountBills.js b/examples/apidoc/RestClientV2/getFuturesAccountBills.js index c36839e..f11fe6f 100644 --- a/examples/apidoc/RestClientV2/getFuturesAccountBills.js +++ b/examples/apidoc/RestClientV2/getFuturesAccountBills.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/account/bill // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesActiveBuySellVolumeData.js b/examples/apidoc/RestClientV2/getFuturesActiveBuySellVolumeData.js index 9bfcbaa..7547e77 100644 --- a/examples/apidoc/RestClientV2/getFuturesActiveBuySellVolumeData.js +++ b/examples/apidoc/RestClientV2/getFuturesActiveBuySellVolumeData.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/long-short // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesActiveLongShortAccountData.js b/examples/apidoc/RestClientV2/getFuturesActiveLongShortAccountData.js index 4bd6204..bd76804 100644 --- a/examples/apidoc/RestClientV2/getFuturesActiveLongShortAccountData.js +++ b/examples/apidoc/RestClientV2/getFuturesActiveLongShortAccountData.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/account-long-short // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesActiveLongShortPositionData.js b/examples/apidoc/RestClientV2/getFuturesActiveLongShortPositionData.js index 933c24d..71260f0 100644 --- a/examples/apidoc/RestClientV2/getFuturesActiveLongShortPositionData.js +++ b/examples/apidoc/RestClientV2/getFuturesActiveLongShortPositionData.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/position-long-short // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesActiveTakerBuySellVolumeData.js b/examples/apidoc/RestClientV2/getFuturesActiveTakerBuySellVolumeData.js index d3b9144..e51b922 100644 --- a/examples/apidoc/RestClientV2/getFuturesActiveTakerBuySellVolumeData.js +++ b/examples/apidoc/RestClientV2/getFuturesActiveTakerBuySellVolumeData.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/taker-buy-sell // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesAllTickers.js b/examples/apidoc/RestClientV2/getFuturesAllTickers.js index f5c3c53..c138e08 100644 --- a/examples/apidoc/RestClientV2/getFuturesAllTickers.js +++ b/examples/apidoc/RestClientV2/getFuturesAllTickers.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/tickers // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesCandles.js b/examples/apidoc/RestClientV2/getFuturesCandles.js index 8c8cf57..eb69893 100644 --- a/examples/apidoc/RestClientV2/getFuturesCandles.js +++ b/examples/apidoc/RestClientV2/getFuturesCandles.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/candles // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesContractConfig.js b/examples/apidoc/RestClientV2/getFuturesContractConfig.js index cf7e6a2..c70521e 100644 --- a/examples/apidoc/RestClientV2/getFuturesContractConfig.js +++ b/examples/apidoc/RestClientV2/getFuturesContractConfig.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/contracts // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesCurrentFundingRate.js b/examples/apidoc/RestClientV2/getFuturesCurrentFundingRate.js index 13a5e92..9586955 100644 --- a/examples/apidoc/RestClientV2/getFuturesCurrentFundingRate.js +++ b/examples/apidoc/RestClientV2/getFuturesCurrentFundingRate.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/current-fund-rate // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesFills.js b/examples/apidoc/RestClientV2/getFuturesFills.js index 9947a9f..dcde35a 100644 --- a/examples/apidoc/RestClientV2/getFuturesFills.js +++ b/examples/apidoc/RestClientV2/getFuturesFills.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/fills // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesFollowerCurrentOrders.js b/examples/apidoc/RestClientV2/getFuturesFollowerCurrentOrders.js index 810c42e..12ec3a5 100644 --- a/examples/apidoc/RestClientV2/getFuturesFollowerCurrentOrders.js +++ b/examples/apidoc/RestClientV2/getFuturesFollowerCurrentOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-follower/query-current-orders // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesFollowerFollowLimit.js b/examples/apidoc/RestClientV2/getFuturesFollowerFollowLimit.js index c0e1ba2..ad4959d 100644 --- a/examples/apidoc/RestClientV2/getFuturesFollowerFollowLimit.js +++ b/examples/apidoc/RestClientV2/getFuturesFollowerFollowLimit.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-follower/query-quantity-limit // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesFollowerHistoryOrders.js b/examples/apidoc/RestClientV2/getFuturesFollowerHistoryOrders.js index e49030e..87eaf8b 100644 --- a/examples/apidoc/RestClientV2/getFuturesFollowerHistoryOrders.js +++ b/examples/apidoc/RestClientV2/getFuturesFollowerHistoryOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-follower/query-history-orders // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesFollowerSettings.js b/examples/apidoc/RestClientV2/getFuturesFollowerSettings.js index 3ce4719..0c9f9b7 100644 --- a/examples/apidoc/RestClientV2/getFuturesFollowerSettings.js +++ b/examples/apidoc/RestClientV2/getFuturesFollowerSettings.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-follower/query-settings // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesFollowerTraders.js b/examples/apidoc/RestClientV2/getFuturesFollowerTraders.js index 47a4409..de48f96 100644 --- a/examples/apidoc/RestClientV2/getFuturesFollowerTraders.js +++ b/examples/apidoc/RestClientV2/getFuturesFollowerTraders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-follower/query-traders // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesHistoricCandles.js b/examples/apidoc/RestClientV2/getFuturesHistoricCandles.js index f6812a5..e4345f0 100644 --- a/examples/apidoc/RestClientV2/getFuturesHistoricCandles.js +++ b/examples/apidoc/RestClientV2/getFuturesHistoricCandles.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/history-candles // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesHistoricFundingRates.js b/examples/apidoc/RestClientV2/getFuturesHistoricFundingRates.js index 2cf6b21..22ad72e 100644 --- a/examples/apidoc/RestClientV2/getFuturesHistoricFundingRates.js +++ b/examples/apidoc/RestClientV2/getFuturesHistoricFundingRates.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/history-fund-rate // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesHistoricIndexPriceCandles.js b/examples/apidoc/RestClientV2/getFuturesHistoricIndexPriceCandles.js index f4976f8..8b65262 100644 --- a/examples/apidoc/RestClientV2/getFuturesHistoricIndexPriceCandles.js +++ b/examples/apidoc/RestClientV2/getFuturesHistoricIndexPriceCandles.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/history-index-candles // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesHistoricMarkPriceCandles.js b/examples/apidoc/RestClientV2/getFuturesHistoricMarkPriceCandles.js index 22f6e0c..eb50d77 100644 --- a/examples/apidoc/RestClientV2/getFuturesHistoricMarkPriceCandles.js +++ b/examples/apidoc/RestClientV2/getFuturesHistoricMarkPriceCandles.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/history-mark-candles // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesHistoricOrderFills.js b/examples/apidoc/RestClientV2/getFuturesHistoricOrderFills.js index 521044d..7809a5e 100644 --- a/examples/apidoc/RestClientV2/getFuturesHistoricOrderFills.js +++ b/examples/apidoc/RestClientV2/getFuturesHistoricOrderFills.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/fill-history // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesHistoricOrders.js b/examples/apidoc/RestClientV2/getFuturesHistoricOrders.js index c994fbf..a2ca29b 100644 --- a/examples/apidoc/RestClientV2/getFuturesHistoricOrders.js +++ b/examples/apidoc/RestClientV2/getFuturesHistoricOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/orders-history // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesHistoricPlanOrders.js b/examples/apidoc/RestClientV2/getFuturesHistoricPlanOrders.js index 2ba92cb..8cff2b4 100644 --- a/examples/apidoc/RestClientV2/getFuturesHistoricPlanOrders.js +++ b/examples/apidoc/RestClientV2/getFuturesHistoricPlanOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/orders-plan-history // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesHistoricPositions.js b/examples/apidoc/RestClientV2/getFuturesHistoricPositions.js index 8cdc936..557ace9 100644 --- a/examples/apidoc/RestClientV2/getFuturesHistoricPositions.js +++ b/examples/apidoc/RestClientV2/getFuturesHistoricPositions.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/position/history-position // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesHistoricTrades.js b/examples/apidoc/RestClientV2/getFuturesHistoricTrades.js index 2b24362..32558bf 100644 --- a/examples/apidoc/RestClientV2/getFuturesHistoricTrades.js +++ b/examples/apidoc/RestClientV2/getFuturesHistoricTrades.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/fills-history // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesLongShortRatio.js b/examples/apidoc/RestClientV2/getFuturesLongShortRatio.js index 981ffb4..df53be9 100644 --- a/examples/apidoc/RestClientV2/getFuturesLongShortRatio.js +++ b/examples/apidoc/RestClientV2/getFuturesLongShortRatio.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/long-short-ratio // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesMergeDepth.js b/examples/apidoc/RestClientV2/getFuturesMergeDepth.js index 74f5f00..ec2f96c 100644 --- a/examples/apidoc/RestClientV2/getFuturesMergeDepth.js +++ b/examples/apidoc/RestClientV2/getFuturesMergeDepth.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/merge-depth // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesNextFundingTime.js b/examples/apidoc/RestClientV2/getFuturesNextFundingTime.js index 67d0c6e..d75eeb6 100644 --- a/examples/apidoc/RestClientV2/getFuturesNextFundingTime.js +++ b/examples/apidoc/RestClientV2/getFuturesNextFundingTime.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/funding-time // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesOpenCount.js b/examples/apidoc/RestClientV2/getFuturesOpenCount.js index 799e2c5..72325fd 100644 --- a/examples/apidoc/RestClientV2/getFuturesOpenCount.js +++ b/examples/apidoc/RestClientV2/getFuturesOpenCount.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/account/open-count // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesOpenInterest.js b/examples/apidoc/RestClientV2/getFuturesOpenInterest.js index 00e55a1..f18047a 100644 --- a/examples/apidoc/RestClientV2/getFuturesOpenInterest.js +++ b/examples/apidoc/RestClientV2/getFuturesOpenInterest.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/open-interest // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesOpenOrders.js b/examples/apidoc/RestClientV2/getFuturesOpenOrders.js index e3a2a50..481c5a9 100644 --- a/examples/apidoc/RestClientV2/getFuturesOpenOrders.js +++ b/examples/apidoc/RestClientV2/getFuturesOpenOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/orders-pending // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesOrder.js b/examples/apidoc/RestClientV2/getFuturesOrder.js index 2c83725..712b621 100644 --- a/examples/apidoc/RestClientV2/getFuturesOrder.js +++ b/examples/apidoc/RestClientV2/getFuturesOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/detail // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesPlanOrders.js b/examples/apidoc/RestClientV2/getFuturesPlanOrders.js index 88064c4..881db35 100644 --- a/examples/apidoc/RestClientV2/getFuturesPlanOrders.js +++ b/examples/apidoc/RestClientV2/getFuturesPlanOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/order/orders-plan-pending // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesPosition.js b/examples/apidoc/RestClientV2/getFuturesPosition.js index b46ed4d..12ec05b 100644 --- a/examples/apidoc/RestClientV2/getFuturesPosition.js +++ b/examples/apidoc/RestClientV2/getFuturesPosition.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/position/single-position // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesPositionTier.js b/examples/apidoc/RestClientV2/getFuturesPositionTier.js index 1264ac4..b64f038 100644 --- a/examples/apidoc/RestClientV2/getFuturesPositionTier.js +++ b/examples/apidoc/RestClientV2/getFuturesPositionTier.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/query-position-lever // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesPositions.js b/examples/apidoc/RestClientV2/getFuturesPositions.js index a9d8fbe..dfa5fa8 100644 --- a/examples/apidoc/RestClientV2/getFuturesPositions.js +++ b/examples/apidoc/RestClientV2/getFuturesPositions.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/position/all-position // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesRecentTrades.js b/examples/apidoc/RestClientV2/getFuturesRecentTrades.js index 5d6db54..6eb6bf8 100644 --- a/examples/apidoc/RestClientV2/getFuturesRecentTrades.js +++ b/examples/apidoc/RestClientV2/getFuturesRecentTrades.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/fills // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesSubAccountAssets.js b/examples/apidoc/RestClientV2/getFuturesSubAccountAssets.js index ff14ef3..9e8947a 100644 --- a/examples/apidoc/RestClientV2/getFuturesSubAccountAssets.js +++ b/examples/apidoc/RestClientV2/getFuturesSubAccountAssets.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/account/sub-account-assets // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesSymbolPrice.js b/examples/apidoc/RestClientV2/getFuturesSymbolPrice.js index f8da380..e03cd7f 100644 --- a/examples/apidoc/RestClientV2/getFuturesSymbolPrice.js +++ b/examples/apidoc/RestClientV2/getFuturesSymbolPrice.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/symbol-price // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesTicker.js b/examples/apidoc/RestClientV2/getFuturesTicker.js index 24fec9c..8e7c3e9 100644 --- a/examples/apidoc/RestClientV2/getFuturesTicker.js +++ b/examples/apidoc/RestClientV2/getFuturesTicker.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/ticker // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getFuturesTraderCurrentOrder.js b/examples/apidoc/RestClientV2/getFuturesTraderCurrentOrder.js index b324f17..ea70232 100644 --- a/examples/apidoc/RestClientV2/getFuturesTraderCurrentOrder.js +++ b/examples/apidoc/RestClientV2/getFuturesTraderCurrentOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-trader/order-current-track // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesTraderFollowers.js b/examples/apidoc/RestClientV2/getFuturesTraderFollowers.js index 991ec56..9fecc1e 100644 --- a/examples/apidoc/RestClientV2/getFuturesTraderFollowers.js +++ b/examples/apidoc/RestClientV2/getFuturesTraderFollowers.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-trader/config-query-followers // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesTraderHistoryOrders.js b/examples/apidoc/RestClientV2/getFuturesTraderHistoryOrders.js index 004d8d7..50887a0 100644 --- a/examples/apidoc/RestClientV2/getFuturesTraderHistoryOrders.js +++ b/examples/apidoc/RestClientV2/getFuturesTraderHistoryOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-trader/order-history-track // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesTraderOrder.js b/examples/apidoc/RestClientV2/getFuturesTraderOrder.js index 9858155..2306e6f 100644 --- a/examples/apidoc/RestClientV2/getFuturesTraderOrder.js +++ b/examples/apidoc/RestClientV2/getFuturesTraderOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-trader/order-total-detail // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesTraderProfitHistory.js b/examples/apidoc/RestClientV2/getFuturesTraderProfitHistory.js index b2c2db1..fec612b 100644 --- a/examples/apidoc/RestClientV2/getFuturesTraderProfitHistory.js +++ b/examples/apidoc/RestClientV2/getFuturesTraderProfitHistory.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-trader/profit-history-summarys // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesTraderProfitShare.js b/examples/apidoc/RestClientV2/getFuturesTraderProfitShare.js index 4ba2471..eec703b 100644 --- a/examples/apidoc/RestClientV2/getFuturesTraderProfitShare.js +++ b/examples/apidoc/RestClientV2/getFuturesTraderProfitShare.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-trader/profit-details // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesTraderProfitShareGroup.js b/examples/apidoc/RestClientV2/getFuturesTraderProfitShareGroup.js index 48ec7a8..9e3ffe7 100644 --- a/examples/apidoc/RestClientV2/getFuturesTraderProfitShareGroup.js +++ b/examples/apidoc/RestClientV2/getFuturesTraderProfitShareGroup.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-trader/profits-group-coin-date // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesTraderProfitShareHistory.js b/examples/apidoc/RestClientV2/getFuturesTraderProfitShareHistory.js index e9b8760..671bba7 100644 --- a/examples/apidoc/RestClientV2/getFuturesTraderProfitShareHistory.js +++ b/examples/apidoc/RestClientV2/getFuturesTraderProfitShareHistory.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-trader/profit-history-details // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesTraderSymbolSettings.js b/examples/apidoc/RestClientV2/getFuturesTraderSymbolSettings.js index 85c2e43..3ba78e2 100644 --- a/examples/apidoc/RestClientV2/getFuturesTraderSymbolSettings.js +++ b/examples/apidoc/RestClientV2/getFuturesTraderSymbolSettings.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-trader/config-query-symbols // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesTransactionRecords.js b/examples/apidoc/RestClientV2/getFuturesTransactionRecords.js index 883b8dd..48344c9 100644 --- a/examples/apidoc/RestClientV2/getFuturesTransactionRecords.js +++ b/examples/apidoc/RestClientV2/getFuturesTransactionRecords.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/tax/future-record // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getFuturesVIPFeeRate.js b/examples/apidoc/RestClientV2/getFuturesVIPFeeRate.js index fee982f..397f979 100644 --- a/examples/apidoc/RestClientV2/getFuturesVIPFeeRate.js +++ b/examples/apidoc/RestClientV2/getFuturesVIPFeeRate.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/vip-fee-rate // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getIsolatedMarginBorrowingRatio.js b/examples/apidoc/RestClientV2/getIsolatedMarginBorrowingRatio.js index b2bb69a..8ab850f 100644 --- a/examples/apidoc/RestClientV2/getIsolatedMarginBorrowingRatio.js +++ b/examples/apidoc/RestClientV2/getIsolatedMarginBorrowingRatio.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/isolated-borrow-rate // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getLoanCurrencies.js b/examples/apidoc/RestClientV2/getLoanCurrencies.js index dd448c7..6b8e0d4 100644 --- a/examples/apidoc/RestClientV2/getLoanCurrencies.js +++ b/examples/apidoc/RestClientV2/getLoanCurrencies.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/loan/public/coinInfos // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getLoanDebts.js b/examples/apidoc/RestClientV2/getLoanDebts.js index 7fd8420..77a518d 100644 --- a/examples/apidoc/RestClientV2/getLoanDebts.js +++ b/examples/apidoc/RestClientV2/getLoanDebts.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/loan/debts // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getLoanEstInterestAndBorrowable.js b/examples/apidoc/RestClientV2/getLoanEstInterestAndBorrowable.js index c0c6fdd..529dcfe 100644 --- a/examples/apidoc/RestClientV2/getLoanEstInterestAndBorrowable.js +++ b/examples/apidoc/RestClientV2/getLoanEstInterestAndBorrowable.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/loan/public/hour-interest // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getLoanHistory.js b/examples/apidoc/RestClientV2/getLoanHistory.js index b68af47..acaf5bb 100644 --- a/examples/apidoc/RestClientV2/getLoanHistory.js +++ b/examples/apidoc/RestClientV2/getLoanHistory.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/loan/borrow-history // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getLoanLiquidationRecords.js b/examples/apidoc/RestClientV2/getLoanLiquidationRecords.js index eb109de..d255866 100644 --- a/examples/apidoc/RestClientV2/getLoanLiquidationRecords.js +++ b/examples/apidoc/RestClientV2/getLoanLiquidationRecords.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/loan/reduces // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getLoanPledgeRateHistory.js b/examples/apidoc/RestClientV2/getLoanPledgeRateHistory.js index 24e5252..e8f4017 100644 --- a/examples/apidoc/RestClientV2/getLoanPledgeRateHistory.js +++ b/examples/apidoc/RestClientV2/getLoanPledgeRateHistory.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/loan/revise-history // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginAccountAssets.js b/examples/apidoc/RestClientV2/getMarginAccountAssets.js index 14cf6f9..eb14493 100644 --- a/examples/apidoc/RestClientV2/getMarginAccountAssets.js +++ b/examples/apidoc/RestClientV2/getMarginAccountAssets.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/account/assets // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginBorrowHistory.js b/examples/apidoc/RestClientV2/getMarginBorrowHistory.js index 398a2a8..123fa94 100644 --- a/examples/apidoc/RestClientV2/getMarginBorrowHistory.js +++ b/examples/apidoc/RestClientV2/getMarginBorrowHistory.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/borrow-history // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginCurrencies.js b/examples/apidoc/RestClientV2/getMarginCurrencies.js index a789413..52260ec 100644 --- a/examples/apidoc/RestClientV2/getMarginCurrencies.js +++ b/examples/apidoc/RestClientV2/getMarginCurrencies.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/currencies // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getMarginFinancialHistory.js b/examples/apidoc/RestClientV2/getMarginFinancialHistory.js index e7fbdb9..4f4dd1d 100644 --- a/examples/apidoc/RestClientV2/getMarginFinancialHistory.js +++ b/examples/apidoc/RestClientV2/getMarginFinancialHistory.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/financial-records // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginFlashRepayResult.js b/examples/apidoc/RestClientV2/getMarginFlashRepayResult.js index 683e24e..e8c37c6 100644 --- a/examples/apidoc/RestClientV2/getMarginFlashRepayResult.js +++ b/examples/apidoc/RestClientV2/getMarginFlashRepayResult.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/account/query-flash-repay-status // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginHistoricOrderFills.js b/examples/apidoc/RestClientV2/getMarginHistoricOrderFills.js index e0338c3..d6eaf01 100644 --- a/examples/apidoc/RestClientV2/getMarginHistoricOrderFills.js +++ b/examples/apidoc/RestClientV2/getMarginHistoricOrderFills.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/fills // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginHistoricOrders.js b/examples/apidoc/RestClientV2/getMarginHistoricOrders.js index 9febbc5..e8c1ee0 100644 --- a/examples/apidoc/RestClientV2/getMarginHistoricOrders.js +++ b/examples/apidoc/RestClientV2/getMarginHistoricOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/history-orders // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginInterestHistory.js b/examples/apidoc/RestClientV2/getMarginInterestHistory.js index 81bc08f..4e2ad93 100644 --- a/examples/apidoc/RestClientV2/getMarginInterestHistory.js +++ b/examples/apidoc/RestClientV2/getMarginInterestHistory.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/interest-history // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginInterestRateAndMaxBorrowable.js b/examples/apidoc/RestClientV2/getMarginInterestRateAndMaxBorrowable.js index 3e31ad8..c15ebb6 100644 --- a/examples/apidoc/RestClientV2/getMarginInterestRateAndMaxBorrowable.js +++ b/examples/apidoc/RestClientV2/getMarginInterestRateAndMaxBorrowable.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/interest-rate-and-limit // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginLiquidationHistory.js b/examples/apidoc/RestClientV2/getMarginLiquidationHistory.js index daeb2fa..daeea52 100644 --- a/examples/apidoc/RestClientV2/getMarginLiquidationHistory.js +++ b/examples/apidoc/RestClientV2/getMarginLiquidationHistory.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/liquidation-history // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginLiquidationOrders.js b/examples/apidoc/RestClientV2/getMarginLiquidationOrders.js index fcb66e5..5df4ad6 100644 --- a/examples/apidoc/RestClientV2/getMarginLiquidationOrders.js +++ b/examples/apidoc/RestClientV2/getMarginLiquidationOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/liquidation-order // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginLoanGrowthRate.js b/examples/apidoc/RestClientV2/getMarginLoanGrowthRate.js index 03d8fbe..bfe6b5a 100644 --- a/examples/apidoc/RestClientV2/getMarginLoanGrowthRate.js +++ b/examples/apidoc/RestClientV2/getMarginLoanGrowthRate.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/market/loan-growth // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getMarginMaxBorrowable.js b/examples/apidoc/RestClientV2/getMarginMaxBorrowable.js index ccee847..7265b88 100644 --- a/examples/apidoc/RestClientV2/getMarginMaxBorrowable.js +++ b/examples/apidoc/RestClientV2/getMarginMaxBorrowable.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/account/max-borrowable-amount // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginMaxTransferable.js b/examples/apidoc/RestClientV2/getMarginMaxTransferable.js index 0a5d3fe..2d1244a 100644 --- a/examples/apidoc/RestClientV2/getMarginMaxTransferable.js +++ b/examples/apidoc/RestClientV2/getMarginMaxTransferable.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/account/max-transfer-out-amount // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginOpenOrders.js b/examples/apidoc/RestClientV2/getMarginOpenOrders.js index 00d7439..7a8175d 100644 --- a/examples/apidoc/RestClientV2/getMarginOpenOrders.js +++ b/examples/apidoc/RestClientV2/getMarginOpenOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/open-orders // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginRepayHistory.js b/examples/apidoc/RestClientV2/getMarginRepayHistory.js index 5bc06a0..13d2444 100644 --- a/examples/apidoc/RestClientV2/getMarginRepayHistory.js +++ b/examples/apidoc/RestClientV2/getMarginRepayHistory.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/repay-history // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginRiskRate.js b/examples/apidoc/RestClientV2/getMarginRiskRate.js index 3644f50..85b8733 100644 --- a/examples/apidoc/RestClientV2/getMarginRiskRate.js +++ b/examples/apidoc/RestClientV2/getMarginRiskRate.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/account/risk-rate // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginTierConfiguration.js b/examples/apidoc/RestClientV2/getMarginTierConfiguration.js index 00e4b80..f4449fa 100644 --- a/examples/apidoc/RestClientV2/getMarginTierConfiguration.js +++ b/examples/apidoc/RestClientV2/getMarginTierConfiguration.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/tier-data // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getMarginTransactionRecords.js b/examples/apidoc/RestClientV2/getMarginTransactionRecords.js index faaff01..feec570 100644 --- a/examples/apidoc/RestClientV2/getMarginTransactionRecords.js +++ b/examples/apidoc/RestClientV2/getMarginTransactionRecords.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/tax/margin-record // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getOngoingLoanOrders.js b/examples/apidoc/RestClientV2/getOngoingLoanOrders.js index 5e55f7a..8e0a519 100644 --- a/examples/apidoc/RestClientV2/getOngoingLoanOrders.js +++ b/examples/apidoc/RestClientV2/getOngoingLoanOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/loan/ongoing-orders // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getP2PMerchantAdvertisementList.js b/examples/apidoc/RestClientV2/getP2PMerchantAdvertisementList.js index 4d948fa..8f78857 100644 --- a/examples/apidoc/RestClientV2/getP2PMerchantAdvertisementList.js +++ b/examples/apidoc/RestClientV2/getP2PMerchantAdvertisementList.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/p2p/advList // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getP2PMerchantInfo.js b/examples/apidoc/RestClientV2/getP2PMerchantInfo.js index 354dbca..a0b24a4 100644 --- a/examples/apidoc/RestClientV2/getP2PMerchantInfo.js +++ b/examples/apidoc/RestClientV2/getP2PMerchantInfo.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/p2p/merchantInfo // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getP2PMerchantList.js b/examples/apidoc/RestClientV2/getP2PMerchantList.js index db842fe..30e919f 100644 --- a/examples/apidoc/RestClientV2/getP2PMerchantList.js +++ b/examples/apidoc/RestClientV2/getP2PMerchantList.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/p2p/merchantList // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getP2PMerchantOrders.js b/examples/apidoc/RestClientV2/getP2PMerchantOrders.js index a9387bb..ae2a2d8 100644 --- a/examples/apidoc/RestClientV2/getP2PMerchantOrders.js +++ b/examples/apidoc/RestClientV2/getP2PMerchantOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/p2p/orderList // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getP2PTransactionRecords.js b/examples/apidoc/RestClientV2/getP2PTransactionRecords.js index 69cb180..06cb42b 100644 --- a/examples/apidoc/RestClientV2/getP2PTransactionRecords.js +++ b/examples/apidoc/RestClientV2/getP2PTransactionRecords.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/tax/p2p-record // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getRepayHistory.js b/examples/apidoc/RestClientV2/getRepayHistory.js index 9531bd6..adc532d 100644 --- a/examples/apidoc/RestClientV2/getRepayHistory.js +++ b/examples/apidoc/RestClientV2/getRepayHistory.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/loan/repay-history // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getServerTime.js b/examples/apidoc/RestClientV2/getServerTime.js index 9c76a5c..fe58672 100644 --- a/examples/apidoc/RestClientV2/getServerTime.js +++ b/examples/apidoc/RestClientV2/getServerTime.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/public/time // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getSharkfinAccount.js b/examples/apidoc/RestClientV2/getSharkfinAccount.js index 6a07b2f..b009b0c 100644 --- a/examples/apidoc/RestClientV2/getSharkfinAccount.js +++ b/examples/apidoc/RestClientV2/getSharkfinAccount.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/sharkfin/account // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSharkfinAssets.js b/examples/apidoc/RestClientV2/getSharkfinAssets.js index 263a647..beb05fb 100644 --- a/examples/apidoc/RestClientV2/getSharkfinAssets.js +++ b/examples/apidoc/RestClientV2/getSharkfinAssets.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/sharkfin/assets // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSharkfinProducts.js b/examples/apidoc/RestClientV2/getSharkfinProducts.js index eac7789..97d0584 100644 --- a/examples/apidoc/RestClientV2/getSharkfinProducts.js +++ b/examples/apidoc/RestClientV2/getSharkfinProducts.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/sharkfin/product // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSharkfinRecords.js b/examples/apidoc/RestClientV2/getSharkfinRecords.js index 238fd07..fb6d3ed 100644 --- a/examples/apidoc/RestClientV2/getSharkfinRecords.js +++ b/examples/apidoc/RestClientV2/getSharkfinRecords.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/sharkfin/records // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSharkfinSubscription.js b/examples/apidoc/RestClientV2/getSharkfinSubscription.js index 34572ef..8c46da9 100644 --- a/examples/apidoc/RestClientV2/getSharkfinSubscription.js +++ b/examples/apidoc/RestClientV2/getSharkfinSubscription.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/sharkfin/subscribe-info // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSharkfinSubscriptionResult.js b/examples/apidoc/RestClientV2/getSharkfinSubscriptionResult.js index 16ecf7d..2e5ef03 100644 --- a/examples/apidoc/RestClientV2/getSharkfinSubscriptionResult.js +++ b/examples/apidoc/RestClientV2/getSharkfinSubscriptionResult.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/sharkfin/subscribe-result // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotAccount.js b/examples/apidoc/RestClientV2/getSpotAccount.js index 0fe4a58..06d4e0a 100644 --- a/examples/apidoc/RestClientV2/getSpotAccount.js +++ b/examples/apidoc/RestClientV2/getSpotAccount.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/account/info // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotAccountAssets.js b/examples/apidoc/RestClientV2/getSpotAccountAssets.js index 40621b4..c181905 100644 --- a/examples/apidoc/RestClientV2/getSpotAccountAssets.js +++ b/examples/apidoc/RestClientV2/getSpotAccountAssets.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/account/assets // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotAccountBills.js b/examples/apidoc/RestClientV2/getSpotAccountBills.js index 7e78b79..0f1428d 100644 --- a/examples/apidoc/RestClientV2/getSpotAccountBills.js +++ b/examples/apidoc/RestClientV2/getSpotAccountBills.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/account/bills // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotBGBDeductInfo.js b/examples/apidoc/RestClientV2/getSpotBGBDeductInfo.js index 2ef8055..0d55044 100644 --- a/examples/apidoc/RestClientV2/getSpotBGBDeductInfo.js +++ b/examples/apidoc/RestClientV2/getSpotBGBDeductInfo.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/account/deduct-info // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotCandles.js b/examples/apidoc/RestClientV2/getSpotCandles.js index ace625d..1ebc5ca 100644 --- a/examples/apidoc/RestClientV2/getSpotCandles.js +++ b/examples/apidoc/RestClientV2/getSpotCandles.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/market/candles // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotCoinInfo.js b/examples/apidoc/RestClientV2/getSpotCoinInfo.js index 7da5f97..87e7003 100644 --- a/examples/apidoc/RestClientV2/getSpotCoinInfo.js +++ b/examples/apidoc/RestClientV2/getSpotCoinInfo.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/public/coins // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotCurrentPlanOrders.js b/examples/apidoc/RestClientV2/getSpotCurrentPlanOrders.js index 4a7b3a5..2cdfd9a 100644 --- a/examples/apidoc/RestClientV2/getSpotCurrentPlanOrders.js +++ b/examples/apidoc/RestClientV2/getSpotCurrentPlanOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/current-plan-order // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotDepositAddress.js b/examples/apidoc/RestClientV2/getSpotDepositAddress.js index b9c120e..e88e69a 100644 --- a/examples/apidoc/RestClientV2/getSpotDepositAddress.js +++ b/examples/apidoc/RestClientV2/getSpotDepositAddress.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/wallet/deposit-address // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotDepositHistory.js b/examples/apidoc/RestClientV2/getSpotDepositHistory.js index 242e422..3fdf17f 100644 --- a/examples/apidoc/RestClientV2/getSpotDepositHistory.js +++ b/examples/apidoc/RestClientV2/getSpotDepositHistory.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/wallet/deposit-records // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotFills.js b/examples/apidoc/RestClientV2/getSpotFills.js index 7edf03c..dc44273 100644 --- a/examples/apidoc/RestClientV2/getSpotFills.js +++ b/examples/apidoc/RestClientV2/getSpotFills.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/fills // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotFollowerCurrentTraderSymbols.js b/examples/apidoc/RestClientV2/getSpotFollowerCurrentTraderSymbols.js index ef9eeac..4be436e 100644 --- a/examples/apidoc/RestClientV2/getSpotFollowerCurrentTraderSymbols.js +++ b/examples/apidoc/RestClientV2/getSpotFollowerCurrentTraderSymbols.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-follower/query-trader-symbols // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotFollowerHistoryOrders.js b/examples/apidoc/RestClientV2/getSpotFollowerHistoryOrders.js index 9a24310..4ce1b16 100644 --- a/examples/apidoc/RestClientV2/getSpotFollowerHistoryOrders.js +++ b/examples/apidoc/RestClientV2/getSpotFollowerHistoryOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-follower/query-history-orders // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotFollowerOpenOrders.js b/examples/apidoc/RestClientV2/getSpotFollowerOpenOrders.js index fa00ab1..720ec9e 100644 --- a/examples/apidoc/RestClientV2/getSpotFollowerOpenOrders.js +++ b/examples/apidoc/RestClientV2/getSpotFollowerOpenOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-follower/query-current-orders // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotFollowerSettings.js b/examples/apidoc/RestClientV2/getSpotFollowerSettings.js index 8f17cd8..7bfe357 100644 --- a/examples/apidoc/RestClientV2/getSpotFollowerSettings.js +++ b/examples/apidoc/RestClientV2/getSpotFollowerSettings.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-follower/query-settings // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotFollowerTraders.js b/examples/apidoc/RestClientV2/getSpotFollowerTraders.js index 9daafb9..efa0b74 100644 --- a/examples/apidoc/RestClientV2/getSpotFollowerTraders.js +++ b/examples/apidoc/RestClientV2/getSpotFollowerTraders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-follower/query-traders // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotFundFlow.js b/examples/apidoc/RestClientV2/getSpotFundFlow.js index 84053e3..f29a95b 100644 --- a/examples/apidoc/RestClientV2/getSpotFundFlow.js +++ b/examples/apidoc/RestClientV2/getSpotFundFlow.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/market/fund-flow // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getSpotFundNetFlowData.js b/examples/apidoc/RestClientV2/getSpotFundNetFlowData.js index 6009675..0ba2acd 100644 --- a/examples/apidoc/RestClientV2/getSpotFundNetFlowData.js +++ b/examples/apidoc/RestClientV2/getSpotFundNetFlowData.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/market/fund-net-flow // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getSpotHistoricCandles.js b/examples/apidoc/RestClientV2/getSpotHistoricCandles.js index a1d9d29..bf5eeb9 100644 --- a/examples/apidoc/RestClientV2/getSpotHistoricCandles.js +++ b/examples/apidoc/RestClientV2/getSpotHistoricCandles.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/market/history-candles // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotHistoricOrders.js b/examples/apidoc/RestClientV2/getSpotHistoricOrders.js index cdd73de..09fe8dd 100644 --- a/examples/apidoc/RestClientV2/getSpotHistoricOrders.js +++ b/examples/apidoc/RestClientV2/getSpotHistoricOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/history-orders // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotHistoricPlanOrders.js b/examples/apidoc/RestClientV2/getSpotHistoricPlanOrders.js index 9d76442..d57fe71 100644 --- a/examples/apidoc/RestClientV2/getSpotHistoricPlanOrders.js +++ b/examples/apidoc/RestClientV2/getSpotHistoricPlanOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/history-plan-order // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotHistoricTrades.js b/examples/apidoc/RestClientV2/getSpotHistoricTrades.js index 121ea94..405c19d 100644 --- a/examples/apidoc/RestClientV2/getSpotHistoricTrades.js +++ b/examples/apidoc/RestClientV2/getSpotHistoricTrades.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/market/fills-history // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotMainSubTransferRecord.js b/examples/apidoc/RestClientV2/getSpotMainSubTransferRecord.js index f7dc78f..f7a3239 100644 --- a/examples/apidoc/RestClientV2/getSpotMainSubTransferRecord.js +++ b/examples/apidoc/RestClientV2/getSpotMainSubTransferRecord.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/account/sub-main-trans-record // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotMergeDepth.js b/examples/apidoc/RestClientV2/getSpotMergeDepth.js index f3dd36d..090f8f7 100644 --- a/examples/apidoc/RestClientV2/getSpotMergeDepth.js +++ b/examples/apidoc/RestClientV2/getSpotMergeDepth.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/market/merge-depth // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotOpenOrders.js b/examples/apidoc/RestClientV2/getSpotOpenOrders.js index 319e623..479c631 100644 --- a/examples/apidoc/RestClientV2/getSpotOpenOrders.js +++ b/examples/apidoc/RestClientV2/getSpotOpenOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/unfilled-orders // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotOrder.js b/examples/apidoc/RestClientV2/getSpotOrder.js index 5623bb1..94c0ea6 100644 --- a/examples/apidoc/RestClientV2/getSpotOrder.js +++ b/examples/apidoc/RestClientV2/getSpotOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/orderInfo // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotOrderBookDepth.js b/examples/apidoc/RestClientV2/getSpotOrderBookDepth.js index 83d3dbe..d09a2ea 100644 --- a/examples/apidoc/RestClientV2/getSpotOrderBookDepth.js +++ b/examples/apidoc/RestClientV2/getSpotOrderBookDepth.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/market/orderbook // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotPlanSubOrder.js b/examples/apidoc/RestClientV2/getSpotPlanSubOrder.js index bc05062..0a083ba 100644 --- a/examples/apidoc/RestClientV2/getSpotPlanSubOrder.js +++ b/examples/apidoc/RestClientV2/getSpotPlanSubOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/plan-sub-order // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotRecentTrades.js b/examples/apidoc/RestClientV2/getSpotRecentTrades.js index fcece1a..aca85d1 100644 --- a/examples/apidoc/RestClientV2/getSpotRecentTrades.js +++ b/examples/apidoc/RestClientV2/getSpotRecentTrades.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/market/fills // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotSubAccountAssets.js b/examples/apidoc/RestClientV2/getSpotSubAccountAssets.js index 7ad9cc8..ac70788 100644 --- a/examples/apidoc/RestClientV2/getSpotSubAccountAssets.js +++ b/examples/apidoc/RestClientV2/getSpotSubAccountAssets.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/account/subaccount-assets // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotSubDepositAddress.js b/examples/apidoc/RestClientV2/getSpotSubDepositAddress.js index 3c327b2..8bf05d5 100644 --- a/examples/apidoc/RestClientV2/getSpotSubDepositAddress.js +++ b/examples/apidoc/RestClientV2/getSpotSubDepositAddress.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/wallet/subaccount-deposit-address // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotSymbolInfo.js b/examples/apidoc/RestClientV2/getSpotSymbolInfo.js index 856541c..6efa31d 100644 --- a/examples/apidoc/RestClientV2/getSpotSymbolInfo.js +++ b/examples/apidoc/RestClientV2/getSpotSymbolInfo.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/public/symbols // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotTicker.js b/examples/apidoc/RestClientV2/getSpotTicker.js index 8b7f846..a3a8679 100644 --- a/examples/apidoc/RestClientV2/getSpotTicker.js +++ b/examples/apidoc/RestClientV2/getSpotTicker.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/market/tickers // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotTraderConfiguration.js b/examples/apidoc/RestClientV2/getSpotTraderConfiguration.js index b71a96e..dfccc26 100644 --- a/examples/apidoc/RestClientV2/getSpotTraderConfiguration.js +++ b/examples/apidoc/RestClientV2/getSpotTraderConfiguration.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-trader/config-query-settings // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotTraderCurrentOrders.js b/examples/apidoc/RestClientV2/getSpotTraderCurrentOrders.js index ee43200..f8fc87e 100644 --- a/examples/apidoc/RestClientV2/getSpotTraderCurrentOrders.js +++ b/examples/apidoc/RestClientV2/getSpotTraderCurrentOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-trader/order-current-track // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotTraderFollowers.js b/examples/apidoc/RestClientV2/getSpotTraderFollowers.js index a588a5d..1bbecb5 100644 --- a/examples/apidoc/RestClientV2/getSpotTraderFollowers.js +++ b/examples/apidoc/RestClientV2/getSpotTraderFollowers.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-trader/config-query-followers // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotTraderHistoryOrders.js b/examples/apidoc/RestClientV2/getSpotTraderHistoryOrders.js index 610197c..2c88d76 100644 --- a/examples/apidoc/RestClientV2/getSpotTraderHistoryOrders.js +++ b/examples/apidoc/RestClientV2/getSpotTraderHistoryOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-trader/order-history-track // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotTraderHistoryProfit.js b/examples/apidoc/RestClientV2/getSpotTraderHistoryProfit.js index 2d2c53d..f8089ab 100644 --- a/examples/apidoc/RestClientV2/getSpotTraderHistoryProfit.js +++ b/examples/apidoc/RestClientV2/getSpotTraderHistoryProfit.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-trader/profit-history-details // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotTraderOrder.js b/examples/apidoc/RestClientV2/getSpotTraderOrder.js index f45f211..6d50ea5 100644 --- a/examples/apidoc/RestClientV2/getSpotTraderOrder.js +++ b/examples/apidoc/RestClientV2/getSpotTraderOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-trader/order-total-detail // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotTraderProfit.js b/examples/apidoc/RestClientV2/getSpotTraderProfit.js index 3dcf337..cb1d2ea 100644 --- a/examples/apidoc/RestClientV2/getSpotTraderProfit.js +++ b/examples/apidoc/RestClientV2/getSpotTraderProfit.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-trader/profit-summarys // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotTraderSymbolSettings.js b/examples/apidoc/RestClientV2/getSpotTraderSymbolSettings.js index 2b1dfb4..468c0f0 100644 --- a/examples/apidoc/RestClientV2/getSpotTraderSymbolSettings.js +++ b/examples/apidoc/RestClientV2/getSpotTraderSymbolSettings.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-trader/config-setting-symbols // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotTraderUnrealizedProfit.js b/examples/apidoc/RestClientV2/getSpotTraderUnrealizedProfit.js index 6c04478..f319f2a 100644 --- a/examples/apidoc/RestClientV2/getSpotTraderUnrealizedProfit.js +++ b/examples/apidoc/RestClientV2/getSpotTraderUnrealizedProfit.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-trader/profit-details // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotTransactionRecords.js b/examples/apidoc/RestClientV2/getSpotTransactionRecords.js index 0234932..2410b50 100644 --- a/examples/apidoc/RestClientV2/getSpotTransactionRecords.js +++ b/examples/apidoc/RestClientV2/getSpotTransactionRecords.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/tax/spot-record // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotTransferHistory.js b/examples/apidoc/RestClientV2/getSpotTransferHistory.js index 9dd7c9e..82cf36a 100644 --- a/examples/apidoc/RestClientV2/getSpotTransferHistory.js +++ b/examples/apidoc/RestClientV2/getSpotTransferHistory.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/account/transferRecords // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotTransferableCoins.js b/examples/apidoc/RestClientV2/getSpotTransferableCoins.js index 4027681..e7617f3 100644 --- a/examples/apidoc/RestClientV2/getSpotTransferableCoins.js +++ b/examples/apidoc/RestClientV2/getSpotTransferableCoins.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/wallet/transfer-coin-info // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotVIPFeeRate.js b/examples/apidoc/RestClientV2/getSpotVIPFeeRate.js index 79316a5..52e2dde 100644 --- a/examples/apidoc/RestClientV2/getSpotVIPFeeRate.js +++ b/examples/apidoc/RestClientV2/getSpotVIPFeeRate.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/market/vip-fee-rate // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotWhaleNetFlowData.js b/examples/apidoc/RestClientV2/getSpotWhaleNetFlowData.js index f1b203e..c9dec27 100644 --- a/examples/apidoc/RestClientV2/getSpotWhaleNetFlowData.js +++ b/examples/apidoc/RestClientV2/getSpotWhaleNetFlowData.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/market/whale-net-flow // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSpotWithdrawalHistory.js b/examples/apidoc/RestClientV2/getSpotWithdrawalHistory.js index 7e0458c..ed72ee2 100644 --- a/examples/apidoc/RestClientV2/getSpotWithdrawalHistory.js +++ b/examples/apidoc/RestClientV2/getSpotWithdrawalHistory.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/wallet/withdrawal-records // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSubAccountDepositRecords.js b/examples/apidoc/RestClientV2/getSubAccountDepositRecords.js index e9eeac6..754d540 100644 --- a/examples/apidoc/RestClientV2/getSubAccountDepositRecords.js +++ b/examples/apidoc/RestClientV2/getSubAccountDepositRecords.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/wallet/subaccount-deposit-records // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSubaccountApiKey.js b/examples/apidoc/RestClientV2/getSubaccountApiKey.js index 059701e..87c5f27 100644 --- a/examples/apidoc/RestClientV2/getSubaccountApiKey.js +++ b/examples/apidoc/RestClientV2/getSubaccountApiKey.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/manage/subaccount-apikey-list // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSubaccountEmail.js b/examples/apidoc/RestClientV2/getSubaccountEmail.js index 2649950..1382f3d 100644 --- a/examples/apidoc/RestClientV2/getSubaccountEmail.js +++ b/examples/apidoc/RestClientV2/getSubaccountEmail.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/account/subaccount-email // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSubaccountFuturesAssets.js b/examples/apidoc/RestClientV2/getSubaccountFuturesAssets.js index 9803063..d8bebf9 100644 --- a/examples/apidoc/RestClientV2/getSubaccountFuturesAssets.js +++ b/examples/apidoc/RestClientV2/getSubaccountFuturesAssets.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/account/subaccount-future-assets // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSubaccountSpotAssets.js b/examples/apidoc/RestClientV2/getSubaccountSpotAssets.js index 48193d9..383126e 100644 --- a/examples/apidoc/RestClientV2/getSubaccountSpotAssets.js +++ b/examples/apidoc/RestClientV2/getSubaccountSpotAssets.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/account/subaccount-spot-assets // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getSubaccounts.js b/examples/apidoc/RestClientV2/getSubaccounts.js index 5346afa..34fde09 100644 --- a/examples/apidoc/RestClientV2/getSubaccounts.js +++ b/examples/apidoc/RestClientV2/getSubaccounts.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/account/subaccount-list // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getTradeDataSupportSymbols.js b/examples/apidoc/RestClientV2/getTradeDataSupportSymbols.js index 0fb61ea..d3d4407 100644 --- a/examples/apidoc/RestClientV2/getTradeDataSupportSymbols.js +++ b/examples/apidoc/RestClientV2/getTradeDataSupportSymbols.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/market/support-symbols // METHOD: GET // PUBLIC: YES diff --git a/examples/apidoc/RestClientV2/getTradeRate.js b/examples/apidoc/RestClientV2/getTradeRate.js index bf352fd..6f74c60 100644 --- a/examples/apidoc/RestClientV2/getTradeRate.js +++ b/examples/apidoc/RestClientV2/getTradeRate.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/common/trade-rate // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getVirtualSubaccountAPIKeys.js b/examples/apidoc/RestClientV2/getVirtualSubaccountAPIKeys.js index 70b153e..c60420a 100644 --- a/examples/apidoc/RestClientV2/getVirtualSubaccountAPIKeys.js +++ b/examples/apidoc/RestClientV2/getVirtualSubaccountAPIKeys.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/user/virtual-subaccount-apikey-list // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/getVirtualSubaccounts.js b/examples/apidoc/RestClientV2/getVirtualSubaccounts.js index 597ecec..d440e24 100644 --- a/examples/apidoc/RestClientV2/getVirtualSubaccounts.js +++ b/examples/apidoc/RestClientV2/getVirtualSubaccounts.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/user/virtual-subaccount-list // METHOD: GET // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/marginBatchCancelOrders.js b/examples/apidoc/RestClientV2/marginBatchCancelOrders.js index 5815d3b..74badad 100644 --- a/examples/apidoc/RestClientV2/marginBatchCancelOrders.js +++ b/examples/apidoc/RestClientV2/marginBatchCancelOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/batch-cancel-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/marginBatchSubmitOrders.js b/examples/apidoc/RestClientV2/marginBatchSubmitOrders.js index 1f74fef..6bd8240 100644 --- a/examples/apidoc/RestClientV2/marginBatchSubmitOrders.js +++ b/examples/apidoc/RestClientV2/marginBatchSubmitOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/batch-place-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/marginBorrow.js b/examples/apidoc/RestClientV2/marginBorrow.js index 2a9b9de..cc19072 100644 --- a/examples/apidoc/RestClientV2/marginBorrow.js +++ b/examples/apidoc/RestClientV2/marginBorrow.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/account/borrow // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/marginCancelOrder.js b/examples/apidoc/RestClientV2/marginCancelOrder.js index e9b542d..66bfa92 100644 --- a/examples/apidoc/RestClientV2/marginCancelOrder.js +++ b/examples/apidoc/RestClientV2/marginCancelOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/cancel-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/marginFlashRepay.js b/examples/apidoc/RestClientV2/marginFlashRepay.js index e0f2deb..d9aeda7 100644 --- a/examples/apidoc/RestClientV2/marginFlashRepay.js +++ b/examples/apidoc/RestClientV2/marginFlashRepay.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/account/flash-repay // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/marginRepay.js b/examples/apidoc/RestClientV2/marginRepay.js index 9ac47a3..d3f32a2 100644 --- a/examples/apidoc/RestClientV2/marginRepay.js +++ b/examples/apidoc/RestClientV2/marginRepay.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/account/repay // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/marginSubmitOrder.js b/examples/apidoc/RestClientV2/marginSubmitOrder.js index 0d717fe..9ac0bbf 100644 --- a/examples/apidoc/RestClientV2/marginSubmitOrder.js +++ b/examples/apidoc/RestClientV2/marginSubmitOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/margin/${marginType}/place-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/modifyFuturesTraderOrderTPSL.js b/examples/apidoc/RestClientV2/modifyFuturesTraderOrderTPSL.js index 7e07f36..a2a02dc 100644 --- a/examples/apidoc/RestClientV2/modifyFuturesTraderOrderTPSL.js +++ b/examples/apidoc/RestClientV2/modifyFuturesTraderOrderTPSL.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-trader/order-modify-tpsl // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/modifySpotTraderOrderTPSL.js b/examples/apidoc/RestClientV2/modifySpotTraderOrderTPSL.js index e903027..dd52ba1 100644 --- a/examples/apidoc/RestClientV2/modifySpotTraderOrderTPSL.js +++ b/examples/apidoc/RestClientV2/modifySpotTraderOrderTPSL.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-trader/order-modify-tpsl // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/modifySubaccount.js b/examples/apidoc/RestClientV2/modifySubaccount.js index f8d9a66..6c65cbd 100644 --- a/examples/apidoc/RestClientV2/modifySubaccount.js +++ b/examples/apidoc/RestClientV2/modifySubaccount.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/account/modify-subaccount // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/modifySubaccountApiKey.js b/examples/apidoc/RestClientV2/modifySubaccountApiKey.js index 75555ef..eeb8daf 100644 --- a/examples/apidoc/RestClientV2/modifySubaccountApiKey.js +++ b/examples/apidoc/RestClientV2/modifySubaccountApiKey.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/manage/modify-subaccount-apikey // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/modifySubaccountEmail.js b/examples/apidoc/RestClientV2/modifySubaccountEmail.js index 2337ca5..cde60b9 100644 --- a/examples/apidoc/RestClientV2/modifySubaccountEmail.js +++ b/examples/apidoc/RestClientV2/modifySubaccountEmail.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/account/modify-subaccount-email // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/modifyVirtualSubaccount.js b/examples/apidoc/RestClientV2/modifyVirtualSubaccount.js index 15bd3f2..5da8f8b 100644 --- a/examples/apidoc/RestClientV2/modifyVirtualSubaccount.js +++ b/examples/apidoc/RestClientV2/modifyVirtualSubaccount.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/user/modify-virtual-subaccount // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/modifyVirtualSubaccountAPIKey.js b/examples/apidoc/RestClientV2/modifyVirtualSubaccountAPIKey.js index 380177b..12df35f 100644 --- a/examples/apidoc/RestClientV2/modifyVirtualSubaccountAPIKey.js +++ b/examples/apidoc/RestClientV2/modifyVirtualSubaccountAPIKey.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/user/modify-virtual-subaccount-apikey // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/removeFuturesTraderFollower.js b/examples/apidoc/RestClientV2/removeFuturesTraderFollower.js index 2cf8879..d1354e8 100644 --- a/examples/apidoc/RestClientV2/removeFuturesTraderFollower.js +++ b/examples/apidoc/RestClientV2/removeFuturesTraderFollower.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-trader/config-remove-follower // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/removeSpotTraderFollowers.js b/examples/apidoc/RestClientV2/removeSpotTraderFollowers.js index 544fcba..1d67e89 100644 --- a/examples/apidoc/RestClientV2/removeSpotTraderFollowers.js +++ b/examples/apidoc/RestClientV2/removeSpotTraderFollowers.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-trader/config-remove-follower // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/repayLoan.js b/examples/apidoc/RestClientV2/repayLoan.js index a2ff814..40da0c9 100644 --- a/examples/apidoc/RestClientV2/repayLoan.js +++ b/examples/apidoc/RestClientV2/repayLoan.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/loan/repay // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/sellSpotFollower.js b/examples/apidoc/RestClientV2/sellSpotFollower.js index 73a9c09..724caf4 100644 --- a/examples/apidoc/RestClientV2/sellSpotFollower.js +++ b/examples/apidoc/RestClientV2/sellSpotFollower.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-follower/order-close-tracking // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/sellSpotTrader.js b/examples/apidoc/RestClientV2/sellSpotTrader.js index 1c98940..c158c73 100644 --- a/examples/apidoc/RestClientV2/sellSpotTrader.js +++ b/examples/apidoc/RestClientV2/sellSpotTrader.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-trader/order-close-tracking // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/setFuturesLeverage.js b/examples/apidoc/RestClientV2/setFuturesLeverage.js index 5dc1b02..8f1611d 100644 --- a/examples/apidoc/RestClientV2/setFuturesLeverage.js +++ b/examples/apidoc/RestClientV2/setFuturesLeverage.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/account/set-leverage // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/setFuturesMarginMode.js b/examples/apidoc/RestClientV2/setFuturesMarginMode.js index 09c4dc6..338cd37 100644 --- a/examples/apidoc/RestClientV2/setFuturesMarginMode.js +++ b/examples/apidoc/RestClientV2/setFuturesMarginMode.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/account/set-margin-mode // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/setFuturesPositionAutoMargin.js b/examples/apidoc/RestClientV2/setFuturesPositionAutoMargin.js index 6ca00aa..6870177 100644 --- a/examples/apidoc/RestClientV2/setFuturesPositionAutoMargin.js +++ b/examples/apidoc/RestClientV2/setFuturesPositionAutoMargin.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/account/set-auto-margin // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/setFuturesPositionMargin.js b/examples/apidoc/RestClientV2/setFuturesPositionMargin.js index 98c712a..c511d2b 100644 --- a/examples/apidoc/RestClientV2/setFuturesPositionMargin.js +++ b/examples/apidoc/RestClientV2/setFuturesPositionMargin.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/account/set-margin // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/setFuturesPositionMode.js b/examples/apidoc/RestClientV2/setFuturesPositionMode.js index 0fdcfcb..bf75fb1 100644 --- a/examples/apidoc/RestClientV2/setFuturesPositionMode.js +++ b/examples/apidoc/RestClientV2/setFuturesPositionMode.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/mix/account/set-position-mode // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/spotBatchCancelOrders.js b/examples/apidoc/RestClientV2/spotBatchCancelOrders.js index efe9143..fdb87e5 100644 --- a/examples/apidoc/RestClientV2/spotBatchCancelOrders.js +++ b/examples/apidoc/RestClientV2/spotBatchCancelOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/batch-cancel-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/spotBatchSubmitOrders.js b/examples/apidoc/RestClientV2/spotBatchSubmitOrders.js index 084bad4..db58d1b 100644 --- a/examples/apidoc/RestClientV2/spotBatchSubmitOrders.js +++ b/examples/apidoc/RestClientV2/spotBatchSubmitOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/batch-orders // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/spotCancelOrder.js b/examples/apidoc/RestClientV2/spotCancelOrder.js index 0290afa..456eebc 100644 --- a/examples/apidoc/RestClientV2/spotCancelOrder.js +++ b/examples/apidoc/RestClientV2/spotCancelOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/cancel-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/spotCancelPlanOrder.js b/examples/apidoc/RestClientV2/spotCancelPlanOrder.js index 8a63edb..9d295df 100644 --- a/examples/apidoc/RestClientV2/spotCancelPlanOrder.js +++ b/examples/apidoc/RestClientV2/spotCancelPlanOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/cancel-plan-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/spotCancelPlanOrders.js b/examples/apidoc/RestClientV2/spotCancelPlanOrders.js index 65f1dea..48f8d62 100644 --- a/examples/apidoc/RestClientV2/spotCancelPlanOrders.js +++ b/examples/apidoc/RestClientV2/spotCancelPlanOrders.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/batch-cancel-plan-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/spotCancelSymbolOrder.js b/examples/apidoc/RestClientV2/spotCancelSymbolOrder.js index 3e5e85a..58b150d 100644 --- a/examples/apidoc/RestClientV2/spotCancelSymbolOrder.js +++ b/examples/apidoc/RestClientV2/spotCancelSymbolOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/cancel-symbol-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/spotCancelWithdrawal.js b/examples/apidoc/RestClientV2/spotCancelWithdrawal.js index 938eeec..1335955 100644 --- a/examples/apidoc/RestClientV2/spotCancelWithdrawal.js +++ b/examples/apidoc/RestClientV2/spotCancelWithdrawal.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/wallet/cancel-withdrawal // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/spotModifyDepositAccount.js b/examples/apidoc/RestClientV2/spotModifyDepositAccount.js index cdf7cb1..2490f4a 100644 --- a/examples/apidoc/RestClientV2/spotModifyDepositAccount.js +++ b/examples/apidoc/RestClientV2/spotModifyDepositAccount.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/wallet/modify-deposit-account // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/spotModifyPlanOrder.js b/examples/apidoc/RestClientV2/spotModifyPlanOrder.js index 1c9fa4e..585f7ab 100644 --- a/examples/apidoc/RestClientV2/spotModifyPlanOrder.js +++ b/examples/apidoc/RestClientV2/spotModifyPlanOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/modify-plan-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/spotSubTransfer.js b/examples/apidoc/RestClientV2/spotSubTransfer.js index ef58984..a755d14 100644 --- a/examples/apidoc/RestClientV2/spotSubTransfer.js +++ b/examples/apidoc/RestClientV2/spotSubTransfer.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/wallet/subaccount-transfer // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/spotSubmitOrder.js b/examples/apidoc/RestClientV2/spotSubmitOrder.js index ffd2233..ce23e1b 100644 --- a/examples/apidoc/RestClientV2/spotSubmitOrder.js +++ b/examples/apidoc/RestClientV2/spotSubmitOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/place-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/spotSubmitPlanOrder.js b/examples/apidoc/RestClientV2/spotSubmitPlanOrder.js index 8a789c4..c2bf87b 100644 --- a/examples/apidoc/RestClientV2/spotSubmitPlanOrder.js +++ b/examples/apidoc/RestClientV2/spotSubmitPlanOrder.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/trade/place-plan-order // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/spotSwitchBGBDeduct.js b/examples/apidoc/RestClientV2/spotSwitchBGBDeduct.js index 489c06e..b318daf 100644 --- a/examples/apidoc/RestClientV2/spotSwitchBGBDeduct.js +++ b/examples/apidoc/RestClientV2/spotSwitchBGBDeduct.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/account/switch-deduct // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/spotTransfer.js b/examples/apidoc/RestClientV2/spotTransfer.js index 9414f6a..90e611a 100644 --- a/examples/apidoc/RestClientV2/spotTransfer.js +++ b/examples/apidoc/RestClientV2/spotTransfer.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/wallet/transfer // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/spotWithdraw.js b/examples/apidoc/RestClientV2/spotWithdraw.js index e6cd24a..70f4f43 100644 --- a/examples/apidoc/RestClientV2/spotWithdraw.js +++ b/examples/apidoc/RestClientV2/spotWithdraw.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/spot/wallet/withdrawal // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/subaccountDepositRecords.js b/examples/apidoc/RestClientV2/subaccountDepositRecords.js index 10b1eca..3fed8ab 100644 --- a/examples/apidoc/RestClientV2/subaccountDepositRecords.js +++ b/examples/apidoc/RestClientV2/subaccountDepositRecords.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/subaccount-deposit // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/subaccountSetAutoTransfer.js b/examples/apidoc/RestClientV2/subaccountSetAutoTransfer.js index 697903e..71215cd 100644 --- a/examples/apidoc/RestClientV2/subaccountSetAutoTransfer.js +++ b/examples/apidoc/RestClientV2/subaccountSetAutoTransfer.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/account/set-subaccount-autotransfer // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/subaccountWithdrawal.js b/examples/apidoc/RestClientV2/subaccountWithdrawal.js index 9bd8ab0..45c2235 100644 --- a/examples/apidoc/RestClientV2/subaccountWithdrawal.js +++ b/examples/apidoc/RestClientV2/subaccountWithdrawal.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/account/subaccount-withdrawal // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/subaccountWithdrawalRecords.js b/examples/apidoc/RestClientV2/subaccountWithdrawalRecords.js index dd73663..bfc064f 100644 --- a/examples/apidoc/RestClientV2/subaccountWithdrawalRecords.js +++ b/examples/apidoc/RestClientV2/subaccountWithdrawalRecords.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/broker/subaccount-withdrawal // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/subscribeSharkfin.js b/examples/apidoc/RestClientV2/subscribeSharkfin.js index f1a6f44..7d462b7 100644 --- a/examples/apidoc/RestClientV2/subscribeSharkfin.js +++ b/examples/apidoc/RestClientV2/subscribeSharkfin.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/sharkfin/subscribe // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/unfollowFuturesTrader.js b/examples/apidoc/RestClientV2/unfollowFuturesTrader.js index 5282fdc..784cf58 100644 --- a/examples/apidoc/RestClientV2/unfollowFuturesTrader.js +++ b/examples/apidoc/RestClientV2/unfollowFuturesTrader.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-follower/cancel-trader // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/unfollowSpotTrader.js b/examples/apidoc/RestClientV2/unfollowSpotTrader.js index a7053e3..d8408c5 100644 --- a/examples/apidoc/RestClientV2/unfollowSpotTrader.js +++ b/examples/apidoc/RestClientV2/unfollowSpotTrader.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-follower/cancel-trader // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/updateFuturesFollowerSettings.js b/examples/apidoc/RestClientV2/updateFuturesFollowerSettings.js index a671b25..57ce0de 100644 --- a/examples/apidoc/RestClientV2/updateFuturesFollowerSettings.js +++ b/examples/apidoc/RestClientV2/updateFuturesFollowerSettings.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-follower/settings // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/updateFuturesFollowerTPSL.js b/examples/apidoc/RestClientV2/updateFuturesFollowerTPSL.js index 41f65de..968573c 100644 --- a/examples/apidoc/RestClientV2/updateFuturesFollowerTPSL.js +++ b/examples/apidoc/RestClientV2/updateFuturesFollowerTPSL.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-follower/setting-tpsl // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/updateFuturesTraderGlobalSettings.js b/examples/apidoc/RestClientV2/updateFuturesTraderGlobalSettings.js index c6b0437..cfc0097 100644 --- a/examples/apidoc/RestClientV2/updateFuturesTraderGlobalSettings.js +++ b/examples/apidoc/RestClientV2/updateFuturesTraderGlobalSettings.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-trader/config-settings-base // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/updateFuturesTraderSymbolSettings.js b/examples/apidoc/RestClientV2/updateFuturesTraderSymbolSettings.js index 2dc3d48..8b12d36 100644 --- a/examples/apidoc/RestClientV2/updateFuturesTraderSymbolSettings.js +++ b/examples/apidoc/RestClientV2/updateFuturesTraderSymbolSettings.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/mix-trader/config-setting-symbols // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/updateLoanPledgeRate.js b/examples/apidoc/RestClientV2/updateLoanPledgeRate.js index 044bacb..950e058 100644 --- a/examples/apidoc/RestClientV2/updateLoanPledgeRate.js +++ b/examples/apidoc/RestClientV2/updateLoanPledgeRate.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/earn/loan/revise-pledge // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/updateSpotFollowerSettings.js b/examples/apidoc/RestClientV2/updateSpotFollowerSettings.js index 2450127..7dfd357 100644 --- a/examples/apidoc/RestClientV2/updateSpotFollowerSettings.js +++ b/examples/apidoc/RestClientV2/updateSpotFollowerSettings.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-follower/settings // METHOD: POST // PUBLIC: NO diff --git a/examples/apidoc/RestClientV2/updateSpotFollowerTPSL.js b/examples/apidoc/RestClientV2/updateSpotFollowerTPSL.js index a40c274..d103c75 100644 --- a/examples/apidoc/RestClientV2/updateSpotFollowerTPSL.js +++ b/examples/apidoc/RestClientV2/updateSpotFollowerTPSL.js @@ -1,5 +1,8 @@ const { RestClientV2 } = require('bitget-api'); + + // This example shows how to call this Bitget API endpoint with either node.js, javascript (js) or typescript (ts) with the npm module "bitget-api" for Bitget exchange + // This Bitget API SDK is available on npm via "npm install bitget-api" // ENDPOINT: /api/v2/copy/spot-follower/setting-tpsl // METHOD: POST // PUBLIC: NO