curl --location --request GET 'https://api-mainnet.celenium.io/v1/validators?limit=10&offset=0&jailed=false'
[
{
"address": {
"hash": "celestia15hgtsr3sezr6tl6jsf0afdh3qlgpgq48czxqpw",
"celestials": {
"name": "celestials-id",
"image_url": "https://pub-02b8085711a24a2894773a06b77a13b7.r2.dev/default.png"
}
},
"commissions": "1",
"cons_address": "E641C7A2C964833E556AEF934FBF166B712874B6",
"contacts": "security@0xfury.com",
"delegator": {
"hash": "celestia15hgtsr3sezr6tl6jsf0afdh3qlgpgq48czxqpw",
"celestials": {
"name": "celestials-id",
"image_url": "https://pub-02b8085711a24a2894773a06b77a13b7.r2.dev/default.png"
}
},
"details": "Some long text about validator",
"id": 321,
"identity": "2C877AC873132C91",
"jailed": false,
"max_change_rate": "0.01",
"max_rate": "0.1",
"min_self_delegation": "1",
"moniker": "Easy 2 Stake",
"rate": "0.03",
"rewards": "1",
"stake": "1",
"voting_power": "1",
"website": "https://www.easy2stake.com/"
}
]