summaryrefslogtreecommitdiff
path: root/services/api/src/trading_api/main.py
AgeCommit message (Collapse)Author
12 hoursstyle: auto-fix lint violations from enhanced ruff rulesTheSiahxyz
12 hoursfeat: add API security (auth, CORS, rate limiting, input validation)TheSiahxyz
- Add Bearer token authentication via API_AUTH_TOKEN (disabled when unset) - Add CORS middleware with configurable origins - Add rate limiting (60/min) on order and signal endpoints via slowapi - Add Query parameter bounds: orders/signals limit 1-1000, snapshots days 1-365
12 hoursfeat: add config validation, SecretStr for secrets, API security fieldsTheSiahxyz
34 hoursfix: lint cleanup for API, combined strategy, and formattingTheSiahxyz
34 hoursfeat: add FastAPI REST API serviceTheSiahxyz