v1

latestOpenAPI 3.1.0GPL-3.0-or-later2026-07-1781815.7 KB
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
    ]
  }
}