Path Parameters
validator_addr*string
validator_addr defines the validator address to query for.
delegator_addr*string
delegator_addr defines the delegator address to query for.
Response Body
application/json
application/json
curl -X GET "http://localhost:1317/cosmos/staking/v1beta1/validators/string/delegations/string/unbonding_delegation"{
"unbond": {
"delegator_address": "string",
"validator_address": "string",
"entries": [
{
"creation_height": "string",
"completion_time": "2019-08-24T14:15:22Z",
"initial_balance": "string",
"balance": "string",
"unbonding_id": "string",
"unbonding_on_hold_ref_count": "string"
}
]
}
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}TotalSupply queries the total supply of all coins. GET
Previous Page
UpgradedConsensusState queries the consensus state that will serve as a trusted kernel for the next version of this chain. It will only be stored at the last height of this chain. UpgradedConsensusState RPC not supported with legacy querier This rpc is deprecated now that IBC has its own replacement (https://github.com/cosmos/ibc-go/blob/2c880a22e9f9cc75f62b527ca94aa75ce1106001/proto/ibc/core/client/v1/query.proto#L54) GET
Next Page