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
]
}
}