Binance Connector JS
    Preparing search index...

    AccountInformationResponseResult

    interface AccountInformationResponseResult {
        assets?: DerivativesTradingUsdsFuturesWebsocketAPI.AccountInformationResponseResultAssetsInner[];
        availableBalance?: string;
        canDeposit?: boolean;
        canTrade?: boolean;
        canWithdraw?: boolean;
        feeTier?: number | bigint;
        maxWithdrawAmount?: string;
        multiAssetsMargin?: boolean;
        positions?: DerivativesTradingUsdsFuturesWebsocketAPI.AccountInformationResponseResultPositionsInner[];
        totalCrossUnPnl?: string;
        totalCrossWalletBalance?: string;
        totalInitialMargin?: string;
        totalMaintMargin?: string;
        totalMarginBalance?: string;
        totalOpenOrderInitialMargin?: string;
        totalPositionInitialMargin?: string;
        totalUnrealizedProfit?: string;
        totalWalletBalance?: string;
        tradeGroupId?: number | bigint;
        updateTime?: number | bigint;
    }
    Index

    Properties

    AccountInformationResponseResult

    availableBalance?: string

    available balance, only for USDT asset

    AccountInformationResponseResult

    canDeposit?: boolean

    if can transfer in asset

    AccountInformationResponseResult

    canTrade?: boolean

    if can trade

    AccountInformationResponseResult

    canWithdraw?: boolean

    if can transfer out asset

    AccountInformationResponseResult

    feeTier?: number | bigint

    account commission tier

    AccountInformationResponseResult

    maxWithdrawAmount?: string

    maximum amount for transfer out, only for USDT asset

    AccountInformationResponseResult

    multiAssetsMargin?: boolean

    AccountInformationResponseResult

    positions of all symbols in the market are returned

    AccountInformationResponseResult

    totalCrossUnPnl?: string

    unrealized profit of crossed positions, only for USDT asset

    AccountInformationResponseResult

    totalCrossWalletBalance?: string

    crossed wallet balance, only for USDT asset

    AccountInformationResponseResult

    totalInitialMargin?: string

    total initial margin required with current mark price (useless with isolated positions), only for USDT asset

    AccountInformationResponseResult

    totalMaintMargin?: string

    the sum of USD value of all cross positions maintenance margin

    AccountInformationResponseResult

    totalMarginBalance?: string

    total margin balance, only for USDT asset

    AccountInformationResponseResult

    totalOpenOrderInitialMargin?: string

    initial margin required for open orders with current mark price, only for USDT asset

    AccountInformationResponseResult

    totalPositionInitialMargin?: string

    initial margin required for positions with current mark price, only for USDT asset

    AccountInformationResponseResult

    totalUnrealizedProfit?: string

    total unrealized profit, only for USDT asset

    AccountInformationResponseResult

    totalWalletBalance?: string

    total wallet balance, only for USDT asset

    AccountInformationResponseResult

    tradeGroupId?: number | bigint

    AccountInformationResponseResult

    updateTime?: number | bigint

    reserved property, please ignore

    AccountInformationResponseResult