Zum Inhalt springen
GET /v1/validators

Validator set

Live testen

10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.

Eigene Header (optional)
api.oanor.com/elys-api

Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.

API-Key holen

Code-Snippets

curl "https://api.oanor.com/elys-api/v1/validators" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/elys-api/v1/validators", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/elys-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/elys-api/v1/validators",
    headers={"x-oanor-key": "oanor_test_..."}
)

Beispiel-Response

Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.

{
    "data": {
        "count": 92,
        "status": "BOND_STATUS_BONDED",
        "validators": [
            {
                "jailed": false,
                "status": "BOND_STATUS_BONDED",
                "details": "Team OtterSync",
                "moniker": "OtterSync",
                "website": "https://ottersync.io",
                "elys_tokens": 1011801.269777,
                "commission_rate": 0.05,
                "operator_address": "elysvaloper1d4z902aezhpq7aph9rfrjax0awmtq4dqcxujdu"
            },
            {
                "jailed": false,
                "status": "BOND_STATUS_BONDED",
                "details": "kwak kwak",
                "moniker": "kwak",
                "website": "https://kwak.io",
                "elys_tokens": 1005501.17308,
                "commission_rate": 0.05,
                "operator_address": "elysvaloper1jlp368vpqgwugdy2sezw2mlglga3qsxcwkdhdl"
            },
            {
                "jailed": false,
                "status": "BOND_STATUS_BONDED",
                "details": "We are the gatekeepers of Elys.  We are the direct voice of the community, and we only vote for what the community wants",
                "moniker": "Elys Keepers",
                "website": "NONE",
                "elys_tokens": 929131.902694,
                "commission_rate": 0.05,
                "operator_address": "elysvaloper197uts40mlzwvcsz7smhhnl2khwdgt67tn70zt0"
            },
            {
                "jailed": false,
                "status": "BOND_STATUS_BONDED",
                "details": "Discord: https://discord.gg/MtAc6peX; X: @HighStakes_CH",
                "moniker": "HighStakes.ch | Daily Airdrops",
                "website": "https://highstakes.ch",
                "elys_tokens": 605768.016533,
                "commission_rate": 0.05,
                "operator_address": "elysvaloper1lasu44pwplupwudm4l6sp2ha2wvazluf93qrgq"
            },
            {
                "jailed": false,
                "status": "BOND_STATUS_BONDED",
                "details": "We built REStake.app to auto-compound your staking rewards 🔄 Trusted across the Cosmos. Over 3 years of reliable, slash-free operation with added slash protection 🛡️ Climate positive - we donate 10% of commission to support climate causes 🌱",
                "moniker": "ECO Stake 🌱 | REStake.app",
                "website": "https://ecostake.com",
                "elys_tokens": 481546.575453,
                "commission_rate": 0.05,
                "operator_address": "elysvaloper1wnv3j92za5cnsfuhlw4c9jl3ttdl36smk9yujm"
            },
            {
                "jailed": false,
                "status": "BOND_STATUS_BONDED",
                "details": "NodeStake is the professional validator, infrastructure provider and IBC relayer.⚛️7*24h | https://twitter.com/Nodestake_top",
                "moniker": "NodeStake",
                "website": "https://nodestake.org",
                "elys_tokens": 473990.827333,
                "
…