Skip to main content
GET
Validator Latency
This endpoint is retired and returns 410 GoneAlpenglow moves Solana consensus votes off-chain, so voting latency is no longer measured. from and size are no longer honoured — the endpoint returns 410 regardless of the slot range requested.See the changelog for details.
This endpoint returned information related to a single validator’s voting latency (i.e. voting timeliness).

Authorizations

Authorization
string
header
required

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

Path Parameters

validator_id
string
required

Query Parameters

from
integer | null

Slot to get vote latency from.

Required range: x >= 0
size
integer
default:15
Required range: 1 <= x <= 200

Response

Successful Response

page
Page · object
required
total
integer
required
Required range: x >= 0
data
SolanaValidatorLatency · object[]
required
next
string | null