/cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}/unbonding_delegation
validator_addr defines the validator address to query for.
delegator_addr defines the delegator address to query for.
A successful response.
An unexpected error response.
curl -L \ --url 'https://thor.nownodes.io/cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}/unbonding_delegation'
{ "unbond": { "delegator_address": "text", "validator_address": "text", "entries": [ { "creation_height": "text", "completion_time": "2025-02-06T12:51:02.289Z", "initial_balance": "text", "balance": "text", "unbonding_id": "text", "unbonding_on_hold_ref_count": "text" } ] } }