This endpoint returns a bunch of useful information on the historical performance of a single operator. This includes rewards (aggregate and granular), performance (effectiveness and its components), slashing history and much more. For a glossary of the variables returned see effectiveness. Here’s how to interpret the inputs required to operate it 👇Documentation Index
Fetch the complete documentation index at: https://docs.rated.network/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Context |
|---|---|
filterType | hour, day and datetime |
from | Start day (integer) or datetime (e.g. from=“2022-12-01”) |
granularity | The size of time increments you are looking to query. Can be day / week / month / quarter / year. |
size | The number of results included per page |
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. |
include | A list of field names. Use it to filter the specific fields you want in the response payload |
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 x >= 0hour, day, week, month, quarter, year, all hour, day, datetime