Binance Connector JS
    Preparing search index...

    AccountInformationV3Response

    interface AccountInformationV3Response {
        assets?: AccountInformationV3ResponseAssetsInner[];
        availableBalance?: string;
        maxWithdrawAmount?: string;
        positions?: AccountInformationV3ResponsePositionsInner[];
        totalCrossUnPnl?: string;
        totalCrossWalletBalance?: string;
        totalInitialMargin?: string;
        totalMaintMargin?: string;
        totalMarginBalance?: string;
        totalOpenOrderInitialMargin?: string;
        totalPositionInitialMargin?: string;
        totalUnrealizedProfit?: string;
        totalWalletBalance?: string;
    }
    Index

    Properties

    Asset-level account details.

    AccountInformationV3Response

    availableBalance?: string

    Available balance. USDT only in single-asset mode; USD-denominated in multi-assets mode.

    AccountInformationV3Response

    maxWithdrawAmount?: string

    Maximum transferable/withdrawable amount. USDT only in single-asset mode; a maximum virtual USD amount in multi-assets mode.

    AccountInformationV3Response

    Position details for symbols.

    AccountInformationV3Response

    totalCrossUnPnl?: string

    Unrealized PnL for cross positions. USDT only in single-asset mode; USD-denominated in multi-assets mode.

    AccountInformationV3Response

    totalCrossWalletBalance?: string

    Cross wallet balance. USDT only in single-asset mode; USD-denominated in multi-assets mode.

    AccountInformationV3Response

    totalInitialMargin?: string

    Total initial margin requirement. USDT only in single-asset mode; the sum of USD value of all cross positions/open order initial margin in multi-assets mode.

    AccountInformationV3Response

    totalMaintMargin?: string

    Total maintenance margin requirement. USDT only in single-asset mode; the sum of USD value of all cross positions maintenance margin in multi-assets mode.

    AccountInformationV3Response

    totalMarginBalance?: string

    Total margin balance. USDT only in single-asset mode; USD-denominated in multi-assets mode.

    AccountInformationV3Response

    totalOpenOrderInitialMargin?: string

    Initial margin required for open orders. USDT only in single-asset mode; USD-denominated in multi-assets mode.

    AccountInformationV3Response

    totalPositionInitialMargin?: string

    Initial margin required for positions. USDT only in single-asset mode; the sum of USD value of all cross positions initial margin in multi-assets mode.

    AccountInformationV3Response

    totalUnrealizedProfit?: string

    Total unrealized profit. USDT only in single-asset mode; USD-denominated in multi-assets mode.

    AccountInformationV3Response

    totalWalletBalance?: string

    Total wallet balance. USDT only in single-asset mode; USD-denominated in multi-assets mode.

    AccountInformationV3Response