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

enrstring

ENR text for the Charon node whose private key signed the payload

sigstring

Base64-encoded secp256k1 ECDSA signature (65 bytes: 32-byte r + 32-byte s + 1-byte recovery id) over the SSZ hashTreeRoot of the UTF-8 bytes of JSON.stringify(data), matching Charon publishResultToObolAPI

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"
  }
]