Last updated 2 years ago
Was this helpful?
validator_address defines the validator address to query for.
curl -L \ --url '/cosmos/distribution/v1beta1/validators/{validator_address}/outstanding_rewards'
{ "rewards": { "rewards": [ { "denom": "text", "amount": "text" } ] } }