---
title: "GetValidatorSyncCommitteeContribution"
method: GET
path: "/{apiKey}/eth/v1/validator/sync_committee_contribution"
---

# GetValidatorSyncCommitteeContribution

`GET /{apiKey}/eth/v1/validator/sync_committee_contribution`

Produce a sync committee contribution.

Requests that the beacon node produce a sync committee contribution.

A 503 error must be returned if the block identified by the response
`beacon_block_root` is optimistic (i.e. the sync committee contribution
refers to a block that has not been fully verified by an execution engine).

## Path parameters

- `apiKey` string, required — <style> .custom-style { color: #048FF4; } </style> For higher throughput, please <span class="custom-style"><a href="../docs/quick-start-guide#-creating-your-api-key-on-the-zan-platform" target="_blank">create your own API key</a></span>.

## Query parameters

- `slot` string, required
- `subcommittee_index` string, required
- `beacon_block_root` string, hex, required

## Response `200`

Sync committee contribution

- object
  - `data` object, required
    - `slot` string, required — The slot at which the validator is providing a sync committee contribution.
    - `beacon_block_root` string, hex, required — Block root for this contribution.
    - `subcommittee_index` string, required — The index of the subcommittee that the contribution pertains to.
    - `aggregation_bits` string, hex, required — A bit is set if a signature from the validator at the corresponding index in the subcommittee is present in the aggregate `signature`.
    - `signature` string, hex, required — Signature by the validator(s) over the block root of `slot`

---

[API](https://skmtc.dev/zan/apis/zan-getnftmetadata.md) · [All operations](https://skmtc.dev/zan/apis/zan-getnftmetadata/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zan/zan-getnftmetadata/revisions/be8fa2338895/schema)
