GET
/
v1
/
solana
/
validators
/
{validator_id}
/
votePerformance
curl --request GET \
  --url https://api.rated.network/v1/solana/validators/{validator_id}/votePerformance \
  --header 'Authorization: Bearer <token>'
{
  "latestSlot": 1224565,
  "rootVotedSlot": 1224545,
  "voteAccount": "voteAccount",
  "votedSlot": 1224555
}

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

Response

200
application/json

Successful Response

The response is of type object.