polymarket-whale-entries
ActiveTool of The Stall
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.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"side": {
"type": "string",
"description": "Filter by trade direction: BUY (taking YES/NO position) or SELL (closing/shorting). Omit for both."
},
"limit": {
"type": "integer",
"description": "Maximum whale trades to return (1–50). Default: 10."
},
"market": {
"type": "string",
"description": "Keyword filter on market title (case-insensitive). E.g. 'bitcoin', 'election', 'fed rate'."
},
"min_usdc": {
"type": "number",
"description": "Minimum USDC value per trade (size × price). Default: 500."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
The Stall
1/7 registries