Binance Connector JS
    Preparing search index...

    AccountInformationV2ResponseResult

    interface AccountInformationV2ResponseResult {
        assets?: AccountInformationV2ResponseResultAssetsInner[];
        availableBalance?: string;
        maxWithdrawAmount?: string;
        positions?: AccountInformationV2ResponseResultPositionsInner[];
        totalCrossUnPnl?: string;
        totalCrossWalletBalance?: string;
        totalInitialMargin?: string;
        totalMaintMargin?: string;
        totalMarginBalance?: string;
        totalOpenOrderInitialMargin?: string;
        totalPositionInitialMargin?: string;
        totalUnrealizedProfit?: string;
        totalWalletBalance?: string;
    }
    Index

    Properties

    For assets that are quote assets, USDT/USDC/BTC

    AccountInformationV2ResponseResult

    availableBalance?: string

    available balance, only for USDT asset

    AccountInformationV2ResponseResult

    maxWithdrawAmount?: string

    maximum amount for transfer out, only for USDT asset

    AccountInformationV2ResponseResult

    positions of all symbols user had position/ open orders are returned

    AccountInformationV2ResponseResult

    totalCrossUnPnl?: string

    unrealized profit of crossed positions, only for USDT asset

    AccountInformationV2ResponseResult

    totalCrossWalletBalance?: string

    crossed wallet balance, only for USDT asset

    AccountInformationV2ResponseResult

    totalInitialMargin?: string

    total initial margin required with current mark price (useless with isolated positions), only for USDT asset

    AccountInformationV2ResponseResult

    totalMaintMargin?: string

    the sum of USD value of all cross positions maintenance margin

    AccountInformationV2ResponseResult

    totalMarginBalance?: string

    total margin balance, only for USDT asset

    AccountInformationV2ResponseResult

    totalOpenOrderInitialMargin?: string

    initial margin required for open orders with current mark price, only for USDT asset

    AccountInformationV2ResponseResult

    totalPositionInitialMargin?: string

    initial margin required for positions with current mark price, only for USDT asset

    AccountInformationV2ResponseResult

    totalUnrealizedProfit?: string

    total unrealized profit, only for USDT asset

    AccountInformationV2ResponseResult

    totalWalletBalance?: string

    total wallet balance, only for USDT asset

    AccountInformationV2ResponseResult