Binance Connector JS
    Preparing search index...

    AccountInformationResponsePositionsInner

    interface AccountInformationResponsePositionsInner {
        breakEvenPrice?: string;
        entryPrice?: string;
        initialMargin?: string;
        isolated?: boolean;
        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

    AccountInformationResponsePositionsInner

    entryPrice?: string

    Position entry price.

    AccountInformationResponsePositionsInner

    initialMargin?: string

    total intial margin required with the latest mark price

    AccountInformationResponsePositionsInner

    isolated?: boolean

    Whether isolated margin mode is enabled.

    AccountInformationResponsePositionsInner

    leverage?: string

    Leverage value.

    AccountInformationResponsePositionsInner

    maintMargin?: string

    maintenance margin

    AccountInformationResponsePositionsInner

    maxQty?: string

    maximum quantity of base asset

    AccountInformationResponsePositionsInner

    notionalValue?: string

    Notional value.

    AccountInformationResponsePositionsInner

    openOrderInitialMargin?: string

    open orders intial margin required with the latest mark price

    AccountInformationResponsePositionsInner

    positionAmt?: string

    position amount

    AccountInformationResponsePositionsInner

    positionInitialMargin?: string

    positions margin required with the latest mark price

    AccountInformationResponsePositionsInner

    positionSide?: string

    Position side

    AccountInformationResponsePositionsInner

    symbol?: string

    Trading symbol

    AccountInformationResponsePositionsInner

    unrealizedProfit?: string

    unrealized profit or loss

    AccountInformationResponsePositionsInner

    updateTime?: number | bigint

    update time

    AccountInformationResponsePositionsInner