Fetch a user’s trade history. Distinct from fetch_fills because some
venues (Polymarket) carry on-chain fields likeDocumentation Index
Fetch the complete documentation index at: https://docs.openpx.trade/llms.txt
Use this file to discover all available pages before exploring further.
tx_hash and a
realized_pnl that don’t fit the Fill model. When
req.user_address is None, returns the authenticated caller’s own
trades. When Some(addr), returns a public lookup for that wallet
(Polymarket only — Kalshi returns NotSupported in that case).
None = caller’s own trades (auth required on both venues). Some(addr) = public lookup for addr (Polymarket only; Kalshi returns NotSupported).UserTrade results.null on the last page.