Sub-Account Managenent

Create sub-account

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/common/sub-account#Create+sub-accountarrow-up-right

Function Name:

createSubaccount()

Usage:

import { createExchange } from "./exchanges/exchange.js";

   let myBingxExchange  = createExchange({
      exchange: "bingx",
      authenticate: "true",
      key: "myKey",
      secret: "mySecret",
      label: "bingx"
  });

async function createSubaccount(exchange, options) {
    try {
        let result = await exchange.createSubaccount(options);
        console.log(result);
    } catch (error) {
        console.log(error.message);
    }
}

let result = await createSubaccount(myBingxExchange, {
	subAccountString: "<string>",
	recvWindow: "<long>"
});

Query account uid

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/common/sub-account#Query+account+uidarrow-up-right

Function Name:

Usage:

Get sub-account list

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/common/sub-account#Get+sub-account+listarrow-up-right

Function Name:

Usage:

Query sub-account spot assets

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/common/sub-account#Query+sub-account+spot+assetsarrow-up-right

Function Name:

Usage:

Create an API Key for a sub-account

circle-info

Function Name:

Usage:

Query the API Key of a sub-account

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/common/sub-account#Query+the+API+Key+of+a+sub-accountarrow-up-right

Function Name:

Usage:

Reset the API Key of a sub-account

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/common/sub-account#Reset+the+API+Key+of+a+sub-accountarrow-up-right

Function Name:

Usage:

Delete the API Key of sub-accounts

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/common/sub-account#Delete+the+API+Key+of+sub-accountsarrow-up-right

Function Name:

Usage:

Freeze and unfreeze sub-accounts

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/common/sub-account#Freeze+and+unfreeze+sub-accountsarrow-up-right

Function Name:

Usage:

Authorize sub-account internal transfers

circle-info

Function Name:

Usage:

Sub-account internal transfer

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/common/sub-account#Sub-account+internal+transferarrow-up-right

Function Name:

Usage:

Create deposit address for sub-account

circle-info

Function Name:

Usage:

Get sub-account deposit address

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/common/sub-account#Get+sub-account+deposit+addressarrow-up-right

Function Name:

Usage:

Get sub-account deposit records

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/common/sub-account#Get+sub-account+deposit+recordsarrow-up-right

Function Name:

Usage:

Query sub-account internal transfer records

circle-info

Function Name:

Usage:

Query Sub-Account Transfer History (For Master Account Operations Only)

Function Name:

Usage:

Query the transferable amount of funds in the parent-child account (only for parent account operations).

Function Name:

Usage:

Sub-Account Asset Transfer Interface (For Master Account Operations Only)

Function Name:

Usage:

Asset overview

circle-info

Please refer to the official BingX API Docs for the Required parameters.

https://bingx-api.github.io/docs/#/en-us/common/sub-account#Asset+overviewarrow-up-right

Function Name:

Usage:

Batch inquiry of sub account asset overview

circle-info

Function Name:

Usage:

Last updated