Skip to main content
GET
/
v1
/
dashboard
Get dashboard data
curl --request GET \
  --url https://api.modo.link/canton-mainnet/v1/dashboard \
  --header 'x-api-key: <api-key>'
{
  "totalTransactions": 123,
  "totalEvents": 123,
  "totalTransfers": 123,
  "totalAccounts": 123,
  "totalValidators": 123,
  "totalActiveValidators": 123,
  "totalInactiveValidators": 123,
  "totalSuperValidators": 123,
  "totalVoteRequests": 123,
  "approvedVoteRequests": 123,
  "activeVoteRequests": 123,
  "tps": 123,
  "avgDayTps": 123,
  "avgDayTpsChange": 123,
  "monthPeakTps": 123,
  "cps": 123,
  "avgDayCps": 123,
  "avgDayCpsChange": 123,
  "monthPeakCps": 123,
  "migration": 123,
  "latestRound": 123
}

Authorizations

x-api-key
string
header
required

Response

200 - */*

OK

totalTransactions
integer<int64>
totalEvents
integer<int64>
totalTransfers
integer<int64>
totalAccounts
integer<int64>
totalValidators
integer<int64>
totalActiveValidators
integer<int64>
totalInactiveValidators
integer<int64>
totalSuperValidators
integer<int64>
totalVoteRequests
integer<int64>
approvedVoteRequests
integer<int64>
activeVoteRequests
integer<int64>
tps
integer<int64>
avgDayTps
integer<int64>
avgDayTpsChange
integer<int64>
monthPeakTps
integer<int64>
cps
integer<int64>
avgDayCps
integer<int64>
avgDayCpsChange
integer<int64>
monthPeakCps
integer<int64>
migration
integer<int64>
latestRound
integer<int64>