latestOpenAPI 3.0.02026-08-138371125.7 KB
707a88e0b355
Test
Get test results by ENR
This endpoint retrieves test results for a specific ENR.
get/v1/test/enr/{enr}
Path parameters
enrstring required
ENR to search for
Response
Test results found
Example response
[
{
"data": {
"charon_peers": {
"category_name": "mev",
"execution_time": "636.089125ms",
"score": "A",
"targets": {}
},
"beacon_node": {
"category_name": "mev",
"execution_time": "636.089125ms",
"score": "A",
"targets": {}
},
"validator_client": {
"category_name": "mev",
"execution_time": "636.089125ms",
"score": "A",
"targets": {}
},
"mev": {
"category_name": "mev",
"execution_time": "636.089125ms",
"score": "A",
"targets": {}
},
"infra": {
"category_name": "mev",
"execution_time": "636.089125ms",
"score": "A",
"targets": {}
}
},
"enr": "enr:-IS4QAnExamplePlaceholderReplaceWithRealEnrFromCharon",
"sig": "AbCdEfGhIjKlMnOpQrStUvWxYz0123456789abcdefghijklmnoPQRSTUVWxyZ"
}
]