Votes list
Get a list of votes
Query Parameters
proposal string
party string
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
votes object[]
partyId string
proposalId string
timestamp int64
totalEquityLikeShareWeight string
totalGovernanceTokenBalance string
totalGovernanceTokenWeight string
value Vote value
Possible values: [VALUE_UNSPECIFIED
, VALUE_NO
, VALUE_YES
]
{
"votes": [
{
"partyId": "string",
"proposalId": "string",
"timestamp": "string",
"totalEquityLikeShareWeight": "string",
"totalGovernanceTokenBalance": "string",
"totalGovernanceTokenWeight": "string",
"value": "VALUE_UNSPECIFIED"
}
]
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
@type string
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
Loading...