Skip to main content
POST
Get Validator Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
pubkeys
string[]
required

List of validator public keys.

Pattern: ^0x[a-fA-F0-9]{96}$
Example:

Response

OK

Standard API success response envelope wrapping the result payload.

error
object | null
required

Error object. Always null on successful responses.

result
object
required

Response payload containing the requested data.