Metadata
List fork-choice frame metadata
post/api/v1/metadata
Request body
Example request
{
"filter": {
"slot": 7654321,
"epoch": 239197
}
}Response
A page of frame metadata.
Example response
{
"data": {
"frames": [
{
"wall_clock_slot": 7654321,
"wall_clock_epoch": 239197
}
]
}
}