Binance Connector JS
    Preparing search index...

    AccountInformationV2Response

    interface AccountInformationV2Response {
        assets?: AccountInformationV2ResponseAssetsInner[];
        availableBalance?: string;
        canDeposit?: boolean;
        canTrade?: boolean;
        canWithdraw?: boolean;
        feeBurn?: boolean;
        feeTier?: number;
        maxWithdrawAmount?: string;
        multiAssetsMargin?: boolean;
        positions?: AccountInformationV2ResponsePositionsInner[];
        totalCrossUnPnl?: string;
        totalCrossWalletBalance?: string;
        totalInitialMargin?: string;
        totalMaintMargin?: string;
        totalMarginBalance?: string;
        totalOpenOrderInitialMargin?: string;
        totalPositionInitialMargin?: string;
        totalUnrealizedProfit?: string;
        totalWalletBalance?: string;
        tradeGroupId?: number;
        updateTime?: number;
    }
    Index

    Properties

    AccountInformationV2Response

    availableBalance?: string

    AccountInformationV2Response

    canDeposit?: boolean

    AccountInformationV2Response

    canTrade?: boolean

    AccountInformationV2Response

    canWithdraw?: boolean

    AccountInformationV2Response

    feeBurn?: boolean

    AccountInformationV2Response

    feeTier?: number

    AccountInformationV2Response

    maxWithdrawAmount?: string

    AccountInformationV2Response

    multiAssetsMargin?: boolean

    AccountInformationV2Response

    AccountInformationV2Response

    totalCrossUnPnl?: string

    AccountInformationV2Response

    totalCrossWalletBalance?: string

    AccountInformationV2Response

    totalInitialMargin?: string

    AccountInformationV2Response

    totalMaintMargin?: string

    AccountInformationV2Response

    totalMarginBalance?: string

    AccountInformationV2Response

    totalOpenOrderInitialMargin?: string

    AccountInformationV2Response

    totalPositionInitialMargin?: string

    AccountInformationV2Response

    totalUnrealizedProfit?: string

    AccountInformationV2Response

    totalWalletBalance?: string

    AccountInformationV2Response

    tradeGroupId?: number

    AccountInformationV2Response

    updateTime?: number

    AccountInformationV2Response