/
/Celenium API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 46m ago · Updated 1w ago
address16
block9
forwarding2
gas3
general3
hyperlane13
ibc9
namespace12
proposal3
rollup13
search1
signal3
stats19
  • getGet changes for 24 hours
  • getGet stats for hyperlane transfers splitted by domain
  • getGet histogram for aggregated hyperlane domains with precomputed stats
  • getGet histogram for hyperlane domains with precomputed stats
  • getGet stats for ibc channels splitted by chains
  • getGet histogram for ibc channels with precomputed stats
  • getGet stats for ibc the largest transfer and busiest channel per day
  • getGet messages distribution for the last 24 hours
  • getGet histogram for namespace with precomputed stats
  • getGet namespaces with sorting by size.
  • getGet rollups stats for last 24 hours
  • getGet histogram with precomputed stats
  • getGet cumulative histogram with precomputed stats
  • getGet blobs count grouped by size
  • getGet histogram for square size distribution
  • getGet histogram for staking
  • getGet histogram for staking with precomputed stats
  • getGet value by table and function
  • getGet tps
transactions8
validator11
vesting1
websocket1
    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"
      }
    ]

    Changes