opensea-js - v8.0.20
    Preparing search index...

    Interface GetCollectionsArgs

    Query args for Get Collections

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

    Properties

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