v1
latestSwagger 2.02026-07-17127100479.5 KBaddress
Get list of votes for address
Returns a paginated list of governance votes cast by the given address on on-chain proposals.
get/address/{hash}/votes
Path parameters
hashstring required
Hash
Query parameters
limitinteger
Count of requested entities
offsetinteger
Offset
Response
OK
Example response
[
{
"deposit_time": "2023-07-04T03:10:57+00:00",
"height": 100,
"id": 321,
"proposal": {
"description": "Some proposal description",
"id": 321,
"status": "active",
"title": "Proposal title"
},
"proposal_id": 2,
"status": "yes",
"validator": {
"cons_address": "E641C7A2C964833E556AEF934FBF166B712874B6",
"id": 321,
"moniker": "Easy 2 Stake"
},
"voter": {
"celestials": {
"image_url": "https://ipfs.io/ipfs/QmUi269vE25fagqhyMCCTNSoiW6x4LHCwwQb3keSrEXAmC",
"name": "name",
"primary": true,
"status": "VERIFIED"
},
"hash": "celestia1jc92qdnty48pafummfr8ava2tjtuhfdw774w60"
},
"voter_id": 1,
"weight": 12345678
}
]