validator_names
Get validator names
Returns validator names for given validator indices or public keys. Supports GET with query params or POST with JSON body for large lists.
get/v1/validator_names
Query parameters
indicesstring
Comma-separated list of validator indices (GET only)
pubkeysstring
Comma-separated list of validator public keys (GET only, with or without 0x prefix)
Request body
Response
OK