Skip to main content
Glama

Hyperliquid MCP Server

by t3rmed

get_candle_snapshot

Retrieve historical candle data for cryptocurrency trading analysis on Hyperliquid DEX. Specify coin symbol and time interval to access market price history for informed decision-making.

Instructions

Get historical candle data for a specific coin

Input Schema

NameRequiredDescriptionDefault
coinYesThe coin symbol (e.g., BTC, ETH, SOL)
endTimeNoEnd time in milliseconds (optional)
intervalYesCandle interval
startTimeNoStart time in milliseconds (optional)

Input Schema (JSON Schema)

{ "properties": { "coin": { "description": "The coin symbol (e.g., BTC, ETH, SOL)", "type": "string" }, "endTime": { "description": "End time in milliseconds (optional)", "type": "number" }, "interval": { "description": "Candle interval", "enum": [ "1m", "5m", "15m", "1h", "4h", "1d", "1w", "1M" ], "type": "string" }, "startTime": { "description": "Start time in milliseconds (optional)", "type": "number" } }, "required": [ "coin", "interval" ], "type": "object" }

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/t3rmed/hyperliquid-mcp'

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