Dashboard achievements
GET /v1/dashboard/achievements — Marketing-style stats for the web-ui Dashboard banner: activation timestamp, native active-use days, distinct tickers re
GET /v1/dashboard/achievements
Marketing-style stats for the web-ui Dashboard banner: activation timestamp, native active-use days, distinct tickers researched, lifetime realized profit (positive deltas only — losses skipped), and estimated hours of research saved. Imported sessions do not contribute to usage, asset, or time metrics. Server caches the response for 60s; a successful sell / swap / close trade busts the cache.
| Method | GET |
| Path | /v1/dashboard/achievements |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | state |
Response body
{ "activated_at_ms": 1747000000000, "active_days": 3, "distinct_assets": 19, "realized_profit_usd": 48, "hours_saved": 12.5, "approximate": true, "spot_basis": "lifetime" }