| 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 |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Available options:
mainnet, hoodi, holesky Path Parameters
Query Parameters
Available options:
depositAddress, withdrawalAddress, nodeOperator, pool, poolShare, entity, validator, privateSet Required range:
x >= 0Available options:
hour, day, week, month, quarter, year, all Available options:
hour, day, datetime