Get address stats
GET
/v1/address/{hash}/stats/{name}/{timeframe}Last modified: 11 days ago
Get address stats
Request
Path Params
hash
string
required
Hash
>= 47 characters<= 47 characters
Example:
celestia12zs7e3n8pjd8y8ex0cyv67ethv30mekgqu665r
name
enum<string>
required
Series name
Allowed values:
gas_usedgas_wantedfeetx_count
Example:
gas_used
timeframe
enum<string>
required
Timeframe
Allowed values:
hourdaymonth
Example:
hour
Query Params
from
integer
optional
Time from in unix timestamp
Example:
1727510043
to
integer
optional
Time to in unix timestamp
Example:
1727518843
Request samples
Responses
OK(200)
Bad Request(400)
Internal Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/2465240)[]
optional
#/definitions/2465240
optional
Example
Not configured
Last modified: 11 days ago