v1

latestSwagger 2.0Github2026-07-17202026.4 KB
Voters

Get voted candidates

get/api/voters/{voter}/candidates

Response

OK

itemsobject[]

Candidate's data

totalnumber

Total number of rewards

Example response

{
  "items": [
    {
      "candidate": "0xfc5571921c6d3672e13b58ea23dea534f2b35fa0",
      "capacity": "10000000000000000000",
      "capacityNumber": 10,
      "candidateName": "Earth"
    }
  ],
  "total": 100
}