List Markets
list_marketsGet every trading symbol on Hyperliquid and builder DEXs with live metrics: mark price, 24h volume, funding rate, open interest, and 24h change. Simplifies market discovery for commodities, stocks, and builder-dex assets.
Instructions
CANONICAL market discovery tool. Returns every trading symbol on Hyperliquid and its builder dexes with dex, mark price, 24h volume, funding rate, open interest, and 24h change. Use this whenever the user asks 'what markets are available?', mentions a commodity (gold, silver, oil), stock (TSLA, AAPL, NVDA), or builder-dex market. Prefer this over pulse_market_overview (same data, kept only for backward compat). For asset-level grouping across venues, use list_assets instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dex | No | Filter by dex. 'hl' for native Hyperliquid, 'xyz' for commodities/stocks, 'cash' for equities, 'km' for energy, etc. Omit for all markets. | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |