# ethereum/execution-apis

Collection of APIs provided by Ethereum execution layer clients

Repository: https://github.com/ethereum/execution-apis
Canonical: https://ross.abutalabs.com/products/execution-apis
Language: Io
License: CC0-1.0
License Family: permissive
Last push: 2026-09-02T13:14:06+00:00

## Health v2 (maintenance only)
Score: 86/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 60, longevity 100
- inputs: {"age_days": 1904, "days_push": 0, "days_rel": 84, "gap_med": 1.0, "n_releases_24m": 3}
- flags: prerelease_only
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1131, forks 524 (observed 2026-09-03T02:15:11.758259+00:00)

## What it is
The canonical specification of the Ethereum execution layer JSON-RPC API, written in OpenRPC and maintained by the Ethereum Foundation. It defines the standard methods all Ethereum execution clients implement, enabling interoperable tooling and swappable clients.

## Use cases
- implement an ethereum execution client with a conformant json-rpc api
- look up the exact parameters and return types of eth_* rpc methods
- build tooling that talks to any ethereum client interchangeably
- test client conformance against the standard rpc spec
- propose and standardize new ethereum rpc methods

## When to choose
- you are building or testing an ethereum execution client
- you need the authoritative reference for ethereum json-rpc methods
- you are developing wallets, indexers, or infrastructure that must support all clients

## When to avoid
- you want a client library or sdk to call ethereum from your app
- you need consensus layer (beacon) api specs
- you want a runnable ethereum node rather than a specification

## Facets
- artifact type: dataset
- maturity: active
- function: api-framework, documentation, developer-tools
- domain: blockchain, apis, documentation, developer-tools
- platform: cross-platform
- tags: ethereum, json-rpc, openrpc, specification, execution-layer, blockchain-api, web3

## Member repositories
- ethereum/execution-apis (main) score 86

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:11.758259+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:37:25.841583+00:00, confidence not recorded.
  - readme: https://github.com/ethereum/execution-apis (fetched 2026-09-03T02:15:11.758259+00:00, sha 49c20b2f4679)
- Data as of 2026-08-30T08:39:29.467469+00:00.
