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

Trader API

Endpoints for searching traders, reading public trader profiles, and loading authenticated trader analytics.

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

Endpoints#

List traders#

GEThttps://polyanna.app/api/v1/trader
Authenticated

Returns all traders that appear on any leaderboard.

Parameters

No parameters.

Response

200Successful Response
401Authentication required, or provided credentials are invalid
422Validation Error
429Rate limit exceeded
503Service unavailable

Response body

itemsSearchableTrader[]

Array of objects

Get trader profile#

GEThttps://polyanna.app/api/v1/trader/{address}
Authenticated

Returns a trader's public profile including PnL, win rate, volume, trade count, market count, bot probability score, percentile ranks, and PnL series. When authenticated (Tier 2+), the response also includes analytics. The address is case-insensitive (lowercased automatically).

Parameters

addressstringrequiredpath

Pattern: ^0x[0-9a-fA-F]{40}$

Response

200Successful Response
401Authentication required, or provided credentials are invalid
404Trader not found
422Validation Error
429Rate limit exceeded
503Service unavailable

Response body

addressstring
analyticsTraderAnalytics | nullnullable
biostring | nulloptionalnullable
botComponentsBotScoreComponents | nulloptionalnullable
botProbabilitynumber
marketCountinteger
maxDrawdownnumber | nulloptionalnullable
memberSincestring
percentilesPercentileRanks | nulloptionalnullable
pnlnumber
pnlSeriesPnlDataPoint[]
profileImagestring | nulloptionalnullable
roinumber | nulloptionalnullable
shareVolumenumber
sharpeRationumber | nulloptionalnullable
totalBoughtnumber | nulloptionalnullable
tradeCountinteger
usdVolumenumber
usernamestring
verifiedBadgebooleanoptional
winRatenumber
xUsernamestring | nulloptionalnullable

Get trader analytics#

GEThttps://polyanna.app/api/v1/trader/{address}/analytics
Authenticated

Returns deeper trader analytics including profile summary, risk metrics, and behavior breakdowns. The address is case-insensitive (lowercased automatically).

Parameters

addressstringrequiredpath

Pattern: ^0x[0-9a-fA-F]{40}$

Response

200Successful Response
401Authentication required, or provided credentials are invalid
403Authenticated caller does not have access to this route
404Trader not found
422Validation Error
429Rate limit exceeded
503Service unavailable

Response body

avgPositionSizenumber
avgTradesPerMarketnumber
biggestLossTradeRecord | nulloptionalnullable
biggestWinTradeRecord | nulloptionalnullable
categoryBreakdownCategoryCount[]
dominantMarketstring | nulloptionalnullable
hourlyActivityHourlyActivity[]optional
lossStreakinteger
marketSignalsMarketSignalsSummary | nulloptionalnullable
pnlConcentrationTop3Sharenumberoptional
topicEdgeTopicEdgeSummary | nulloptionalnullable
winStreakinteger

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
API Reference
Next
Leaderboards API