# VoterService

The voter history service retrieves account and historical information about votes. You can use this API to find out the vote account or vote history.

```
// Retreives a list of vote accounts
fetch("https://api.strike.org/api/voters/accounts");

// Retreives a detail information of vote account
fetch("https://api.strike.org/api/voters/accounts/:address");

// Retreives a history of vote account
fetch("https://api.strike.org/api/voters/history/:address");

// Retreives a vote data by proposal index
fetch("https://api.strike.org/api/voters/:proposalId");
```

{% content-ref url="voter-service/get-voters-accounts" %}
[get-voters-accounts](https://docs.strike.org/api/voter-service/get-voters-accounts)
{% endcontent-ref %}

{% content-ref url="voter-service/get-voters-accounts-address" %}
[get-voters-accounts-address](https://docs.strike.org/api/voter-service/get-voters-accounts-address)
{% endcontent-ref %}

{% content-ref url="voter-service/get-voters-history-address" %}
[get-voters-history-address](https://docs.strike.org/api/voter-service/get-voters-history-address)
{% endcontent-ref %}

{% content-ref url="voter-service/get-voters-proposalid" %}
[get-voters-proposalid](https://docs.strike.org/api/voter-service/get-voters-proposalid)
{% endcontent-ref %}
