Binance Connector JS
    Preparing search index...

    AccountInformationResponseResultPositionsInner

    interface AccountInformationResponseResultPositionsInner {
        breakEvenPrice?: string;
        entryPrice?: string;
        initialMargin?: string;
        isolated?: boolean;
        isolatedWallet?: string;
        leverage?: string;
        maintMargin?: string;
        maxQty?: string;
        notionalValue?: string;
        openOrderInitialMargin?: string;
        positionAmt?: string;
        positionInitialMargin?: string;
        positionSide?: string;
        symbol?: string;
        unrealizedProfit?: string;
        updateTime?: number | bigint;
    }
    Index

    Properties

    breakEvenPrice?: string

    break-even price

    AccountInformationResponseResultPositionsInner

    entryPrice?: string

    Position entry price.

    AccountInformationResponseResultPositionsInner

    initialMargin?: string

    total intial margin required with the latest mark price

    AccountInformationResponseResultPositionsInner

    isolated?: boolean

    Whether isolated margin mode is enabled.

    AccountInformationResponseResultPositionsInner

    isolatedWallet?: string

    Isolated wallet balance.

    AccountInformationResponseResultPositionsInner

    leverage?: string

    Leverage value.

    AccountInformationResponseResultPositionsInner

    maintMargin?: string

    maintenance margin

    AccountInformationResponseResultPositionsInner

    maxQty?: string

    maximum quantity of base asset

    AccountInformationResponseResultPositionsInner

    notionalValue?: string

    Notional value.

    AccountInformationResponseResultPositionsInner

    openOrderInitialMargin?: string

    open orders intial margin required with the latest mark price

    AccountInformationResponseResultPositionsInner

    positionAmt?: string

    position amount

    AccountInformationResponseResultPositionsInner

    positionInitialMargin?: string

    positions margin required with the latest mark price

    AccountInformationResponseResultPositionsInner

    positionSide?: string

    Position side

    AccountInformationResponseResultPositionsInner

    symbol?: string

    Trading symbol

    AccountInformationResponseResultPositionsInner

    unrealizedProfit?: string

    unrealized profit or loss

    AccountInformationResponseResultPositionsInner

    updateTime?: number | bigint

    update time

    AccountInformationResponseResultPositionsInner