v1

latestSwagger 2.02026-07-17127100479.5 KB
stats

Get messages distribution for the last 24 hours

Returns the count of each Cosmos SDK message type observed in the last 24 hours, useful for understanding network activity composition.

get/stats/messages_count_24h

Response

OK

namestring string
valuestring string

Example response

[
  {
    "name": "test",
    "value": "17632"
  }
]