v1

latestOpenAPI 3.1.0GPL-3.0-or-later2026-07-1781815.7 KB
Metadata

List distinct slots across stored frames

post/api/v1/metadata/slots

Request body

Example request

{
  "filter": {
    "slot": 7654321,
    "epoch": 239197
  }
}

Response

A page of distinct slots.

Example response

{
  "data": {
    "slots": [
      7654321
    ]
  }
}