@argantom/argantom
    Preparing search index...

    Interface ClosedPosition

    Polymarket Closed Position.

    interface ClosedPosition {
        asset: string;
        avgPrice: number;
        conditionId: string;
        curPrice: number;
        endDate: string;
        eventSlug: string;
        icon: string;
        oppositeAsset: string;
        oppositeOutcome: string;
        outcome: string;
        outcomeIndex: number;
        proxyWallet: string;
        realizedPnl: number;
        slug: string;
        timestamp: number;
        title: string;
        totalBought: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    asset: string
    avgPrice: number
    conditionId: string
    curPrice: number
    endDate: string
    eventSlug: string
    icon: string
    oppositeAsset: string
    oppositeOutcome: string
    outcome: string
    outcomeIndex: number
    proxyWallet: string
    realizedPnl: number
    slug: string
    timestamp: number
    title: string
    totalBought: number