v1
latestOpenAPI 3.1.02026-07-13603344.2 KBchannels
volume
Get economic volume for a single channel over a time window
get/api/channels/{channelId}/volume
Path parameters
channelIdstring required
The ID of the channel
Query parameters
hoursinteger
Lookback window in hours
Example:24
Response
Channel volume data
Example response
{
"channelId": "42",
"txCount": 142,
"gasTotal": "892340000000000",
"valueTotal": "892340000000000",
"volumeTotal": "892340000000000"
}