// Retreives a list of vote accounts
fetch("https://api.annex.finance/api/voters/accounts");
// Retreives a detail information of vote account
fetch("https://api.annex.finance/api/voters/accounts/:address");
// Retreives a history of vote account
fetch("https://api.annex.finance/api/voters/history/:address");
// Retreives a vote data by proposal index
fetch("https://api.annex.finance/api/voters/:proposalId");