GET
/
v0
/
eth
/
operators
/
{operator_id}
/
stakeMovement

This endpoint returns data on the activation and exit activity of a specific pre-materialized view (e.g. operator, deposit address etc).

Here’s how to interpret the inputs required to operate it πŸ‘‡

ParameterContext
operatorIdThe name of the entity in question. This could be deposit address, a node operator, or a pool. Please see our docs to get a better understanding of how we aggregate validators.
stakeActionDirection of flow. This can be either of activation or exit.
windowThe time window of aggregation. You might ask for 1d, 7d, 30d or All-time data.
idTypeThe type of entity class you would like returned. You might ask for pool, poolShare, nodeOperator, depositAddress, or withdrawalAddress. Note: it is optional and can be inferred automatically for pools, pool shares and node operators. It defaults to depositAddress if it is missing and an address is provided.

Headers

X-Rated-Network
enum<string>
Available options:
mainnet,
holesky

Path Parameters

operator_id
string
required

Query Parameters

stakeAction
enum<string>
Available options:
activation,
exit
window
enum<string>
Available options:
1d,
7d,
30d,
all

Response

200
application/json
timeWindow
enum<string>
required
Available options:
1d,
7d,
30d,
all
id
string
required
idType
enum<string>
required
Available options:
depositAddress,
withdrawalAddress,
nodeOperator,
pool,
poolShare,
entity,
validator,
privateSet
stakeAction
enum<string>
required
Available options:
activation,
exit
validatorCount
integer
required
Required range: x > 0
avgEpochsToAction
integer
required
Required range: x > 0
avgMinutesToAction
number
required
Required range: x > 0
amountGwei
integer | null
required
Required range: x > 0