Skip to main content

Get Validator Status

Retrieve the current status and performance metrics for Validator.com.

Endpoint

Parameters

No parameters required.

Response

string
Current validator status: active, inactive, or maintenance
number
Validator uptime percentage over the last 30 days
number
Commission rate percentage (5%)
number
Total SOL currently staked with the validator
string
Validator vote account address
string
Validator identity key

Example Request

Example Response

Get Validator Performance

Get detailed performance metrics for a specific time period.

Endpoint

Parameters

string
default:"7d"
Time period for metrics: 1d, 7d, 30d, 90d, 1y
string
default:"hourly"
Data granularity: hourly, daily, weekly

Response

array
Array of uptime percentages over the time period
array
Array of block production rates
array
Array of vote participation percentages
array
Array of reward amounts per period

Example Request

Example Response

Get Validator Alerts

Retrieve recent alerts and notifications for the validator.

Endpoint

Parameters

integer
default:"10"
Maximum number of alerts to return (1-100)
string
Filter by alert severity: critical, warning, info
string
Return alerts since this timestamp (ISO 8601 format)

Response

array
Array of alert objects
string
Unique alert identifier
string
Alert severity level
string
Alert message description
string
When the alert was triggered
boolean
Whether the alert has been resolved

Example Request

Example Response

Error Responses

Invalid Parameters

Rate Limit Exceeded