get-validator-commission
Retrieve commission rates and earnings for a validator on the Osmosis blockchain by providing the validator address. Streamline validator performance analysis and income tracking.
Instructions
Returns commission rates and earnings for a validator
Input Schema
Name | Required | Description | Default |
---|---|---|---|
validatorAddress | Yes | The validator address |
Input Schema (JSON Schema)
{
"properties": {
"validatorAddress": {
"description": "The validator address",
"type": "string"
}
},
"required": [
"validatorAddress"
],
"type": "object"
}