validatorSummaries
post
/info
Request validator summaries.
Body
Request validator summaries.
typeundefined · enumRequiredPossible values:
Type of request.
Responses
200
Array of validator performance statistics.
application/json
422
Failed to deserialize the JSON body into the target type
text/plain
500
Internal Server Error
application/json
post
/infoPOST /info HTTP/1.1
Host: api.hyperliquid.xyz
Content-Type: application/json
Accept: */*
Content-Length: 29
{
"type": "validatorSummaries"
}[
{
"validator": "text",
"signer": "text",
"name": "text",
"description": "text",
"nRecentBlocks": 1,
"stake": 1,
"isJailed": true,
"unjailableAfter": 1,
"isActive": true,
"commission": "text",
"stats": []
}
]Last updated