v1
latestOpenAPI 3.1.02026-07-13603344.2 KBchannels
volume
Get channels ranked by economic volume over a time window
get/api/channels/volume
Query parameters
limitinteger
Number of channels per page
Example:50
pageinteger
Page number
Example:1
hoursinteger
Lookback window in hours
Example:24
Response
Channels ranked by economic volume
Example response
{
"results": [
{
"channelId": "42",
"txCount": 142,
"gasTotal": "892340000000000",
"valueTotal": "892340000000000",
"volumeTotal": "892340000000000"
}
],
"pagination": {
"page": 1,
"limit": 50,
"totalCount": 230,
"totalPages": 5
}
}