# Hyperliquid Spot — 454 Tokens, Prices, Balances

Hyperliquid spot market data API for AI agents. Live prices, 24h volume, market cap, and wallet balances for all 454 spot tokens on Hyperliquid's native L1 DEX. Direct on-chain data — not CoinGecko.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/hl-spot

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/hl-spot

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/hl-spot hyperliquid_list_spot_tokens

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/hl-spot hyperliquid_list_spot_tokens '{}'
```

## Direct MCP Connection

Endpoint: `https://hl-spot--axel-belfort.run.tools`

## Tools (3)

- `hyperliquid_list_spot_tokens` — Use this when you need to list or search spot tokens available on Hyperliquid L1 DEX. Returns all 454 spot tokens with …
- `hyperliquid_get_spot_markets` — Use this when you need live spot market data from Hyperliquid DEX: prices, 24h volume, and trading activity for all spo…
- `hyperliquid_get_spot_balances` — Use this when you need to check spot token balances for a specific wallet address on Hyperliquid L1 DEX. Returns all no…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/hl-spot <tool-name>
```
