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

    Interface iGetTokenActivityPayload

    interface iGetTokenActivityPayload {
        bitbadgesAddress?: string;
        bookmark?: string;
    }

    Implemented by

    Index

    Properties

    bitbadgesAddress?: string

    Specific address to filter by. If not present, all activity will be returned.

    bookmark?: string

    An optional bookmark for pagination. Bookmarks are obtained via the previous response. "" for first request.