Smart-Money API
Endpoints for reading Smart-Money Signals, current highlights, historical snapshots, and market-level signal analysis.
All endpoint paths below start with /v1. See the general API page for authentication, rate limits, retry behavior, and shared error handling.
Endpoints#
Get Smart-Money Signals#
https://polyanna.app/api/v1/smart-moneyReturns Smart-Money Signals for a trader group. Anonymous and Free callers receive category concentration, wallet-safe current highlight, and teaser market rows. Pro callers receive full opportunity and consensus rows with trader entries.
Parameters
cohortSmartMoneyCohortquerySmart-Money trader group to serve.
Response
200Successful Response422Validation Error503Smart-Money Signals are not available yetResponse body
categoriesSmartMoneyCategory[]optionalcohortSmartMoneyCohortcohort_sizeintegercomputed_atstringconsensus_marketsSmartMoneyMarket[]optionalmarketsSmartMoneyMarket[]optionalsnapshot_datestringweekly_pickSmartMoneyMarket | nulloptionalnullableGet Smart-Money signal history#
https://polyanna.app/api/v1/smart-money/historyReturns the Pro-only weekly Smart-Money history for one trader group. The payload contains reduced category and market snapshots with diffs, previous opportunity rows with outcome context when available, and never includes trader identity.
Parameters
cohortSmartMoneyCohortquerySmart-Money trader group to serve.
weeksintegerqueryNumber of weekly Smart-Money history snapshots to return.
Response
200Successful Response401Authentication required403Pro subscription required422Validation ErrorResponse body
cohortSmartMoneyCohortperformance_summarySmartMoneyPerformanceSummary | nulloptionalnullableprevious_signalsSmartMoneyPreviousSignal[]optionalsnapshotsSmartMoneyHistoryWeek[]optionalweeksintegerGet Smart-Money signal analysis#
https://polyanna.app/api/v1/smart-money/market/{market_id}Returns the Pro-only Smart-Money signal analysis for one market and trader group, including market-level divergence and full trader position rows.
Parameters
market_idstringrequiredpathPattern: ^(0x)?[0-9a-fA-F]{1,128}$
cohortSmartMoneyCohortquerySmart-Money trader group to serve.
Response
200Successful Response401Authentication required403Pro subscription required404Smart-Money market detail not found422Validation ErrorResponse body
categorystringdivergencenumber | nullnullablemarket_idstringmarket_price_yesnumber | nullnullablemarket_questionstringmarket_slugstringn_nointegern_tradersintegern_yesintegerpct_yes_by_usdnumbertotal_usdnumbertradersSmartMoneyTraderEntry[]optionalGet Smart-Money current highlight#
https://polyanna.app/api/v1/smart-money/weekly-pickReturns the public Smart-Money current highlight. The payload includes market-level aggregate detail and excludes raw trader wallet identity.
Parameters
cohortSmartMoneyCohortquerySmart-Money trader group to serve.
Response
200Successful Response422Validation Error503Smart-Money current highlight not yet generatedResponse body
categorystringdivergencenumber | nullnullablemarket_idstringmarket_price_yesnumber | nullnullablemarket_questionstringmarket_slugstringn_nointegern_tradersintegern_yesintegerpct_yes_by_usdnumbertotal_usdnumberAPI Areas#
Authentication, rate limits, retries, errors, and shared API behavior.
Search traders, fetch public profiles, and read authenticated trader analytics.
Discover leaderboard variants and fetch a specific leaderboard by tab and period.
Read Whale Radar alerts, showcase rows, alert details, and Pro notification config.
Fetch Smart-Money Signals, weekly highlights, historical snapshots, and market-level signal analysis.