getRecentPerformanceSamples

Returns a list of recent performance samples, in reverse slot order.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
limitintegerOptional
The number of samples to return.

Response

An array of performance sample data.
slotinteger or null
The slot in which the sample was taken.
numTransactionsinteger or null
The number of transactions processed during the sample period.
numSlotsinteger or null
The number of slots completed during the sample period.
samplePeriodSecsinteger or null
The number of seconds in a sample window.
numNonVoteTransactionsinteger or null

The number of non-vote transactions processed during the sample period.