Path Parameters
delegator_address*string
delegator_address defines the delegator address to query for.
Response Body
application/json
application/json
curl -X GET "http://localhost:1317/cosmos/distribution/v1beta1/delegators/string/rewards"{
"rewards": [
{
"validator_address": "string",
"reward": [
{
"denom": "string",
"amount": "string"
}
]
}
],
"total": [
{
"denom": "string",
"amount": "string"
}
]
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}