Market-data recording and execution infrastructure for NSE. API only — no dashboard is built yet.
| running | recorder | captures the market feed |
| running | api | read-only over trading state |
| not enabled | trader | strategy, risk, execution |
Every endpoint except /api/health needs a bearer token.
curl -H "Authorization: Bearer $TOKEN" https://13.202.207.67.sslip.io/api/status
This process cannot place an order. It never constructs a broker client, and its database handle is opened read-only.