Nado Typescript SDK Documentation
    Preparing search index...

    Interface GetIndexerOrdersParams

    Historical orders

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

    Properties

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