Prediction Hunt/ API
WebSockets / Channels / Fade Finder

Fade Finder

WS·fade_finder·Dev Tier+·Polymarket

Polymarket fade finder alerts emitted when profitable-wallet behavior fades recent losing-wallet positioning. Includes snapshot replay on subscribe, then live updates.

Overview

Use case: Drive alerting and dashboards that monitor contrarian Polymarket whale behavior in real time.

Requirements

  • Dev, Pro, or Enterprise API key.
  • No market_ids or group_ids filters in v1.
  • Omit both market_ids and group_ids to subscribe with wildcard.

Send

FieldTypeRequiredNotes
actionstringyesMust be "subscribe" for this section.
channelstringyesMust be "fade_finder".
market_idsstring[]unsupportedIgnored / not used by this channel.
group_idsnumber[]unsupportedIgnored / not used by this channel.
wildcardbehavioroptionalOmit both market_ids and group_ids to receive all channel events.

Receive

Data messages use the standard envelope: channel, type, ts, data. Types for this channel include: fade_finder_update.

Data fields (inside data)

FieldTypeDescription
typestringfade_finder_update.
versionnumberPayload schema version (v1).
event_id / group_idnumber?Resolved event/group ids when available.
market_slugstring?Polymarket event slug if known.
snapshotboolean?True when message is from initial replay.
dataobjectSignal payload with profitable_wallet, losing_wallet, and match metadata.