Ballot by identifier
Path parameters
ballot_identifierstringRequired
Responses
200
A successful response.
application/json
default
An unexpected error 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"
}