v2

latestOpenAPI 3.0.3MIT2026-08-0334632.7 KB
Metrics

List all metrics

Returns all 26 available metrics with their names, descriptions, and categories. Use this to discover what individual metrics are available.

get/api/metrics

Query parameters

category'bitcoin' | 'macro' | 'calculated' | 'treasury'

Filter by category

searchstring

Search by name or description

Response

List of available metrics

countinteger
categoriesstring[]
generated_atstring date-time

Example response

{
  "count": 26,
  "metrics": [
    {
      "name": "bitcoin-price",
      "display_name": "Bitcoin Price",
      "description": "Current BTC price in USD",
      "category": "bitcoin"
    }
  ],
  "categories": [
    "bitcoin",
    "macro",
    "calculated",
    "treasury"
  ]
}