Get Platform Activity Dashboard
arena_get_platform_activityWhat are people backtesting right now? What is being backtested on Backtesting Arena right now — platform activity, NOT market sentiment. hotAssets, hotStrategies, trendingUp/trendingDown, assetDistribution, strategyAssetMatrix and totalRuns aggregate over the window selected by period (7d default, 30d or 90d). Three fields have FIXED windows independent of period: dailyActivity (daily counts, up to 365 days — year heatmap), weeklyTrend (weekly counts, up to 365 days), profitTrend (share of profitable runs per pair, last 30 days vs. previous 30 days). The counts include our own systematic coverage runs, so this measures where testing attention concentrates (coverage-weighted), not crowd positioning; for market sentiment use arena_get_fear_greed, arena_get_funding_rate, arena_get_altcoin_season or arena_get_pulse. Replaces arena_get_sentiment (deprecated alias, removed after 2026-11-15). Pass detail:'summary' for a ~2 KB digest (totals + top-3 of each list, no matrix or daily series) — prefer it unless you need the full blocks; the full response is ~53 KB. [Free tier]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | 'summary' = totals + top-3 lists (~2 KB, names what it truncates); 'full' (default) = all 11 blocks (~53 KB incl. strategyAssetMatrix and daily series). | |
| period | No | Aggregation window. Default '7d'. |