get_proposer_success_rate
Measures a validator's block proposal success rate to evaluate node stability and network latency. Defaults to last hour if no time range specified.
Instructions
Measures a validator's performance specifically when tasked with proposing a new block. A 100% proposer success rate is the gold standard. A missed proposal means a delay in the chain and lost rewards for that validator. This metric is a critical indicator of a validator's node stability and network latency. If startTime and endTime are not provided, it defaults to the last hour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| validator | Yes | The name, public key, address, or zil_address of the validator. | |
| startTime | No | The start of the time range in ISO 8601 format. Defaults to 1 hour ago if not provided. | |
| endTime | No | The end of the time range in ISO 8601 format. Defaults to the current time if not provided. |