Fund Account

Query Assets

circle-info

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

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

Function Name:

getAssets()

Usage:

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

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

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

let result = await getAssets(myBingxExchange);

Asset Transfer

circle-info

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

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

Function Name:

Usage:

Asset transfer records

circle-info

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

https://bingx-api.github.io/docs/#/en-us/common/account-api.html#Asset+transfer+recordsarrow-up-right

Function Name:

Usage:

Main Accoun 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/account-api.html#Main+Accoun+internal+transferarrow-up-right

Function Name:

Usage:

Main account internal transfer records

circle-info

Function Name:

Usage:

Query Assets

circle-info

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

https://bingx-api.github.io/docs/#/en-us/spot/account-api.html#Query+Assetsarrow-up-right

Function Name:

Usage:

Asset Transfer

circle-info

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

https://bingx-api.github.io/docs/#/en-us/spot/account-api.html#Asset+Transferarrow-up-right

Function Name:

Usage:

Asset transfer records

circle-info

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

https://bingx-api.github.io/docs/#/en-us/spot/account-api.html#Asset+transfer+recordsarrow-up-right

Function Name:

Usage:

Last updated