This endpoints returns information relating to an entity’s historical distribution of relays they have procured blocks from.
Here’s how to interpret the inputs required to operate it 👇
Parameter | Context |
---|---|
operatorId | The 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. |
window | The time window of aggregation. You might ask for 1d , 7d , 30d or All-time data. |
idType | The 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. |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
mainnet
, hoodi
, holesky
depositAddress
, withdrawalAddress
, nodeOperator
, pool
, poolShare
, entity
, validator
, privateSet
1d
, 7d
, 30d
, all
Successful Response
The response is of type RelayerPercentage · object[]
.
This endpoints returns information relating to an entity’s historical distribution of relays they have procured blocks from.
Here’s how to interpret the inputs required to operate it 👇
Parameter | Context |
---|---|
operatorId | The 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. |
window | The time window of aggregation. You might ask for 1d , 7d , 30d or All-time data. |
idType | The 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. |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
mainnet
, hoodi
, holesky
depositAddress
, withdrawalAddress
, nodeOperator
, pool
, poolShare
, entity
, validator
, privateSet
1d
, 7d
, 30d
, all
Successful Response
The response is of type RelayerPercentage · object[]
.