Get recent trade fills (execution history) for an account on Hyperliquid.
cURL
curl --request GET \ --url https://api.example.com/v1/perps/hyperliquid/account/{address}/fills
POST /info
{ "type": "userFills", "user": "<address>" }
curl -H "X-API-Key: $API_KEY" \ https://api.perps.studio/v1/perps/hyperliquid/account/0x1234.../fills
[ { "id": "fill-123", "orderId": "9876543210", "symbol": "ETH", "side": "buy", "price": "3200.00", "size": "1.0000", "fee": "1.12", "feeAsset": "USDC", "timestamp": 1712000000000 } ]