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 codeDescription
200Average block times (in seconds)
/extended/v2/blocks/average-times
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
}