Hyperliquid Spot API
io.github.Br0ski777/hl-spotHyperliquid spot tokens, prices, volume, wallet balances. 454 tokens. x402 micropayment.
Tools · 3
Use this when you need to list or search spot tokens available on Hyperliquid L1 DEX. Returns all 454 spot tokens with full metadata including token name, symbol, tokenId, index, decimals, and wei con…
Use this when you need live spot market data from Hyperliquid DEX: prices, 24h volume, and trading activity for all spot pairs. Returns merged token metadata + real-time market context for every activ…
Use this when you need to check spot token balances for a specific wallet address on Hyperliquid L1 DEX. Returns all non-zero spot token holdings with available and held (in-order) amounts. Returns f…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"hyperliquid_spot_api": {
"url": "https://hl-spot-x402-production.up.railway.app/mcp",
"transport": "sse"
}
}
}