---
title: "Get PTC votes for a slot"
method: GET
path: "/v1/slot/{slotOrHash}/ptc_votes"
tags: ["Slot"]
---

# Get PTC votes for a slot

`GET /v1/slot/{slotOrHash}/ptc_votes`

Returns the PTC (Payload Timeliness Committee) payload attestations included in a gloas+ block.
The attestations target the previous slot, mirroring what is shown on the slot page.

## Path parameters

- `slotOrHash` string, required

## Response `200`

OK

- ApiAPISlotPtcVotesResponse
  - `data` ApiAPISlotPtcVotesData
    - `aggregates` ApiAPISlotPtcAggregate[]
      - `aggregation_bits` string
      - `blob_data_available` boolean
      - `payload_present` boolean
      - `signature` string
      - `validators` ApiAPISlotPtcValidator[]
        - `index` integer
        - `name` string
      - `vote_count` integer
      - `vote_percent` number
    - `block_root` string
    - `non_voter_count` integer
    - `non_voter_percent` number
    - `non_voters` ApiAPISlotPtcValidator[]
      - `index` integer
      - `name` string
    - `participation` number
    - `slot` integer
    - `total_ptc_size` integer
    - `vote_count` integer
    - `voted_block_root` string
    - `voted_slot` integer
  - `status` string

## Other responses

- `400` — Invalid slot number or root format
- `404` — Slot not found
- `500` — Internal server error

---

[API](https://skmtc.net/ethpandaops/apis/dora-explorer-api.md) · [All operations](https://skmtc.net/ethpandaops/apis/dora-explorer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethpandaops/dora-explorer-api/versions/73a9fb0d9c41/schema)
