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;
        virtualMaxWithdrawAmount?: string;
    }
    Index

    Properties

    accountEquity?: string

    AccountInformationResponse

    accountInitialMargin?: string

    AccountInformationResponse

    accountMaintMargin?: string

    AccountInformationResponse

    accountStatus?: string

    AccountInformationResponse

    actualEquity?: string

    AccountInformationResponse

    totalAvailableBalance?: string

    AccountInformationResponse

    totalMarginOpenLoss?: string

    AccountInformationResponse

    uniMMR?: string

    AccountInformationResponse

    updateTime?: number

    AccountInformationResponse

    virtualMaxWithdrawAmount?: string

    AccountInformationResponse