Hyperliquid Portfolio Trade Fills Lookup is a paid API for AI agents from klymax402.com, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-15).
Retrieves a list of recent trade fills (executed orders) for a given Hyperliquid wallet address
One MCP endpoint gives your AI agent access to 100 APIs -- crypto, DeFi, web, AI, finance and utilities. No API keys, USDC on Base from $0.003/call.
Returns a JSON object containing a count of fills returned and an array of fill records for the specified Hyperliquid wallet address. Each fill represents an executed trade order with details about the position, price, size, and timing.
GEThttps://klymax402.com/api/hl-portfolio/api/fillsUse this endpoint when you need to look up executed trade fills (order completions) for a specific Hyperliquid wallet address, particularly for portfolio review, trading audit, or performance analysis on the Hyperliquid perpetuals DEX. Prefer this over generic blockchain explorers when you need structured fill data specifically from Hyperliquid's trading engine.
| Field | Type | Description |
|---|---|---|
| limit | number | Maximum number of fills to return (default: 20, max: 100) |
| address | string | Hyperliquid wallet address (0x...) to retrieve trade fills for |
{
"type": "json",
"example": {
"count": 1,
"fills": []
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"