What is a Polymarket trader betting on? Trades by address, PnL breakdown, and market context. Use when analysing a specific Polymarket wallet.
Polymarket Wallet Activity Answers: "What is this Polymarket trader betting on? Are they profitable?" Finding an active trader address: Source from trades-by-market (guarantees trade history) rather than top-holders (position holders may have no recorded trades): # Step 1: find active traders from a market nansen research pm trades-by-market --market-id <market_id> --limit 5 # → seller/buyer addresses with confirmed trade history — use one as ADDR below ADDR=<polymarket_address> nansen research pm trades-by-address --address $ADDR --limit 20 # → timestamp, market_question, event_title, taker_action, side, size, price, usdc_value
don't have the plugin yet? install it then click "run inline in claude" again.