Interface GetCollectionsArgs

Query args for Get Collections

interface GetCollectionsArgs {
    chain?: string;
    creator_username?: string;
    include_hidden?: boolean;
    limit?: number;
    next?: string;
    order_by?: string;
}

Properties

chain?: string
creator_username?: string
include_hidden?: boolean
limit?: number
next?: string
order_by?: string