pulse_market_overview
Fetch a market-wide overview for Hyperliquid pairs, including 24h volume, open interest, mark price, funding rate, and price change. Filter by DEX or get all markets at once.
Instructions
DEPRECATED alias for list_markets — returns the same payload (24h volume, open interest, mark price, raw hourly fundingRate decimal, 24h change for every pair). To display funding APR percent, calculate fundingRate * 24 * 365 * 100. Prefer list_markets for new integrations; this tool is kept for backward compatibility only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dex | No | Filter by dex. 'hl' for native Hyperliquid only, or a builder dex name (xyz, cash, km, etc.). Omit for all markets. | |
| useToonFormat | No | Return data in compact toon format (default: true). Set to false for standard JSON. |