Track all trade executions for a specific trader address to analyze their trading activity, including entry and exit positions.Documentation Index
Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
Use this file to discover all available pages before exploring further.
Use Case
Monitor individual trader activity to:- Track trading patterns and strategies
- Analyze profit and loss over time
- Monitor position sizing and risk management
- Build trader performance analytics
Sample Response
Field Descriptions
user- Trader wallet address (0x-prefixed hex, lowercase)coin- Asset symbol being tradedpx- Fill price as a decimalsz- Fill size (quantity)side- “A” (ask/sell) or “B” (bid/buy)dir- Trade direction: “Open Long”, “Close Long”, “Open Short”, “Close Short”fee- Fee charged for the filloid- Order ID that generated this fill
