Binance Connector JS
    Preparing search index...

    AccountInformationResponseResult

    interface AccountInformationResponseResult {
        assets?: DerivativesTradingUsdsFuturesWebsocketAPI.AccountInformationResponseResultAssetsInner[];
        availableBalance?: string;
        canDeposit?: boolean;
        canTrade?: boolean;
        canWithdraw?: boolean;
        feeTier?: number;
        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;
        updateTime?: number;
    }
    Index

    Properties

    AccountInformationResponseResult

    availableBalance?: string

    AccountInformationResponseResult

    canDeposit?: boolean

    AccountInformationResponseResult

    canTrade?: boolean

    AccountInformationResponseResult

    canWithdraw?: boolean

    AccountInformationResponseResult

    feeTier?: number

    AccountInformationResponseResult

    maxWithdrawAmount?: string

    AccountInformationResponseResult

    multiAssetsMargin?: boolean

    AccountInformationResponseResult

    AccountInformationResponseResult

    totalCrossUnPnl?: string

    AccountInformationResponseResult

    totalCrossWalletBalance?: string

    AccountInformationResponseResult

    totalInitialMargin?: string

    AccountInformationResponseResult

    totalMaintMargin?: string

    AccountInformationResponseResult

    totalMarginBalance?: string

    AccountInformationResponseResult

    totalOpenOrderInitialMargin?: string

    AccountInformationResponseResult

    totalPositionInitialMargin?: string

    AccountInformationResponseResult

    totalUnrealizedProfit?: string

    AccountInformationResponseResult

    totalWalletBalance?: string

    AccountInformationResponseResult

    tradeGroupId?: number

    AccountInformationResponseResult

    updateTime?: number

    AccountInformationResponseResult