Get recent performance samples
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
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.
Body
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.
Object containing request fields.
jsonrpcstringrequiredJSON-RPC protocol version.
methodstringrequiredSolana JSON-RPC method name.
paramsArray<any>requiredThis Solana JSON-RPC method does not require positional parameters.
idintegerrequiredClient request identifier echoed by the server.
Response
Recent performance samples response
Bad Request. The Solana JSON-RPC request is malformed or contains invalid parameters.
Unauthorized: API key is present but rejected by the NOWNodes gateway.
Method Not Allowed. Returned by the NOWNodes gateway for malformed or unsupported gateway-level requests.
Missing API key. The NOWNodes gateway returns plain text for this error.
Internal Server Error. The gateway or Solana node failed while processing the request.