/v1/finality-providers
BTC-staking finality providers
Probeer het live
10 gratis calls per dag — geen registratie, geen API-key. Loopt via de oanor-gateway.
Het werkt. Haal een API-key op en gebruik hem in je project.
Verkrijg een API-sleutelCodefragmenten
curl "https://api.oanor.com/babylon-api/v1/finality-providers" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/babylon-api/v1/finality-providers", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/babylon-api/v1/finality-providers");
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/babylon-api/v1/finality-providers",
headers={"x-oanor-key": "oanor_test_..."}
)
Voorbeeldrespons
Een echte respons van dit endpoint, vastgelegd bij de laatste health check.
{
"data": {
"chain": "bbn-1",
"count": 20,
"finality_providers": [
{
"btc_pk": "03f0aa09112a19685e1514c9fc768a27df953db6abddcb453b96cc3265469af6",
"jailed": false,
"address": "bbn19cy5ndzllcqlrcyggsqjg4mu59kw8ewwwhhcxe",
"moniker": "Simply Staking",
"slashed": false,
"website": "https://simplystaking.com/",
"commission": 0.03,
"max_commission": 0.2,
"highest_voted_height": 2771699
},
{
"btc_pk": "04439d165b72bac13c16a22744a55cb249615b23b769fc393188cd4eed33f189",
"jailed": false,
"address": "bbn185hz55mfzh5x7ypj4qps0w6xjgcyn3fperea0j",
"moniker": "equinoxDAO",
"slashed": false,
"website": "https://www.equinoxdao.xyz",
"commission": 0.05,
"max_commission": 0.2,
"highest_voted_height": 159653
},
{
"btc_pk": "053107172a3d5a2715754cd5793efdcf5e54364b855ed2305819e372aa685d76",
"jailed": false,
"address": "bbn1wlvdscjk3ck6uh6aur9u83uu8pl2ftsfhjrz2r",
"moniker": "Kiln",
"slashed": false,
"website": "https://www.kiln.fi",
"commission": 0.05,
"max_commission": 0.2,
"highest_voted_height": 3715339
},
{
"btc_pk": "08531e3b282375aa059528283d26c5523658cf47c64ab6dd95634519e6cd14ec",
"jailed": false,
"address": "bbn18r0uw8jankhvz6rvjcd8vrugjpxkuvsp2zu0fv",
"moniker": "BSquared x CertiK",
"slashed": false,
"website": null,
"commission": 0.05,
"max_commission": 0.3,
"highest_voted_height": 0
},
{
"btc_pk": "086fe422ec074cb64d7b06eeca4bf985f532eb32dcf8172402b5cb604d7c9a29",
"jailed": false,
"address": "bbn1hapc87wjvhdygnyuu9z877n6m4u6zudcum9sek",
"moniker": "DSRV",
"slashed": false,
"website": "https://dsrvlabs.com",
"commission": 0.1,
"max_commission": 1,
"highest_voted_height": 3274851
},
{
"btc_pk": "0b07aef0b971caeb8d677b5fa56547d07ec45be121575f1b94e4a65930bad272",
"jailed": false,
"address": "bbn1k27ndplj353tmagxwa6p54mlpwmkyyws9pun00",
"moniker": "Validation Cloud",
"slashed": false,
"website": "https://validationcloud.io",
"commission": 0.05,
"max_commission": 1,
"highest_voted_height": 1565245
},
{
"btc_pk": "0f5c
…