Current

Get current voting epoch

get

Returns the current voting epoch

Responses
200Success
application/json
get
GET /v1/voting/epochs/current HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
{
  "index": 1,
  "firstLevel": 1,
  "startTime": "2025-06-27T03:27:17.851Z",
  "lastLevel": 1,
  "endTime": "2025-06-27T03:27:17.851Z",
  "status": "text",
  "periods": [
    {
      "index": 1,
      "epoch": 1,
      "firstLevel": 1,
      "startTime": "2025-06-27T03:27:17.851Z",
      "lastLevel": 1,
      "endTime": "2025-06-27T03:27:17.851Z",
      "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
    }
  ],
  "proposals": [
    {
      "hash": "text",
      "initiator": {
        "alias": "text",
        "address": "text"
      },
      "firstPeriod": 1,
      "lastPeriod": 1,
      "epoch": 1,
      "upvotes": 1,
      "votingPower": 1,
      "status": "text",
      "extras": null,
      "rolls": 1,
      "metadata": null
    }
  ]
}