POLYANNA

POLYANNA

Search traders, compare leaderboard variants, and inspect profile analysis from public on-chain market activity.

Data sourced from on-chain activity

Explore

  • Leaderboards
  • Copyable Traders
  • Whale Radar
  • Smart-Money Signals
  • Pricing

Learn

  • Blog
  • Docs
  • API Reference
  • FAQ

Legal

  • Privacy Policy
  • Terms of Service

Polyanna — Polymarket Intelligence

Getting Started

  • Overview
  • How Polyanna Works

Features

  • Leaderboards
  • Trader Profiles
  • Analysis Methodology
  • Whale Radar
  • Smart-Money Signals
  • Platform Insights
  • Trade Alerts

Metrics

  • PnL
  • Risk Metrics
  • Bot Detection

Reference

  • API Reference
    • Trader API
    • Leaderboards API
    • Whale Radar API
    • Smart-Money API
  • Data Sources
  • Glossary

Whale Radar API

Endpoints for reading tier-shaped Whale Radar alerts, fetching a single alert, loading the curated showcase, and managing Pro notification config.

All endpoint paths below start with /v1. See the general API page for authentication, rate limits, retry behavior, and shared error handling.

Endpoints#

List Whale Radar alerts#

GEThttps://polyanna.app/api/v1/whales
Optional auth

Returns Whale Radar alerts. Anonymous and Free callers receive a delayed, redacted feed. Pro callers receive real-time identity, filters, and cursor pagination.

Parameters

limitintegerquery
categorystringquery
min_usdnumberquery
directionstringquery

Pro-only. Must be BUY or SELL.

qualifyingstringquery

Pro-only. Must be one of prescience, consistent, copyable.

walletstringquery
cursorstringquery

Pro-only cursor alert id.

Response

200Successful Response
422Validation Error

Response body

itemsWhaleAlert | WhaleAlertPublic[]
next_cursorstring | nulloptionalnullable

Get Whale Radar alert#

GEThttps://polyanna.app/api/v1/whales/{alert_id}
Optional auth

Returns one Whale Radar alert with identity shaped by caller tier.

Parameters

alert_idstringrequiredpath

Response

200Successful Response
404Whale alert not found
422Validation Error

Response body

created_atstring
directionstring
fill_tx_hashstring
filled_atstring
idstring
image_urlstring | nulloptionalnullable
market_categorystring
market_idstring
market_questionstring
order_hashstring
pricenumber
qualifying_labelstring
sidestring
size_usdnumber
trader_addressstring | nullnullable
trader_usernamestring | nullnullable

Delete Whale Radar alert config#

DELETEhttps://polyanna.app/api/v1/whales/config
Authenticated

Deletes the current Pro user's Whale Radar alert config.

Parameters

No parameters.

Response

204Successful Response
401Authentication required
403Pro subscription required
422Validation Error

Get Whale Radar alert config#

GEThttps://polyanna.app/api/v1/whales/config
Authenticated

Returns the current Pro user's Whale Radar alert config, if one exists.

Parameters

No parameters.

Response

200Successful Response
401Authentication required
403Pro subscription required
422Validation Error

Response body

categoriesstring[]optional
directionsstring[]optional
email_enabledbooleanoptional
enabledbooleanoptional
min_usdnumberoptional
qualifying_labelsstring[]optional
specific_walletsstring[]optional
telegram_enabledbooleanoptional
user_idstring
webhook_enabledbooleanoptional

Upsert Whale Radar alert config#

POSThttps://polyanna.app/api/v1/whales/config
Authenticated

Creates or updates the current Pro user's Whale Radar alert config.

Parameters

No parameters.

Response

200Successful Response
401Authentication required
403Pro subscription required
422Validation Error

Response body

categoriesstring[]optional
directionsstring[]optional
email_enabledbooleanoptional
enabledbooleanoptional
min_usdnumberoptional
qualifying_labelsstring[]optional
specific_walletsstring[]optional
telegram_enabledbooleanoptional
user_idstring
webhook_enabledbooleanoptional

List curated Whale Radar showcase alerts#

GEThttps://polyanna.app/api/v1/whales/showcase
Optional auth

Returns the public curated Whale Radar reveal section with wallet-safe redacted payloads.

Parameters

No parameters.

Response

200Successful Response
422Validation Error

Response body

itemsWhaleShowcaseAudienceItem[]

Array of objects

API Areas#

General API

Authentication, rate limits, retries, errors, and shared API behavior.

Trader API

Search traders, fetch public profiles, and read authenticated trader analytics.

Leaderboards API

Discover leaderboard variants and fetch a specific leaderboard by tab and period.

Whale Radar API

Read Whale Radar alerts, showcase rows, alert details, and Pro notification config.

Smart-Money API

Fetch Smart-Money Signals, weekly highlights, historical snapshots, and market-level signal analysis.

Previous
Leaderboards API
Next
Smart-Money API