Kit
Type aliases

GetRecentPerformanceSamplesApi

GetRecentPerformanceSamplesApi = object

Methods

getRecentPerformanceSamples()

getRecentPerformanceSamples(limit?): GetRecentPerformanceSamplesApiResponse

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

ParameterTypeDescription
limit?numberNumber of samples to return. Maximum of 720.

Returns

GetRecentPerformanceSamplesApiResponse

See

https://solana.com/docs/rpc/http/getrecentperformancesamples

On this page