v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Metrics

Blockfrost endpoint usage metrics

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

get/metrics/endpoints

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 and endpoint

endpointstring required

Endpoint parent name

Example response

[
  {
    "time": 1612543814,
    "calls": 182,
    "endpoint": "block"
  },
  {
    "time": 1612543814,
    "calls": 42,
    "endpoint": "epoch"
  },
  {
    "time": 1612543812,
    "calls": 775,
    "endpoint": "block"
  },
  {
    "time": 1612523884,
    "calls": 4,
    "endpoint": "epoch"
  },
  {
    "time": 1612553884,
    "calls": 89794,
    "endpoint": "block"
  }
]