/
/Celenium API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h 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 blobs count grouped by size

    Returns the distribution of blobs across predefined size buckets (e.g. <1KB, 1-16KB, 16-256KB, etc.), showing how many blobs fall into each size group.

    get/stats/size_groups

    Response

    OK

    avg_sizeinteger
    countinteger
    namestring string
    sizeinteger

    Example response

    [
      {
        "avg_size": 123,
        "count": 123,
        "name": "Rollup name",
        "size": 123
      }
    ]

    Changes