v1
latestSwagger 2.02026-07-17127100479.5 KBstats
Get stats for ibc channels splitted by chains
Returns a paginated list of IBC transfer statistics grouped by counterparty chain, including total transfer count, volume, and active channels.
get/stats/ibc/chains
Query parameters
limitinteger
Count of requested entities
offsetinteger
Offset
Response
OK
Example response
[
{
"chain": "123456",
"flow": "123445",
"received": "123445",
"sent": "123445"
}
]