mmodiqo/whale-flow-monitorv0.1.1Public
Whale flow monitor
Monitor whale accumulation on Polymarket.
Read the full description
Combines the public Gamma API (market metadata, pricing) with the public Data API (holders, leaderboard) to identify markets where top-performing traders are building positions, flagging whale clustering and smart-money flow signals. Migrated to the steps DAG form: market discovery and the trader leaderboard fetch run in parallel as independent roots, per-market holder fetches fan out from discovery, and the correlation join cross-references holders against the leaderboard — each source degrades to a labeled unknown instead of failing the play.
Before you run it1 local tool
Everything here is checked on your machine when rote inspects the play. This page never learns what you have installed or which credentials you hold.
- ○python3local tool
Must be on your PATH. rote reports what it finds during inspect.
Inputs3, all optional
rote asks for these before running and shows the defaults it will use.
- Tag
tagFilter markets by tag slug (e.g., crypto, politics, sports). Empty = all active markets.
optionalstringexamplecryptocustom value allowed - Top
topNumber of top markets to scan (by 24h volume), from 1 through 50
optionalintegerdefault10example10custom value allowed - Whale threshold
whale_thresholdMinimum estimated position size (USD) to qualify as a whale
optionalintegerdefault50000example50000custom value allowed
What it changes
No write operations are declared in this version's manifest.
Credentials remain in the recipient's local rote vault; this page and the publisher never receive them.
Runtime details
- rote CLIversion 0.62.0 or newer
- Servicesnone declared
- Digest
sha256:e8a75f3162ceff8c2556f2890c6d78c890493f5edf11cbf2e59059085429dccb - Archive size7344 bytes
- Published2026-08-17T23:58:34.072693+00:00
- Published withrote 0.66.1
Credential values and current readiness remain local. Opening this page never prompts for a credential, opens an authorization browser, or calls a service this play uses.
A play is a published, versioned automation package that runs on your own machine through rote, a free command-line tool. Opening this page installs nothing and runs nothing.