Skip to main content
Glama

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
NameRequiredDescriptionDefault

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);
      },
    );

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/minhoyoo-iotrust/WAIaaS'

If you have feedback or need assistance with the MCP directory API, please join our Discord server