v1
latestSwagger 2.02026-07-17492548.9 KBICS0
Get a validator set a certain height
get/validatorsets/{height}
Path parameters
heightnumber required
Block height
Response
The validator set at a specific block height
Example response
{
"validators": [
{
"address": "cosmosvaloper1depk54cuajgkzea6zpgkq36tnjwdzv4avv9cxd",
"pub_key": "cosmosvalconspub1zcjduepq7sjfglw7ra4mjxpw4ph7dtdhdheh7nz8dfgl6t8u2n5szuuql9mqsrwquu",
"power": "1000",
"accum": "1000"
}
]
}