Beacon HTTP API

The https://data.spiceai.io/eth/beacon API is compatible with the read-only GET requests from the Beacon Node API specification.

Authentication

All requests should specify the Spice API Key by adding a header with X-API-KEY or appending ?api_key=[apikey] to the URL suffix.

curl https://data.spiceai.io/eth/beacon/eth/v1/beacon/genesis \
  --header 'X-API-Key: [api-key]'

Beacon APIs

Last updated