/v1/validators
Active validator set by voting power
Live testen
10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.
Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.
API-Key holenCode-Snippets
curl "https://api.oanor.com/cosmos-api/v1/validators" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/cosmos-api/v1/validators", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/cosmos-api/v1/validators");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/cosmos-api/v1/validators",
headers={"x-oanor-key": "oanor_test_..."}
)
Beispiel-Response
Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.
{
"data": {
"count": 25,
"source": "Cosmos Hub",
"validators": [
{
"jailed": false,
"status": "BOND_STATUS_BONDED",
"details": "Coinbase maintains world-class, enterprise-grade staking infrastructure across multiple networks with zero slashing events and a 99% uptime guarantee.",
"moniker": "Coinbase01",
"website": "https://coinbase.com/staking",
"identity": "C73F1C17F994AB30",
"delegator_shares": 65420964.62,
"operator_address": "cosmosvaloper10sjr8xv2yr83agmzw7acf6xxqrw8e3q6wvh5ne",
"voting_power_atom": 65420964.615892,
"commission_max_pct": 100,
"commission_rate_pct": 20
},
{
"jailed": false,
"status": "BOND_STATUS_BONDED",
"details": "The Most Trusted Digital-Asset Exchange",
"moniker": "Upbit Staking",
"website": "https://upbit.com",
"identity": "58BF2A0CBC9230B9",
"delegator_shares": 23451263.66,
"operator_address": "cosmosvaloper1x8efhljzvs52u5xa6m7crcwes7v9u0nlwdgw30",
"voting_power_atom": 23451263.65692,
"commission_max_pct": 100,
"commission_rate_pct": 100
},
{
"jailed": false,
"status": "BOND_STATUS_BONDED",
"details": "Democratising value creation in digital assets",
"moniker": "Kiln",
"website": "https://www.kiln.fi",
"identity": "9B74364A5E526BED",
"delegator_shares": 16895479.72,
"operator_address": "cosmosvaloper15gyzcp2kas2yntv9k3p0zm4k8y6e89ecmkeqee",
"voting_power_atom": 16895479.71518,
"commission_max_pct": 20,
"commission_rate_pct": 8
},
{
"jailed": false,
"status": "BOND_STATUS_BONDED",
"details": "CØSMOSTATION Validator. Delegate your atoms and Start Earning Staking Rewards",
"moniker": "Cosmostation",
"website": "https://www.cosmostation.io",
"identity": "AE4C403A6E7AA1AC",
"delegator_shares": 16043267.78,
"operator_address": "cosmosvaloper1clpqr4nrk4khgkxj78fcwwh6dl3uw4epsluffn",
"voting_power_atom": 16043267.781019,
"commission_max_pct": 20,
"commission_rate_pct": 5
},
{
"jailed": false,
"status": "BOND_STATUS_BONDED",
"details": "Everstake is the №1 staking infrastructure platform, trusted by retail and institutional clients worldwide. Committed to the highest standards of compliance, we deliver secure staking solutions across 130+ chains with a rel
…