bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iFilterTokensInCollectionPayload

    interface iFilterTokensInCollectionPayload {
        attributes?: { name: string; value: string | number | boolean }[];
        bookmark?: string;
        categories?: string[];
        denom?: string;
        mostViewed?: "daily" | "allTime" | "weekly" | "monthly" | "yearly";
        priceRange?: iUintRange<NumberType>;
        tags?: string[];
        tokenIds?: iUintRange<NumberType>[];
    }
    Index

    Properties

    attributes?: { name: string; value: string | number | boolean }[]

    Attribute queries

    bookmark?: string

    Pagination bookmark. Leave undefined or "" for first request.

    categories?: string[]

    Limit to specific lists. Leave undefined to not filter by list.

    denom?: string

    Denom for the price range. Defaults to ubadge.

    mostViewed?: "daily" | "allTime" | "weekly" | "monthly" | "yearly"

    mostViewed is a special view that sorts by most viewed tokens. May be incompatible with other filters.

    priceRange?: iUintRange<NumberType>

    The listing prices

    tags?: string[]

    Limit to specific lists. Leave undefined to not filter by list.

    tokenIds?: iUintRange<NumberType>[]

    Limit to specific token IDs. Leave undefined to not filter by token ID.