Skip to main content
Glama

Hyperliquid MCP Server

by mektigboy

get_candle_snapshot

Retrieve candlestick data for specific tokens on Hyperliquid exchange by specifying token symbol, time interval, and start time. Analyze historical price movements with precise timeframes.

Instructions

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 from Hyperliquid MCP Server

Related Tools

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/mektigboy/server-hyperliquid'

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