Product snapshots

interface GetIndexerProductSnapshotsParams {
    startCursor?: string;
    productId: number;
    maxTimestampInclusive?: number;
    limit: number;
}

Properties

startCursor?: string
productId: number
maxTimestampInclusive?: number
limit: number