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

    Interface iGetOwnersPayload

    interface iGetOwnersPayload {
        bookmark?: string;
        sortBy?: "amount";
    }

    Implemented by

    Index

    Properties

    Properties

    bookmark?: string

    The pagination bookmark for where to start the request. Bookmarks are obtained via the previous response. "" for first request.

    sortBy?: "amount"

    Sort by amount descending.