General

Validator

Returns basic information about a set of validators at the current epoch.

Data returned by the endpoint is based on the latest completed epoch of the beacon chain (not finalized).

post/api/v2/ethereum/validators

Request body

chain'mainnet' | 'hoodi'

The Ethereum chain to query.

cursorstring

Cursor value for pagination. See our pagination guide for more details.

page_sizeinteger

The number of items to return per page.

Response

Successful response.

Changes