Get average block times
Retrieves average block times.
GET
/extended/v2/blocks/average-times
Get average block times
Retrieves average block times (in seconds)
Status code | Description |
---|---|
200 | Average block times (in seconds) |
curl -X GET "https://api.hiro.so/extended/v2/blocks/average-times"
Request to fetch average block times (in seconds)
{
"last_1h": 0,
"last_24h": 0,
"last_7d": 0,
"last_30d": 0
}