get-delegations
Retrieve delegation details for a specific address on the Osmosis blockchain to monitor staking activity and validator interactions.
Instructions
Returns delegation information for an address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
delegatorAddress | Yes | The delegator address |
Input Schema (JSON Schema)
{
"properties": {
"delegatorAddress": {
"description": "The delegator address",
"type": "string"
}
},
"required": [
"delegatorAddress"
],
"type": "object"
}