Binance Connector JS
    Preparing search index...

    AccountInformationResponse

    interface AccountInformationResponse {
        accountEquity?: string;
        accountInitialMargin?: string;
        accountMaintMargin?: string;
        accountStatus?: string;
        actualEquity?: string;
        totalAvailableBalance?: string;
        totalMarginOpenLoss?: string;
        uniMMR?: string;
        updateTime?: number | bigint;
        virtualMaxWithdrawAmount?: string;
    }
    Index

    Properties

    accountEquity?: string

    Account equity, in USD value

    AccountInformationResponse

    accountInitialMargin?: string

    Account Initial Margin.

    AccountInformationResponse

    accountMaintMargin?: string

    Portfolio margin account maintenance margin, unit:USD

    AccountInformationResponse

    accountStatus?: string

    Portfolio margin account status:"NORMAL", "MARGIN_CALL", "SUPPLY_MARGIN", "REDUCE_ONLY", "ACTIVE_LIQUIDATION", "FORCE_LIQUIDATION", "BANKRUPTED"

    AccountInformationResponse

    actualEquity?: string

    Account equity without collateral rate, in USD value

    AccountInformationResponse

    totalAvailableBalance?: string

    Total Available Balance.

    AccountInformationResponse

    totalMarginOpenLoss?: string

    in USD margin open order

    AccountInformationResponse

    uniMMR?: string

    Portfolio margin account maintenance margin rate

    AccountInformationResponse

    updateTime?: number | bigint

    last update time

    AccountInformationResponse

    virtualMaxWithdrawAmount?: string

    Portfolio margin maximum amount for transfer out in USD

    AccountInformationResponse