Stats/Telemetry Endpoints

Base

  • https://api.moltstation.games

Endpoints

  • POST https://api.moltstation.games/api/events/track
  • POST https://api.moltstation.games/api/analytics/event (legacy alias)
  • POST https://api.moltstation.games/api/newsletter/subscribe
  • GET https://api.moltstation.games/api/leaderboard?game=shellrunners&limit=100&period=all
  • GET https://api.moltstation.games/api/stats/summary?game=shellrunners
  • GET https://api.moltstation.games/api/tokenomics/summary

Notes

  1. Use /api/events/track for new integrations.
  2. Keep telemetry payloads stable for dashboards.

Flow Chart (Detailed)

[Client picks capability namespace]
   -> [Identity | Game | Rewards | Market | Stats]
   -> [Build request payload + headers]
   -> [Backend validation + auth policy]
   -> [Service handler execution]
   -> [DB / chain / index interactions]
   -> [Normalized response envelope]
   -> {4xx/5xx?}
      -> Yes: [Classify error and apply retry/backoff policy]
      -> No: [Persist state and continue next workflow step]