v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Metrics

Blockfrost usage metrics

History of your Blockfrost usage metrics in the past 30 days.

get/metrics

Response

Return the last 30 days of metrics

timeinteger required

Starting time of the call count interval (ends midnight UTC) in UNIX time

callsinteger required

Sum of all calls for a particular day

Example response

[
  {
    "time": 1612543884,
    "calls": 42
  },
  {
    "time": 1614523884,
    "calls": 6942
  }
]