Has voted

Query if a voter has voted for a ballot

get
Path parameters
ballot_identifierstringRequired
voter_addressstringRequired
Responses
200
A successful response.
application/json
get
GET /zeta-chain/observer/has_voted/{ballot_identifier}/{voter_address} HTTP/1.1
Host: zetachain.nownodes.io
Accept: */*
{
  "has_voted": true
}