Skip to main content
GET
Get Rocket Pool validator metadata by index or pubkey

Authorizations

apikey
string
query
required

Path Parameters

indexOrPubkey
string
required

Comma-separated list (no spaces) of validator identifiers to query. Each identifier may be either:

  • A validator index as a base-10 integer (for example, 652648)
  • A BLS public key as a 96-hex-character string with or without the 0x prefix (case-insensitive)

Limits and resolution behavior:

  • You can pass up to a server-enforced per-request limit. The default limit is 100.
  • Public keys that cannot be resolved to an existing validator index cause the request to fail with HTTP 400.
  • Duplicate identifiers are de-duplicated internally.

Comma-separated list (no spaces) of validator identifiers. Each identifier must be either:

  • A validator index as a base-10 integer (for example, 652648)
  • A BLS public key as a 96-hex-character string with or without the 0x prefix (case-insensitive)

Resolution and limits:

  • The server resolves public keys to validator indices before querying data.
  • The total number of identifiers must not exceed the server-enforced limit (default 100).
  • Identifiers that cannot be parsed or resolved result in HTTP 400.
Example:

"1,2,3"

Response

Successful response with Rocket Pool validator data.

Standard success envelope used by all API endpoints.

status
enum<string>

HTTP-independent status of the API operation. For successful responses this is always "OK".

Available options:
OK
data
object

Response payload specific to the endpoint.