Skip to Content
APIWitnessGet Super Representative Homepage Statistics

Get Super Representative Homepage Statistics

1. Overview & Typical Use

Returns global statistics for the Super Representative module, including total SR count, new additions in the last 30 days, total network votes, and the SR with the highest/lowest block production efficiency and most/fewest cumulative blocks.

  • Typical use: super representative homepage dashboard display, network-wide block production efficiency overview.
  • When not to use: for details on a specific SR use “Get Super Representative Current Vote Info” or “Get Super Representative List”.

2. Endpoint & Authentication

GET /api/witness/general-info

For Base URL and authentication, see Common Network & Authentication.

3. Request

No parameters required.

4. Response

FieldTypeRequiredDescriptionUnit/Precision
totalintegerRequiredTotal number of Super Representatives
increaseOf30DayintegerRequiredNew additions in the last 30 days
totalRealtimeVotesintegerRequiredTotal real-time votes across the network
highestEfficiencyobjectRequiredSR with the highest block production efficiency; see below
lowestEfficiencyobjectRequiredSR with the lowest block production efficiency; see below
maxBlocksCountobjectRequiredSR with the most cumulative blocks produced; see below
minBlocksCountobjectRequiredSR with the fewest cumulative blocks produced; see below

Node info object fields (highestEfficiency / lowestEfficiency / maxBlocksCount / minBlocksCount)

FieldTypeRequiredDescriptionUnit/Precision
addressstringRequiredSuper Representative address
namestringRequiredName
urlstringRequiredOfficial website URL
missedTotalnumberRequiredCumulative missed blocks
producedTotalnumberRequiredCumulative blocks produced
producePercentagenumberRequiredHistorical block production efficiencyPercentage %
currentProducePercentagenumberRequiredCurrent block production efficiencyPercentage %

5. Errors

For HTTP status codes, see Common Errors. Key points for this endpoint:

  • No parameters, always returns data: this endpoint requires no parameters and always returns global statistics.
Last updated on: