/cosmos/distribution/v1beta1/validators/{validator_address}/outstanding_rewards
validator_address defines the validator address to query for.
A successful response.
An unexpected error response.
curl -L \ --url 'https://tia-rest.nownodes.io/cosmos/distribution/v1beta1/validators/{validator_address}/outstanding_rewards'
{ "rewards": { "rewards": [ { "denom": "text", "amount": "text" } ] } }