Path Parameters
validator_address*string
validator_address defines the validator address to query for.
Response Body
application/json
application/json
curl -X GET "http://localhost:1317/cosmos/distribution/v1beta1/validators/string/outstanding_rewards"{
"rewards": {
"rewards": [
{
"denom": "string",
"amount": "string"
}
]
}
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}