Get vote requests list
curl --request GET \
--url https://api.modo.link/canton-mainnet/v1/governance/vote-requests \
--header 'x-api-key: <api-key>'{
"content": [
{
"contractId": "<string>",
"templateId": "<string>",
"trackingCid": "<string>",
"title": "<string>",
"status": "<string>",
"requester": "<string>",
"createdAt": 123,
"voteBefore": 123,
"targetEffectiveAt": 123,
"yesCount": 123,
"noCount": 123,
"abstainCount": 123,
"totalWeightYes": 123,
"totalWeightNo": 123,
"totalWeightAbstain": 123,
"requesterName": "<string>",
"requesterImg": "<string>"
}
],
"pageable": {
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"pageSize": 123,
"pageNumber": 123,
"offset": 123,
"paged": true,
"unpaged": true
},
"last": true,
"totalPages": 123,
"totalElements": 123,
"totalCount": 123,
"size": 123,
"number": 123,
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"first": true,
"numberOfElements": 123,
"empty": true
}Governance
Get vote requests list
Retrieve paginated list of vote requests
GET
/
v1
/
governance
/
vote-requests
Get vote requests list
curl --request GET \
--url https://api.modo.link/canton-mainnet/v1/governance/vote-requests \
--header 'x-api-key: <api-key>'{
"content": [
{
"contractId": "<string>",
"templateId": "<string>",
"trackingCid": "<string>",
"title": "<string>",
"status": "<string>",
"requester": "<string>",
"createdAt": 123,
"voteBefore": 123,
"targetEffectiveAt": 123,
"yesCount": 123,
"noCount": 123,
"abstainCount": 123,
"totalWeightYes": 123,
"totalWeightNo": 123,
"totalWeightAbstain": 123,
"requesterName": "<string>",
"requesterImg": "<string>"
}
],
"pageable": {
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"pageSize": 123,
"pageNumber": 123,
"offset": 123,
"paged": true,
"unpaged": true
},
"last": true,
"totalPages": 123,
"totalElements": 123,
"totalCount": 123,
"size": 123,
"number": 123,
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"first": true,
"numberOfElements": 123,
"empty": true
}Documentation Index
Fetch the complete documentation index at: https://docs.modo.link/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Response
200 - */*
OK
⌘I