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
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"
]
}