Skip to main content

/cosmos/distribution/v1beta1/validators/{validator_address}/commission

GET

Retrieves the accumulated commission of the validator.
Path Parameters
validator_addressstringrequired
Validator address to query.
Responses
Commission received by the validator.
denomstring
amountstring
codestringrequired
Code identifying the cause of the failed request.
messagestringrequired
Detailed message including the name and value of the invalid parameter.
{
"code": "ERROR_CODE",
"message": "An unexpected error response."
}
cURL
curl -X GET 'https://rest-initia-mainnet.nodit.io/cosmos/distribution/v1beta1/validators/{validator_address}/commission' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: nodit-demo'