get-unbonding-delegations
Retrieve unbonding delegations for a specified delegator address on the Osmosis blockchain using this query tool.
Instructions
Returns unbonding delegations 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"
}