Hyperliquid MCP Server

get_candle_snapshot

Get candlestick data for a token on Hyperliquid

Input Schema

NameRequiredDescriptionDefault
coinYesThe symbol of the token to get candlestick data for
endTimeNoEnd time in milliseconds since epoch (optional)
intervalYesTime interval (e.g., '15m', '1h')
startTimeYesStart time in milliseconds since epoch

Input Schema (JSON Schema)

{ "properties": { "coin": { "description": "The symbol of the token to get candlestick data for", "type": "string" }, "endTime": { "description": "End time in milliseconds since epoch (optional)", "type": "number" }, "interval": { "description": "Time interval (e.g., '15m', '1h')", "type": "string" }, "startTime": { "description": "Start time in milliseconds since epoch", "type": "number" } }, "required": [ "coin", "interval", "startTime" ], "type": "object" }

You must be authenticated.

Other Tools