Consensus Client API
cURL
curl --request GET \ --url https://api.example.com/distribution/delegators/{delegator_address}/rewards/{validator_address}
{ "code": 200, "msg": { "rewards": [ { "denom": "stake", "amount": "16994236.393259084134400000" } ] }, "error": "" }
Documentation IndexFetch the complete documentation index at: https://docs.story.foundation/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.story.foundation/llms.txt
Use this file to discover all available pages before exploring further.
delegator_address defines the delegator address to query for.
validator_address defines the validator address to query for.
Show child attributes