Binance Connector JS
    Preparing search index...

    positions of all symbols in the market are returned

    AccountInformationV2ResponsePositionsInner

    interface AccountInformationV2ResponsePositionsInner {
        askNotional?: string;
        bidNotional?: string;
        entryPrice?: string;
        initialMargin?: string;
        isolated?: boolean;
        leverage?: string;
        maintMargin?: string;
        maxNotional?: string;
        openOrderInitialMargin?: string;
        positionAmt?: string;
        positionInitialMargin?: string;
        positionSide?: string;
        symbol?: string;
        unrealizedProfit?: string;
        updateTime?: number | bigint;
    }
    Index

    Properties

    askNotional?: string

    Ask notional (ignore).

    AccountInformationV2ResponsePositionsInner

    bidNotional?: string

    Bid notional (ignore).

    AccountInformationV2ResponsePositionsInner

    entryPrice?: string

    Average entry price.

    AccountInformationV2ResponsePositionsInner

    initialMargin?: string

    Initial margin requirement.

    AccountInformationV2ResponsePositionsInner

    isolated?: boolean

    Whether the position uses isolated margin mode.

    AccountInformationV2ResponsePositionsInner

    leverage?: string

    Current initial leverage.

    AccountInformationV2ResponsePositionsInner

    maintMargin?: string

    Maintenance margin requirement.

    AccountInformationV2ResponsePositionsInner

    maxNotional?: string

    Maximum available notional under current leverage.

    AccountInformationV2ResponsePositionsInner

    openOrderInitialMargin?: string

    Initial margin required for open orders.

    AccountInformationV2ResponsePositionsInner

    positionAmt?: string

    Position quantity.

    AccountInformationV2ResponsePositionsInner

    positionInitialMargin?: string

    Initial margin required for positions.

    AccountInformationV2ResponsePositionsInner

    positionSide?: string

    Position side.

    AccountInformationV2ResponsePositionsInner

    symbol?: string

    Symbol.

    AccountInformationV2ResponsePositionsInner

    unrealizedProfit?: string

    Unrealized profit.

    AccountInformationV2ResponsePositionsInner

    updateTime?: number | bigint

    Last update time in milliseconds.

    AccountInformationV2ResponsePositionsInner