gammanexus/server
isnowglobal-admin cd07de09c6 ORATS integration: implemented client with v1 API, fallback to mock data
- Added ORATS API client with authentication (X-API-Key header)
- Implemented market data routes with ORATS → mock fallback
- Added ORATS status endpoint (/api/orats/status)
- Configured API key in .env (currently returning Forbidden - needs verification)
- Market data endpoints: /api/market/:symbol/summary, /gex, /expirations
- Screener endpoint uses ORATS when available, falls back to mock
2026-05-21 21:56:21 -04:00
..
authRoutes.ts GammaDesk initial commit - Options Gamma Analytics platform 2026-05-21 01:41:11 -04:00
db.ts Phase 1: Migrate from SQLite to PostgreSQL 2026-05-21 19:50:37 -04:00
index.ts GammaDesk initial commit - Options Gamma Analytics platform 2026-05-21 01:41:11 -04:00
marketData.ts GammaDesk initial commit - Options Gamma Analytics platform 2026-05-21 01:41:11 -04:00
oratsClient.ts ORATS integration: implemented client with v1 API, fallback to mock data 2026-05-21 21:56:21 -04:00
routes.ts ORATS integration: implemented client with v1 API, fallback to mock data 2026-05-21 21:56:21 -04:00
static.ts GammaDesk initial commit - Options Gamma Analytics platform 2026-05-21 01:41:11 -04:00
vite.ts GammaDesk initial commit - Options Gamma Analytics platform 2026-05-21 01:41:11 -04:00