get https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/staking/v1beta1/validators//delegations//unbonding_delegation
Queries unbonding info for given validator delegator pair.
Parameters
Path
validator_addr
:STRING
- The validator address to query for.delegator_addr
:STRING
- The delegator address to query for.
curl "https://cosmos-mainnet-archive.allthatnode.com:1317/cosmos/staking/v1beta1/validators/cosmosvaloper1n229vhepft6wnkt5tjpwmxdmcnfz55jv3vp77d/delegations/cosmos1y2pyypvvyx38lzpechma9js7gchqu39zwpwu3u/unbonding_delegation" \
-H 'x-allthatnode-api-key: 8U3JLUhzIDg3GShvy9hkCCSYkLGc11kj'
Returns
OBJECT
- Validators information.
{
"unbond": {
"delegator_address": "cosmos1y2pyypvvyx38lzpechma9js7gchqu39zwpwu3u",
"validator_address": "cosmosvaloper1n229vhepft6wnkt5tjpwmxdmcnfz55jv3vp77d",
"entries": [
{
"creation_height": "16440470",
"completion_time": "2023-08-26T12:54:28.348610388Z",
"initial_balance": "4999",
"balance": "4999",
"unbonding_id": "108568",
"unbonding_on_hold_ref_count": "1"
}
]
}
}