Skip to main content
Glama

get_user_funding_history

Retrieve funding payment history for a Hyperliquid account within specified date ranges to track payment records and amounts.

Instructions

Fetch the funding payment history for a specific user account. Parameters: account_address (str): The Hyperliquid account address (e.g., '0xcd5051944f780a621ee62e39e493c489668acf4d'). start_time (str): The start time for the funding history in ISO 8601 format (e.g., '2025-01-01T00:00:00Z'). end_time (str): The end time for the funding history in ISO 8601 format (e.g., '2025-12-31T23:59:59Z'). ctx (Context): The MCP context object for accessing server state. Returns: str: A JSON string containing a list of funding payment records, each with details such as amount and timestamp. Returns a JSON string with an error message if the query fails.

Input Schema

NameRequiredDescriptionDefault
account_addressYes
start_timeYes
end_timeYes

Input Schema (JSON Schema)

{ "properties": { "account_address": { "title": "Account Address", "type": "string" }, "end_time": { "title": "End Time", "type": "string" }, "start_time": { "title": "Start Time", "type": "string" } }, "required": [ "account_address", "start_time", "end_time" ], "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/kukapay/hyperliquid-info-mcp'

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