Binance Connector JS
    Preparing search index...

    AccountInformationV2ResponseResult

    interface AccountInformationV2ResponseResult {
        assets?: AccountInformationV2ResponseResultAssetsInner[];
        availableBalance?: string;
        maxWithdrawAmount?: string;
        positions?: AccountInformationV2ResponseResultPositionsInner[];
        totalCrossUnPnl?: string;
        totalCrossWalletBalance?: string;
        totalInitialMargin?: string;
        totalMaintMargin?: string;
        totalMarginBalance?: string;
        totalOpenOrderInitialMargin?: string;
        totalPositionInitialMargin?: string;
        totalUnrealizedProfit?: string;
        totalWalletBalance?: string;
    }
    Index

    Properties

    AccountInformationV2ResponseResult

    availableBalance?: string

    AccountInformationV2ResponseResult

    maxWithdrawAmount?: string

    AccountInformationV2ResponseResult

    AccountInformationV2ResponseResult

    totalCrossUnPnl?: string

    AccountInformationV2ResponseResult

    totalCrossWalletBalance?: string

    AccountInformationV2ResponseResult

    totalInitialMargin?: string

    AccountInformationV2ResponseResult

    totalMaintMargin?: string

    AccountInformationV2ResponseResult

    totalMarginBalance?: string

    AccountInformationV2ResponseResult

    totalOpenOrderInitialMargin?: string

    AccountInformationV2ResponseResult

    totalPositionInitialMargin?: string

    AccountInformationV2ResponseResult

    totalUnrealizedProfit?: string

    AccountInformationV2ResponseResult

    totalWalletBalance?: string

    AccountInformationV2ResponseResult