Skip to main content
Glama

Hyperliquid MCP Server

by t3rmed

get_user_fills_by_time

Retrieve user trading history and fill data from Hyperliquid DEX for specific time periods to analyze past trades and transaction records.

Instructions

Get trading history (fills) for a specific time range

Input Schema

NameRequiredDescriptionDefault
endTimeNoEnd time in milliseconds
startTimeNoStart time in milliseconds
userNoUser wallet address (optional, defaults to configured wallet)

Input Schema (JSON Schema)

{ "properties": { "endTime": { "description": "End time in milliseconds", "type": "number" }, "startTime": { "description": "Start time in milliseconds", "type": "number" }, "user": { "description": "User wallet address (optional, defaults to configured wallet)", "type": "string" } }, "required": [], "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