Validator Performance

You can query this endpoint by using the vote_account address of a validator. The granularity of results can either be daily or around 20 minute intervals (3,000 slots).

Get validator performance

GET
/
v1
/
solana
/
validators
/
{validator_id}
/
performance

Earliest data available is from April 1, 2024.


Validator block-level insights

This endpoint returns information about the blocks created by a validator, including average compute units, number of transactions, and reward levels. You can query this endpoint by using the vote_account address of a validator.

Get validator block insights

GET
/
v1
/
solana
/
validators
/
{validator_id}
/
blockInsights

Earliest daily data available is from March 1, 2025.


Validator State

This endpoint returns information about a validator’s state per day. You can query this endpoint by using the vote_account address of a validator.

Get validator state information

GET
/
v1
/
solana
/
validators
/
{validator_id}
/
state

Geolocation Vote Latency

These endpoints provide vote latency data across different geographical locations and data centers.

Get daily vote latency across all geolocations

GET
/
v1
/
solana
/
network
/
geolocation
/
latency

Earliest data available is from November 1, 2024.


Validator Vote Performance

This endpoint returns information about a validator’s vote performance. You can query this endpoint by using the vote_account address of a validator.

Get validator vote performance data

GET
/
v1
/
solana
/
validators
/
{validator_id}
/
votePerformance

Network Effectiveness

These endpoints provide network-wide performance metrics and historical data.

Get historical network level performance

GET
/
v1
/
solana
/
network
/
effectiveness

Earliest data available is from April 1, 2024.