Raindex SDK Documentation
    Preparing search index...

    Interface SgOwnerTradesQueryVariables

    interface SgOwnerTradesQueryVariables {
        first?: number;
        owner: string;
        raindex_in?: string[];
        skip?: number;
        timestamp_gte?: string;
        timestamp_lte?: string;
    }
    Index

    Properties

    first?: number
    owner: string
    raindex_in?: string[]
    skip?: number
    timestamp_gte?: string
    timestamp_lte?: string