channels
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"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.