Wallet Deposits and Withdrawals
Deposit records
Function Name:
getDepositRecords()Usage:
import { createExchange } from "./exchanges/exchange.js";
let myBingxExchange = createExchange({
exchange: "bingx",
authenticate: "true",
key: "myKey",
secret: "mySecret",
label: "bingx"
});
async function getDepositRecords(exchange, options) {
try {
let result = await exchange.getDepositRecords(options);
console.log(result);
} catch (error) {
console.log(error.message);
}
}
let result = await getDepositRecords(myBingxExchange);Withdraw records
Function Name:
Usage:
Query currency deposit and withdrawal data
Function Name:
Usage:
Withdraw
Function Name:
Usage:
Main Account Deposit Address
Function Name:
Usage:
Deposit risk control records
Function Name:
Usage:
Last updated