v1

latestSwagger 2.02026-07-17127100479.5 KB
stats

Get histogram for ibc channels with precomputed stats

Returns a time-series histogram of IBC transfer statistics (count or amount) for the specified channel, filtered by timeframe and optional time range.

get/stats/ibc/series/{id}/{name}/{timeframe}

Path parameters

idstring required

Channel id

timeframe'hour' | 'day' | 'month' required

Timeframe

name'count' | 'amount' required

Series name

Query parameters

frominteger

Time from in unix timestamp

tointeger

Time to in unix timestamp

Response

OK

timestring date-time
valuestring string

Example response

[
  {
    "time": "2023-07-04T03:10:57+00:00",
    "value": "2223424"
  }
]