interface IndexerServerMatchEventsParams {
    subaccount?: string;
    product_ids?: number[];
    max_time?: number;
    limit: number;
    idx?: string;
}

Properties

subaccount?: string
product_ids?: number[]
max_time?: number
limit: number
idx?: string