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.

    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.

    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.

    AccountInformationV2Response

    totalCrossWalletBalance?: string

    Cross wallet balance.

    AccountInformationV2Response

    totalInitialMargin?: string

    Total initial margin requirement.

    AccountInformationV2Response

    totalMaintMargin?: string

    Total maintenance margin requirement.

    AccountInformationV2Response

    totalMarginBalance?: string

    Total margin balance.

    AccountInformationV2Response

    totalOpenOrderInitialMargin?: string

    Initial margin required for open orders.

    AccountInformationV2Response

    totalPositionInitialMargin?: string

    Initial margin required for positions.

    AccountInformationV2Response

    totalUnrealizedProfit?: string

    Total unrealized profit.

    AccountInformationV2Response

    totalWalletBalance?: string

    Total wallet balance.

    AccountInformationV2Response

    tradeGroupId?: number | bigint

    Trade group identifier.

    AccountInformationV2Response

    updateTime?: number | bigint

    Reserved field, ignore.

    AccountInformationV2Response