Ballot by identifier

Queries a list of VoterByIdentifier items.

get
Path parameters
ballot_identifierstringRequired
Responses
200
A successful response.
application/json
get
GET /zeta-chain/observer/ballot_by_identifier/{ballot_identifier} HTTP/1.1
Host: zetachain.nownodes.io
Accept: */*
{
  "ballot_identifier": "text",
  "voters": [
    {
      "voter_address": "text",
      "vote_type": "SuccessObservation"
    }
  ],
  "observation_type": "EmptyObserverType",
  "ballot_status": "BallotFinalized_SuccessObservation"
}