Current

Get current voting period

get

Returns current voting period.

Responses
200Success
application/json
get
GET /v1/voting/periods/current HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
{
  "index": 1,
  "epoch": 1,
  "firstLevel": 1,
  "startTime": "2025-07-14T01:02:06.091Z",
  "lastLevel": 1,
  "endTime": "2025-07-14T01:02:06.091Z",
  "kind": "text",
  "status": "text",
  "dictator": "text",
  "totalBakers": 1,
  "totalVotingPower": 1,
  "upvotesQuorum": 1,
  "proposalsCount": 1,
  "topUpvotes": 1,
  "topVotingPower": 1,
  "ballotsQuorum": 1,
  "supermajority": 1,
  "yayBallots": 1,
  "yayVotingPower": 1,
  "nayBallots": 1,
  "nayVotingPower": 1,
  "passBallots": 1,
  "passVotingPower": 1,
  "totalRolls": 1,
  "topRolls": 1,
  "yayRolls": 1,
  "nayRolls": 1,
  "passRolls": 1
}