Unbonding delegation
Path parameters
validator_addrstringRequired
validator_addr defines the validator address to query for.
delegator_addrstringRequired
delegator_addr defines the delegator address to query for.
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}/unbonding_delegation HTTP/1.1
Host: tia-rest.nownodes.io
Accept: */*
{
"unbond": {
"delegator_address": "text",
"validator_address": "text",
"entries": [
{
"creation_height": "text",
"completion_time": "2025-06-27T07:53:56.647Z",
"initial_balance": "text",
"balance": "text",
"unbonding_id": "text",
"unbonding_on_hold_ref_count": "text"
}
]
}
}