Skip to main content

Interface: GetEpochMetricsParams

Return a list of epoch metrics, which is a subset of epoch info. Exclusively served by the indexer.

Properties

cursor?

optional cursor: string | null

Optional paging cursor


limit?

optional limit: number | null

Maximum number of items per page


descendingOrder?

optional descendingOrder: boolean | null

Flag to return results in descending order


signal?

optional signal: AbortSignal