Binance Connector JS
    Preparing search index...

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

    AccountInformationV3ResponsePositionsInner

    interface AccountInformationV3ResponsePositionsInner {
        initialMargin?: string;
        isolatedMargin?: string;
        isolatedWallet?: string;
        maintMargin?: string;
        notional?: string;
        positionAmt?: string;
        positionSide?: string;
        symbol?: string;
        unrealizedProfit?: string;
        updateTime?: number | bigint;
    }
    Index

    Properties

    initialMargin?: string

    Initial margin requirement.

    AccountInformationV3ResponsePositionsInner

    isolatedMargin?: string

    Isolated margin.

    AccountInformationV3ResponsePositionsInner

    isolatedWallet?: string

    Isolated wallet balance.

    AccountInformationV3ResponsePositionsInner

    maintMargin?: string

    Maintenance margin requirement.

    AccountInformationV3ResponsePositionsInner

    notional?: string

    Position notional value.

    AccountInformationV3ResponsePositionsInner

    positionAmt?: string

    Position quantity.

    AccountInformationV3ResponsePositionsInner

    positionSide?: string

    Position side.

    AccountInformationV3ResponsePositionsInner

    symbol?: string

    Symbol.

    AccountInformationV3ResponsePositionsInner

    unrealizedProfit?: string

    Unrealized profit.

    AccountInformationV3ResponsePositionsInner

    updateTime?: number | bigint

    Last update time in milliseconds.

    AccountInformationV3ResponsePositionsInner