validator_addr defines the validator address to query for.
delegator_addr defines the delegator address to query for.
QueryDelegationResponse is response type for the Query/UnbondingDelegation RPC method.
GET /cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}/unbonding_delegation HTTP/1.1 Host: coreum.nownodes.io Accept: */*
A successful response.
{ "unbond": { "delegator_address": "text", "validator_address": "text", "entries": [ { "creation_height": "text", "completion_time": "2025-04-23T19:02:24.991Z", "initial_balance": "text", "balance": "text", "unbonding_id": "text", "unbonding_on_hold_ref_count": "text" } ] } }