Skip to main content
Two endpoints answer “what can I ask for?”, and they’re the fastest way to explore the API.

Step 1: Enumerate a sector

GET /asset/ returns every tracked asset with its sector tags. No API key needed.
Each asset carries tags.groups, the sector taxonomy:
Filter it to get a sector’s members:
Sector tags you’ll most likely want: 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.
Pull out the fields that matter:
Each entry also carries description, methodology, and a cuts array listing the dimensionType values that metric supports.

Step 3: Fetch it

Shortcut

If you already know your sector, the Metrics by Sector pages list the metric names and covered protocols directly. No discovery calls needed.