Binance Connector JS
    Preparing search index...

    AccountInformationV2Response

    interface AccountInformationV2Response {
        assets?: AccountInformationV2ResponseAssetsInner[];
        availableBalance?: string;
        canDeposit?: boolean;
        canTrade?: boolean;
        canWithdraw?: boolean;
        feeBurn?: boolean;
        feeTier?: number | bigint;
        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 | bigint;
        updateTime?: number | bigint;
    }
    Index

    Properties

    Asset-level account details.

    AccountInformationV2Response

    availableBalance?: string

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

    AccountInformationV2Response

    canDeposit?: boolean

    Whether transfer-in is enabled.

    AccountInformationV2Response

    canTrade?: boolean

    Whether trading is enabled.

    AccountInformationV2Response

    canWithdraw?: boolean

    Whether transfer-out is enabled.

    AccountInformationV2Response

    feeBurn?: boolean

    Whether fee discount is enabled.

    AccountInformationV2Response

    feeTier?: number | bigint

    Account commission tier.

    AccountInformationV2Response

    maxWithdrawAmount?: string

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

    AccountInformationV2Response

    multiAssetsMargin?: boolean

    Whether multi-assets mode is enabled.

    AccountInformationV2Response

    Position details for symbols. One-way mode returns BOTH; hedge mode returns LONG/SHORT.

    AccountInformationV2Response

    totalCrossUnPnl?: string

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

    AccountInformationV2Response

    totalCrossWalletBalance?: string

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

    AccountInformationV2Response

    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.

    AccountInformationV2Response

    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.

    AccountInformationV2Response

    totalMarginBalance?: string

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

    AccountInformationV2Response

    totalOpenOrderInitialMargin?: string

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

    AccountInformationV2Response

    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.

    AccountInformationV2Response

    totalUnrealizedProfit?: string

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

    AccountInformationV2Response

    totalWalletBalance?: string

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

    AccountInformationV2Response

    tradeGroupId?: number | bigint

    Trade group identifier.

    AccountInformationV2Response

    updateTime?: number | bigint

    Reserved field, ignore.

    AccountInformationV2Response