{"ok":true,"site":{"host":"polymarketscan.org","url":"https://polymarketscan.org/","type":"live","desc":"Track Polymarket traders, explore markets, and access Polymarket data. Follow top traders and monitor whale activity. Free real-time analytics.","tools":[{"name":"search_markets","kind":"answer","impl":"imperative","description":"Full-text search across Polymarket prediction markets. Returns matching markets with current odds, volume, and links.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query (e.g. \"2028 election\")"},"limit":{"type":"number","description":"Max results (default 10)","minimum":1,"maximum":50}},"required":["query"]},"executable":true,"handlerField":"execute"},{"name":"get_leaderboard","kind":"answer","impl":"imperative","description":"Top Polymarket traders ranked by PnL, volume, or ROI.","inputSchema":{"type":"object","properties":{"sort":{"type":"string","enum":["pnl","volume","roi"],"description":"Sort metric"},"limit":{"type":"number","description":"Max rows (default 25)","minimum":1,"maximum":100}}},"executable":true,"handlerField":"execute"},{"name":"get_trader_profile","kind":"answer","impl":"imperative","description":"Performance stats, PnL, and badges for a Polymarket trader by wallet address.","inputSchema":{"type":"object","properties":{"wallet":{"type":"string","description":"EOA or Polymarket proxy address (0x...)","pattern":"^0x[a-fA-F0-9]{40}$"}},"required":["wallet"]},"executable":true,"handlerField":"execute"},{"name":"get_whale_trades","kind":"answer","impl":"imperative","description":"Recent large trades on Polymarket above a USD threshold.","inputSchema":{"type":"object","properties":{"min_usd":{"type":"number","description":"Minimum trade size in USD (default 10000)"},"limit":{"type":"number","description":"Max trades (default 25)","minimum":1,"maximum":100}}},"executable":true,"handlerField":"execute"},{"name":"get_site_stats","kind":"answer","impl":"imperative","description":"Aggregate PolymarketScan platform statistics (markets tracked, volume, active traders).","inputSchema":{"type":"object","properties":{}},"executable":true,"handlerField":"execute"},{"name":"navigate_to","kind":"act","impl":"imperative","description":"Navigate the current PolymarketScan tab to a path on polymarketscan.org (e.g. \"/markets/<slug>\", \"/address/<wallet>\", \"/leaderboard\").","inputSchema":{"type":"object","properties":{"path":{"type":"string","description":"Path starting with \"/\"","pattern":"^/.*"}},"required":["path"]},"executable":true,"handlerField":"execute"}],"category":"Finance & Crypto","favicon":"/favicons/polymarketscan.org.png","apiSurface":"polyfill","toolCount":6}}