helius_get_recent_performance_samples
Retrieve recent performance samples from the Solana blockchain via the Helius API to monitor and analyze system or transaction efficiency.
Instructions
Get recent performance samples
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"type": "number"
}
},
"required": [],
"type": "object"
}