Altair sync committee APIs

Infura’s Eth2 API was recently updated with endpoints to support the Altair hard fork.

However there are several /v1/ APIs required for Altair which don’t seem to be exposed yet:

  • GET /eth/v1/validator/sync_committee_contribution
  • POST /eth/v1/validator/sync_committee_subscriptions
  • POST /eth/v1/validator/contribution_and_proofs

These new /v1/ APIs do seem to be present:

  • GET /eth/v1/beacon/states/{state_id}/sync_committees
  • POST /eth/v1/beacon/pool/sync_committees
  • GET /eth/v1/validator/duties/sync/{epoch}

A full list of APIs added in v2.0.0 of the API is here: https://github.com/ethereum/beacon-APIs/releases/tag/v2.0.0

Thanks for bringing this to our attention. Working on it right now.

1 Like

These methods will be supported starting on Tuesday.

1 Like