v1
latestSwagger 2.02026-07-17127100479.5 KBaddress
Get address stats
Returns a time-series histogram of per-address statistics for the selected metric (gas_used, gas_wanted, fee, or tx_count) aggregated by the given timeframe.
get/address/{hash}/stats/{name}/{timeframe}
Path parameters
hashstring required
Hash
name'gas_used' | 'gas_wanted' | 'fee' | 'tx_count' required
Series name
timeframe'hour' | 'day' | 'month' required
Timeframe
Query parameters
frominteger
Time from in unix timestamp
tointeger
Time to in unix timestamp
Response
OK
Example response
[
{
"time": "2023-07-04T03:10:57+00:00",
"value": "2223424"
}
]