Nado Typescript SDK Documentation
    Preparing search index...

    Interface GetIndexerMatchEventsParams

    Match events

    interface GetIndexerMatchEventsParams {
        subaccount?: Subaccount;
        productIds?: number[];
        isolated?: boolean;
        maxTimestampInclusive?: number;
        limit: number;
        startCursor?: string;
    }
    Index

    Properties

    subaccount?: Subaccount
    productIds?: number[]
    isolated?: boolean
    maxTimestampInclusive?: number
    limit: number
    startCursor?: string