GET /api/v1/trader/{address} now accepts a known trader username in the path in addition to an Ethereum wallet address.Heavy trader fields can be requested with repeated expand query params, and the legacy expand[] form remains supported for existing clients.GET /api/v1/leaderboard now safely returns traders without a classified strategy.Clients should treat strategy_type as nullable for ranked traders without a strategy classification.GET /api/v1/markets/explore no longer returns untitled markets.This tightens the response set to titled, user-facing markets only.GET /api/v1/trader/{address} now returns the canonical realized P&L from the realized_pnl source-of-truth field.The pnl.realized field stopped deriving realized P&L from an inconsistent approximation.Added
GET /api/v1/markets/explore for cursor-paginated market discovery.The endpoint supports category, status, platform, and text filters, plus primary-market injection so grouped events include a main market when one exists.Launched the first public developer API:
GET /api/v1/trader/{address}GET /api/v1/whale-tradesGET /api/v1/leaderboardGET /api/v1/markets/searchGET /api/v1/market/{condition_id}/intelGET /api/v1/insider-radarGET /api/v1/health
expand[], cursor pagination, prefixed IDs, and rate-limit headers.Money values and scores are truncated to 2 decimal places across V1 responses.Prices and rates are truncated to 4 decimal places.