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

Leaderboards API

Endpoints for discovering Polyanna leaderboard variants and fetching ranked trader rows for a specific tab and period.

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

Endpoints#

List leaderboards#

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

Returns metadata for all available leaderboard variants. Some leaderboard tabs are auth-gated and return redacted entries until the caller is authenticated. Use the id field to fetch a specific leaderboard via GET /leaderboard/{leaderboard_id}.

Parameters

No parameters.

Response

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

Response body

itemsLeaderboardIndex[]

Array of objects

Get leaderboard by ID#

GEThttps://polyanna.app/api/v1/leaderboard/{leaderboard_id}
Authenticated

Returns a single leaderboard by its ID (e.g. volume-7d, roi-all). Auth-gated leaderboard tabs require authentication before their entries can be fetched. The ID format is {tab}-{period}. Call GET /leaderboard to discover available IDs.

Parameters

leaderboard_idstringrequiredpath
limitintegerquery

Max entries to return. Values above the default require Pro.

Response

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

Response body

entriesLeaderboardEntry[]
generatedAtstring
idstring
periodTimePeriod
tabLeaderboardTab

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
Trader API
Next
Whale Radar API