Skip to main content
GET
Validator Latency
This endpoint returns information related to a single validator’s voting latency (i.e. voting timeliness). For a glossary of the variables returned, see validators. Here’s how to interpret the inputs required to operate it👇

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