QueryAggregateVotesResponse is response type for the Query/AggregateVotes RPC method.
GET //terra/oracle/v1beta1/validators/aggregate_votes HTTP/1.1 Host: lunc.nownodes.io Accept: */*
A successful response.
{ "aggregate_votes": [ { "exchange_rate_tuples": [ { "denom": "text", "exchange_rate": "text" } ], "voter": "text" } ] }