Validatorsets
Path parameters
heightnumberRequired
Block height
Responses
200
The validator set at a specific block height
application/json
400
Invalid height
404
Block at height not available
500
Server internal error
get
GET /validatorsets/{height} HTTP/1.1
Host: akt.nownodes.io
Accept: */*
{
"block_height": "text",
"validators": [
{
"address": "cosmosvaloper16xyempempp92x9hyzz9wrgf94r6j9h5f2w4n2l",
"pub_key": "cosmosvalconspub1zcjduepq0vu2zgkgk49efa0nqwzndanq5m4c7pa3u4apz4g2r9gspqg6g9cs3k9cuf",
"voting_power": "1000",
"proposer_priority": "1000"
}
]
}
Last updated