Historical orders

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

Properties

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