polymarket-whale-entries
Scan Polymarket for large trades and filter by minimum USDC value. Get whale entry details including trader wallet, side, amount, price, market name, and transaction hash for smart-money signals.
Instructions
Scans Polymarket for recent large-position trades. Returns whale entries filtered by minimum USDC value (size × entry price). Includes trader wallet, YES/NO side, USDC amount, entry price, market name, and on-chain tx hash. Use for smart-money signals, copy-trade detection, or market sentiment confirmation. Free upstream; no API keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_usdc | No | Minimum USDC value per trade (size × price). Default: 500. | |
| limit | No | Maximum whale trades to return (1–50). Default: 10. | |
| side | No | Filter by trade direction: BUY (taking YES/NO position) or SELL (closing/shorting). Omit for both. | |
| market | No | Keyword filter on market title (case-insensitive). E.g. 'bitcoin', 'election', 'fed rate'. |