Skip to main content
Glama

waiaas_hl_get_spot_markets

Retrieve Hyperliquid spot market data including trading pairs and token information for crypto trading analysis.

Instructions

Get Hyperliquid spot market list (trading pairs, token info).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of the waiaas_hl_get_spot_markets tool, which queries the Hyperliquid API for spot markets.
    server.tool(
      'waiaas_hl_get_spot_markets',
      'Get Hyperliquid spot market list (trading pairs, token info).',
      {},
      async () => {
        const result = await apiClient.get('/v1/hyperliquid/spot/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