Skip to main content

Blockfrost endpoint usage metrics

GET /metrics/endpoints

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

Request

Responses

Return the last 30 days of metrics


Schema
  • Array [
  • time integer required

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

    calls integer required

    Sum of all calls for a particular day and endpoint

    endpoint string required

    Endpoint parent name

  • ]
Loading...