Type Alias CollectionAnalyticsFilters

CollectionAnalyticsFilters: {
    assetId?: string;
    attributes?: Record<string, string[]>[];
    direction?: CollectionAnalyticsFilters.direction;
    erc20Tokens?: string[];
    limit?: number;
    orderBy?: orderBy;
    owner?: string;
    skip?: number;
    timestampFrom?: number;
}

Type declaration

  • OptionalassetId?: string

    The unique identifier of the asset in the collection

  • Optionalattributes?: Record<string, string[]>[]

    List of asset attributes

  • Optionaldirection?: CollectionAnalyticsFilters.direction

    Sort direction 'ASC' for ascending and 'DESC' for descending

  • Optionalerc20Tokens?: string[]

    List of ERC20 token addresses

  • Optionallimit?: number

    Maximum number of items to return

  • OptionalorderBy?: orderBy

    Sort by 'PRICE' or 'RELEVANCE'

  • Optionalowner?: string

    The Ethereum address of the owner of the asset

  • Optionalskip?: number

    Number of items to skip before starting to collect results

  • OptionaltimestampFrom?: number

    Minimum UNIX timestamp of the asset