Metadata
List distinct epochs across stored frames
post/api/v1/metadata/epochs
Request body
Example request
{
"filter": {
"slot": 7654321,
"epoch": 239197
}
}Response
A page of distinct epochs.
Example response
{
"data": {
"epochs": [
239197
]
}
}