Consensus Client API
cURL
curl --request GET \ --url https://api.example.com/distribution/validators/{validator_address}/commission
{ "code": 200, "msg": { "commission": { "commission": [ { "denom": "stake", "amount": "0.280833213274068782" } ] } }, "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.
validator_address defines the validator address to query for.
Show child attributes