Skip to main content
Track all trade executions for a specific trader address to analyze their trading activity, including entry and exit positions.

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 traded
  • px - Fill price as a decimal
  • sz - 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 fill
  • oid - Order ID that generated this fill