Retrieves a paginated list of operator activities for a specified quorum, filtered by optional parameters such as operatorId
and action
. The response also includes metadata and a summary of actions.
Select the network you want to track.
ethereum
, holesky
The unique quorum number for which activities are retrieved.
The address of a specific operator to filter activities.
A specific action type to filter activities.
Registered
, Deregistered
, StakeUpdated
, Ejected
The page number for pagination.
x >= 1
The number of activities per page.
x >= 1
Successful response containing operator activities, metadata, and a summary.
The response is of type object
.