/v1/builders
Block builders ranked by recent blocks won
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/mevboost-api/v1/builders" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/mevboost-api/v1/builders", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/mevboost-api/v1/builders");
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/mevboost-api/v1/builders",
headers={"x-oanor-key": "oanor_test_..."}
)
Beispiel-Response
Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.
{
"data": {
"note": "Ethereum block builders ranked by how many of the most recent MEV-Boost blocks they won, with each builder's block share, and the total and average value (ETH) they paid validators. A handful of builders win the large majority of blocks — the centralisation of block production. Names are best-effort for well-known public keys; unknown builders are shown by key. Live, cached ~60s.",
"source": "Public MEV-Boost relay data APIs (proposer_payload_delivered), keyless",
"builders": [
{
"name": null,
"blocks": 84,
"pubkey_short": "0x8db2a99d…82be26",
"avg_value_eth": 0.01127,
"builder_pubkey": "0x8db2a99d06eb076ab83049c2dfed5725ed5cf35772071f43365399ad32e505f0e3ff1e14b9686cd74562dc50c282be26",
"block_share_pct": 19.9,
"total_value_eth": 0.947
},
{
"name": null,
"blocks": 40,
"pubkey_short": "0xb26f9666…48e681",
"avg_value_eth": 0.01096,
"builder_pubkey": "0xb26f96664274e15fb6fcda862302e47de7e0e2a6687f8349327a9846043e42596ec44af676126e2cacbdd181f548e681",
"block_share_pct": 9.5,
"total_value_eth": 0.4385
},
{
"name": "Titan Builder",
"blocks": 39,
"pubkey_short": "0x88510a78…800d65",
"avg_value_eth": 0.0131,
"builder_pubkey": "0x88510a78794b69e07f73b2f3ee309f78fc372dcb2ed85d5f80bbe7ebc579778f2a7d6aafbb8b00c00cb7241e1c800d65",
"block_share_pct": 9.2,
"total_value_eth": 0.5108
},
{
"name": "beaverbuild",
"blocks": 35,
"pubkey_short": "0x850b00e0…840ee7",
"avg_value_eth": 0.0161,
"builder_pubkey": "0x850b00e055388c1b56f137e0852bc02d8b05534e9f96dd1d11cff8cf0481b800ecc2e708cdc158cd95b7cfdaa6840ee7",
"block_share_pct": 8.3,
"total_value_eth": 0.5636
},
{
"name": null,
"blocks": 31,
"pubkey_short": "0xb67eaa5e…8eab08",
"avg_value_eth": 0.0108,
"builder_pubkey": "0xb67eaa5efcfa1d17319c344e1e5167811afbfe7922a2cf01c9a361f465597a5dc3a5472bd98843bac88d2541a78eab08",
"block_share_pct": 7.3,
"total_value_eth": 0.3348
},
{
"name": null,
"blocks": 29,
"pubkey_short": "0x823e0146…80b8df",
"avg_value_eth": 0.01039,
"builder_pubkey": "0x823e0146b1a5bfc5d4391f7f4391b4f170693369a2350c676238fb1bef4b2dc99bb99307f77e084920cdc7721c80b8df",
"block_share_pct": 6.9,
"total_value_eth": 0.3012
},
{
"name": n
…