Privacy & safety¶
- TradLyt never executes orders on your behalf — broker integration is read-only.
- API keys are stored as SHA256 hashes — raw keys cannot be recovered from the database.
- ML models train on per-user data only — we do not train across users.
- All requests are logged in
pretrade_debug_logfor our debugging — never shared with third parties. - We never make claims about market prediction; all analytics describe your historical patterns.
- Stays out of SEBI Research Analyst territory by design.
Data residency¶
- All databases hosted in
ap-south-1(Mumbai) - Models trained on Indian-market data only
- No third-party analytics or trackers in API responses
What we collect from your API calls¶
- Request body (instrument, direction, qty, price, order_type, session_context)
- API key (hashed for lookup)
- Response we returned
- Timestamp
Used to: serve your call, detect anomalies, debug your integration, and improve models on your own trade history. Never sold, never shared.