Step 1: Enumerate a sector
GET /asset/ returns every tracked asset with its sector tags. No API key needed.
tags.groups, the sector taxonomy:
metadata.about.asset_types gives the orthogonal classification (App, Chain, Stablecoin or Equity), which is useful if you’re building your own registry.
Some assets appear under more than one tag, because they genuinely operate in more than one sector. Hyperliquid is tagged both
dex and perpetuals; Jupiter is tagged lending and perpetuals. Filter on the metric you care about, not on the tag alone.Step 2: List an asset’s metrics
GET /supported-metrics/ returns the vocabulary for one asset.
description, methodology, and a cuts array listing the dimensionType values that metric supports.
