Real-time health of the DalalAI Developer API.
Uptime target: 99.9% monthly. The API runs on Firebase Cloud Functions with auto-scaling.
Data refresh: Market data is updated daily after Indian market close (~16:00 IST).
Endpoints: 409 total (305 v1 data + 52 v2 composite + 52 v3 premium).
Incidents: Report issues at
[email protected].
API docs pages returning blank
Pages at /docs/api, /docs/api/changelog, and /docs/api/status were serving blank content after deploy. Root cause: Vite MPA entries missing for API doc HTML files. Fixed in predeploy-hosting.js and vite.config.js. Duration: ~2 hours.
Trial key generation failing for phone-only users
Users who registered via phone/WhatsApp login (without Google) received "Not authenticated" errors when generating trial API keys. Root cause: firebase.auth().currentUser was null for phone-only sessions. Fixed by implementing the ensureAuthToken() auth bridge. Duration: ~1 hour.
Initial service deployment
Developer API v1.0 launched. All 245 core v1 endpoints operational (330+ total across v1/v2/v3). No incidents during initial deployment.