Skip to main content
Returns markets ranked by activity — pick the window (24h or lifetime) and the metric (volume, traders, fills, fees).

Endpoint

Query parameters

Response

Ranking modes

  • by=volume — total USDH notional. Default. The “biggest market” view.
  • by=traders — distinct trader count. Best signal for “viral” markets even at low ticket size.
  • by=fills — count of fills. Activity / churn measure.
  • by=fees — total fees paid. The “highest-revenue market” leaderboard.

Use cases

  • Homepage “trending markets” widget: window=24h, by=volume, status=active, limit=20.
  • Largest-ever HIP-4 markets: window=lifetime, by=volume.
  • Most-engaged markets: by=traders to surface markets where lots of distinct wallets play, not just one whale.

Examples

Notes

  • The 24h window is a rolling aggregation, refreshed each minute. Numbers are exact at the moment of the last refresh.
  • fees_total and builder_fees_total are equal whenever no deployer fee is being charged (current state on HIP-4 mainnet).
  • The maker/taker/trader counts are NOT additive — the same wallet can be a maker on some fills and a taker on others.