cURL
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 }
Retrieve dashboard statistics and metrics
OK