v1
latestOpenAPI 3.0.32026-07-173986194.3 KBReturns a list of votes for a governance proposal.
get/consensus/proposals/{proposal_id}/votes
Path parameters
proposal_idinteger required
The unique identifier of the proposal for which votes are returned.
Query parameters
limitinteger
The maximum numbers of items to return.
offsetinteger
The number of items to skip before starting to collect the result set.
Response
A JSON object containing a list of votes for a governance proposal.
Example response
{
"total_count": 412,
"is_total_count_clipped": true,
"votes": [
{
"address": "oasis1qpg2xuz46g53737343r20yxeddhlvc2ldqsjh70p",
"vote": "yes",
"height": 8048956,
"timestamp": "2022-03-01T00:00:00Z"
}
]
}