/api/divergencesCurrently active counter-consensus signals. Each signal includes market price, top-trader weighted consensus, and a predictive_contributor when one clears the quality gate; full contributors are on the evidence endpoint.
Public REST endpoints. JSON only. No auth required for read access. Base URL https://polyscope.gudman.xyz.
/api/divergencesCurrently active counter-consensus signals. Each signal includes market price, top-trader weighted consensus, and a predictive_contributor when one clears the quality gate; full contributors are on the evidence endpoint.
/api/divergences/historyResolved signals with outcome scoring. Used by the on-chain track-record tile.
limitint= 50— max rows, ≤ 200/api/signals/evidence/{market_id}Full evidence trail for the latest signal on a market — per-trader contributions with their accuracy, skew-band hit rate, category hit rate.
{...} with a real id/api/traders/leaderboardPer-trader accuracy ranking. The flagship endpoint — what /traders renders.
orderstring= predictive— predictive | anti-predictivemin_signalsint= 10— minimum resolved-signal count for inclusionlimitint= 100— max rows, ≤ 500/api/traders/{address}Trader profile — overall accuracy + breakdowns by skew band and category, plus Wilson 95% CI.
{...} with a real id/api/smart-money/leaderboardPolymarket's native P&L leaderboard, surfaced for comparison. Not what we rank by.
/api/marketsActive markets with prices, volume, open interest. Optional category filter.
limitint= 50— max rows, ≤ 200offsetint= 0— pagination offsetcategorystring— filter by category substring/api/market/{condition_id}Single market detail + active divergence (if any) + price history + signal history.
{...} with a real id/api/whale-flowRecent large-size top-trader entries. Empty until tracked leaderboard addresses transact.
/api/builder/identityPublic Builder Code (bytes32) used for Polymarket order attribution.
/api/orders/configWhether the deployment has trading wired (builder code + max order cap).
/api/builder/trades/publicOn-chain settled trades attributed to PolyScope's Builder Code. Empty until users route orders through the trade UI.
_pct are already × 100.limit / offset where applicable.Need an endpoint that isn't listed? methodology →