Interface GetBadgeActivityPayload

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

Properties

bookmark?: string

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

cosmosAddress?: string

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