GetRecentPerformanceSamplesApi: {
    getRecentPerformanceSamples(
        limit?: number,
    ): GetRecentPerformanceSamplesApiResponse;
}

Type declaration

  • getRecentPerformanceSamples:function
    • Returns a list of recent performance samples, in reverse slot order. Performance samples are taken every 60 seconds and include the number of transactions and slots that occur in a given time window.

      Parameters

      • Optionallimit: number

        number of samples to return (maximum 720)

      Returns GetRecentPerformanceSamplesApiResponse