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👇
Parameter | Description |
---|---|
from | Starting slot to get the vote latency from |
size | The number of results included per page. This is based on slots. For example, to return the voting latency in the last 200 slots, you will need to input size = 200 . |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Slot to get vote latency from.
x >= 0
1 <= x <= 200
Successful Response
The response is of type object
.
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👇
Parameter | Description |
---|---|
from | Starting slot to get the vote latency from |
size | The number of results included per page. This is based on slots. For example, to return the voting latency in the last 200 slots, you will need to input size = 200 . |
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Slot to get vote latency from.
x >= 0
1 <= x <= 200
Successful Response
The response is of type object
.