chore(): updated examples

This commit is contained in:
Jerko J
2024-10-16 18:15:53 +02:00
parent 5eba290130
commit 2e9fb347d7
250 changed files with 750 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

Some files were not shown because too many files have changed in this diff Show More