hl-spot
Hyperliquid Spot API
Datos de mercado SPOT de Hyperliquid: 454 tokens, precios en vivo, volumen en 24 h, saldos de wallet. Datos nativos del DEX de L1, sin CoinGecko. La capa de datos de spot que los agentes necesitan para operar en Hyperliquid. Pago por llamada vía x402 (USDC en Base L2) -- sin clave de API, sin registro, sin límite de tasa.
Parte del marketplace klymax402 -- 100 APIs de micropagos x402 para agentes de IA, una sola wallet, USDC en Base.
Inicio rápido -- MCP
Agrega esto a la configuración de tu cliente MCP (Claude Desktop, Cursor, ElizaOS, etc.):
{
"mcpServers": {
"hl-spot": {
"url": "https://hl-spot.api.klymax402.com/mcp"
}
}
}Related MCP server: boo-x402-mcp
Inicio rápido -- HTTP (x402)
curl -X POST "https://hl-spot.api.klymax402.com/api/tokens" \
-H "Content-Type: application/json" \
-d '{}'
# -> 402 Payment Required, with an x402 payment challenge in the response bodyCualquier cliente compatible con x402 (@x402/fetch, x402-agent-tools, ATXP) gestiona automáticamente el ciclo 402 -> firma -> reintento.
Herramientas
Herramienta | Método | Ruta | Precio | Descripción |
| POST |
| $0.005 | Enumerar los 454 tokens spot de Hyperliquid con metadatos: nombre, tokenId, índice, decimales y decimales wei. |
| POST |
| $0.005 | Precios de mercado spot, volume24 h, precio medio e información del par de trading para todos los pares spot de Hyperliquid. |
| POST |
| $0.005 | Saldos de tokens spot para cualquier dirección de wallet en Hyperliquid, incluidas las cantidades mantenidas y disponibles. |
hyperliquid_list_spot_tokens
Utilízala cuando necesites listar o buscar tokens spot disponibles en el DEX L1 de Hyperliquid. Devuelve todos los tokens spot con metadatos completos, incluidos el nombre del token, símbolo, tokenId, decimal y factores de conversión wei.
Parámetros
Nombre | Tipo | Pendiente | Descripción |
| string | no | Filtro opcional: buscando tokens por nombre o símbolo (coincidencia de substrings insensible a mayúsculas). Omitir para devolver los 465 tokens. |
Ejemplo de respuesta:
{ tokens: [{ name: "PURR", tokenId: "0xc4bf3f...", index: 1, decimals: 0, weiDecimals: 8 }], count: 454 }No apto para: datos de perps/futuros (usa hyperliquid_get_perp_markets), precios de tokens en CEX/CoinGecko (usa token_get_price), cartera de wallets en varias cadenas (usa wallet_get_portfolio), datos de bóvedas de Hyperliquid (usa hyperliquid_get_vaults).
hyperliquid_get_spot_markets
Úsalo cuando necesites datos de mercado spot en vivo del DEX de Hyperliquid: precios, volumen de 24 h y actividad de trading de todos los pares spot. Devuelve los metadatos de token combinados con el contexto de mercado en tiempo real de cada par activo.
Parámetros
Nombre | Tipo | Requisito | Descripción |
| string | no | Orden de resultados. |
Ejemplo de respuesta:
{ markets: [{ name: "PURR/USDC", markPx: "0.0234", dayNtlVlm: "1250000", change24h: 5.32 }], count: 120 }No apto: mercados de perps/futuros (usa hyperliquid_get_perp_markets), precios de CoinGecko (usa token_get_price), tasas de funding (usa hyperliquid_get_funding_rates), claves OHLCV históricas (usa token_get_ohlcv).
hyperliquid_get_spot_balances
**Úsalo cuando necesites comprobar los equilibrios de tokens spot para una dirección concreta de wallet en el DEX L1 de Hyperliquid. Devuelve todos los holdings de tokens spot no nulos, con las cantidades disponibles y mantenidas (en pedidos).
**Parámetros
Nombre | Tipo | Requisito | Descripción |
| string | sí | Dirección de la wallet en formato 0x (42 caracteres). Ejemplo: 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 |
Ejemplo de respuesta:
{ address: "0xabc...", balances: [{ coin: "PURR", total: "15000", hold: "5000", available: "10000", entryNtl: "350.50" }], count: 3 }No apto: posiciones de perps (usa hyperliquid_get_perp_positions), saldo de bóvedas de Hyperliquid (usa hyperliquid_get_vaults), saldo de tokens EVM (usa token_get_balance).
Ejemplos de prompts para agentes
"List the tokens spot disponibles en el DEX L1 de Hyperliquid"
"Obtén datos de mercado spot en vivo del DEX de Hyperliquid: precios, volumen de 24 h y actividad de trading para todos los pares spot"
"Consulta los saldos de tokens spot de una dirección de wallet concreta en el DEX L1 de Hyperliquid"
Pagos
Protocolo: x402 -- texto de pago nativo de HTTP, sin registro, sin clave API
Red: Base L2 (
eip155:8453)Activo: USDC
Facilitador: Coinbase CDP (principal), PayAI (respuesta)
También accesible vía ATXP (OAuth envuelto en x402, metadatos de recursos protegidos RFC 9728)
Parte de klymax402
100 APIs de micropagos x402 para agentes de IA -- una sola wallet, USDC en Base, cero registros.
Preparado * Catálogo: https://klymax402.com/llms.txt
Referencia completa de la API: https://klymax402.com/llms-full.txt
Estadísticas en vivo: https://klymax402.com/stats
Licencia
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceReal-time crypto intelligence for AI agents. Technical analysis, liquidation heatmaps, sentiment, and funding rates for 50+ Hyperliquid perpetuals via x402 micropayments.151MIT
- AlicenseAqualityCmaintenanceEnables AI agents to access crypto/web3 data across 5 chains with pay-per-call billing in USDC via x402, no API key required, and built-in spend caps.3636MIT
- AlicenseAqualityBmaintenanceRead-only Hyperliquid and cross-exchange market research for AI agents, providing structured tools for live market data without requiring authentication.961MIT
- AlicenseNot gradedqualityCmaintenanceProvides real-time crypto market data for AI agents, including derivatives, liquidations, options, macro, and market regime detection, with pay-per-call via x402 micropayments on Base.58MIT
Related MCP Connectors
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Crypto data for AI agents via x402. 31 tools, 4 free. Recorded history, anchored daily on Base.
Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Br0ski777/hl-spot-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server