Interface GetBadgeActivityPayload

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

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.