get_user_fills
Retrieve trading history and fill data for wallet addresses on Hyperliquid DEX to track executed trades and transaction records.
Instructions
Get trading history (fills) for the configured wallet or a specific user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user | No | User wallet address (optional, defaults to configured wallet) |
Input Schema (JSON Schema)
{
"properties": {
"user": {
"description": "User wallet address (optional, defaults to configured wallet)",
"type": "string"
}
},
"required": [],
"type": "object"
}