Match events

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

Properties

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