waiaas_hl_get_markets
Retrieve detailed information about Hyperliquid perpetual markets, including leverage limits and metadata, for trading analysis and decision-making.
Instructions
Get Hyperliquid perpetual market list with metadata (leverage limits, etc.).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- Implementation of the waiaas_hl_get_markets MCP tool which fetches hyperliquid market data using an apiClient.
server.tool( 'waiaas_hl_get_markets', 'Get Hyperliquid perpetual market list with metadata (leverage limits, etc.).', {}, async () => { const result = await apiClient.get('/v1/hyperliquid/markets'); return toToolResult(result); }, );