chore(): updated examples
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/user/batch-create-subaccount-and-apikey
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/earn/loan/borrow
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/spot-follower/stop-order
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-follower/close-positions
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-trader/order-close-positions
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/convert/trade
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/convert/bgb-convert
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/broker/account/create-subaccount
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/broker/manage/create-subaccount-apikey
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/broker/account/subaccount-address
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/user/create-virtual-subaccount
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/user/create-virtual-subaccount-apikey
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/earn/savings/subscribe
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/batch-cancel-orders
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/batch-place-order
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/cancel-all-orders
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/cancel-order
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/cancel-plan-order
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/close-positions
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/modify-order
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/modify-plan-order
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/modify-tpsl-order
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/place-order
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/place-plan-order
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/plan-sub-order
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/click-backhand
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/place-tpsl-order
|
||||||
// METHOD: POST
|
// METHOD: POST
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/public/annoucements
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/account/all-account-balance
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/account/bot-assets
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/broker/account/info
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-broker/query-traders
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-broker/query-history-traces
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-broker/query-current-traces
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/convert/bgb-convert-coin-list
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/convert/bgb-convert-records
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/convert/currencies
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/convert/convert-record
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/convert/quoted-price
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/earn/account/assets
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/earn/savings/account
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/earn/savings/assets
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/earn/savings/product
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/earn/savings/records
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/earn/savings/redeem-result
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/earn/savings/subscribe-info
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/earn/savings/subscribe-result
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/account/funding-assets
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/account/account
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/account/accounts
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/account/bill
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/long-short
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/account-long-short
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/position-long-short
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/taker-buy-sell
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/tickers
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/candles
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/contracts
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/current-fund-rate
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/fills
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-follower/query-current-orders
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-follower/query-quantity-limit
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-follower/query-history-orders
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-follower/query-settings
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-follower/query-traders
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/history-candles
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/history-fund-rate
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/history-index-candles
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/history-mark-candles
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/fill-history
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/orders-history
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/orders-plan-history
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/position/history-position
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/fills-history
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/long-short-ratio
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/merge-depth
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/funding-time
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/account/open-count
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/open-interest
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/orders-pending
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/detail
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/order/orders-plan-pending
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/position/single-position
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/query-position-lever
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/position/all-position
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/fills
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/account/sub-account-assets
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/symbol-price
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/ticker
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-trader/order-current-track
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-trader/config-query-followers
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-trader/order-history-track
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-trader/order-total-detail
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-trader/profit-history-summarys
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-trader/profit-details
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-trader/profits-group-coin-date
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-trader/profit-history-details
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/copy/mix-trader/config-query-symbols
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/tax/future-record
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: NO
|
// PUBLIC: NO
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
const { RestClientV2 } = require('bitget-api');
|
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
|
// ENDPOINT: /api/v2/mix/market/vip-fee-rate
|
||||||
// METHOD: GET
|
// METHOD: GET
|
||||||
// PUBLIC: YES
|
// PUBLIC: YES
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user