Binance Connector JS
    Preparing search index...

    GetCmAccountDetailResponsePositionsInner

    interface GetCmAccountDetailResponsePositionsInner {
        entryPrice?: string;
        initialMargin?: string;
        leverage?: string;
        maintMargin?: string;
        maxQty?: string;
        openOrderInitialMargin?: string;
        positionAmt?: string;
        positionInitialMargin?: string;
        positionSide?: string;
        symbol?: string;
        unrealizedProfit?: string;
        updateTime?: number | bigint;
    }
    Index

    Properties

    entryPrice?: string

    average entry price

    GetCmAccountDetailResponsePositionsInner

    initialMargin?: string

    total intial margin required with the latest mark price

    GetCmAccountDetailResponsePositionsInner

    leverage?: string

    current initial leverage

    GetCmAccountDetailResponsePositionsInner

    maintMargin?: string

    maintenance margin

    GetCmAccountDetailResponsePositionsInner

    maxQty?: string

    maximum quantity of base asset

    GetCmAccountDetailResponsePositionsInner

    openOrderInitialMargin?: string

    open orders intial margin required with the latest mark price

    GetCmAccountDetailResponsePositionsInner

    positionAmt?: string

    position amount

    GetCmAccountDetailResponsePositionsInner

    positionInitialMargin?: string

    positions margin required with the latest mark price

    GetCmAccountDetailResponsePositionsInner

    positionSide?: string

    BOTH means that it is the position of One-way Mode

    GetCmAccountDetailResponsePositionsInner

    symbol?: string

    Trade symbol, if existing.

    GetCmAccountDetailResponsePositionsInner

    unrealizedProfit?: string

    unrealized profit

    GetCmAccountDetailResponsePositionsInner

    updateTime?: number | bigint

    last update time

    GetCmAccountDetailResponsePositionsInner