Slot
Get PTC votes for a slot
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.
get/v1/slot/{slotOrHash}/ptc_votes
Path parameters
slotOrHashstring required
Slot number or block root (0x-prefixed hex)
Query parameters
dependent_rootstring
Resolve the PTC on the fork with this committee-shuffling dependent root (0x-prefixed hex)
block_rootstring
Resolve the PTC on the fork that this block root sits on (0x-prefixed hex)
Response
OK
Changes
Changed in 3 of the 35 revisions of this API.13
- ○
added the new optional
queryrequest parameterblock_rootnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterdependent_rootnew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲