Voters
Get voted candidates
get/api/voters/{voter}/candidates
Response
OK
Example response
{
"items": [
{
"candidate": "0xfc5571921c6d3672e13b58ea23dea534f2b35fa0",
"capacity": "10000000000000000000",
"capacityNumber": 10,
"candidateName": "Earth"
}
],
"total": 100
}