Sub-microsecond policy evaluation for high-frequency trading. Position limits, velocity checks, and market regime detection — all cryptographically signed.
Every trade evaluated against configurable policy rules before execution. Full audit trail included.
curl https://api.brainsignal.ai/v1/sentinel/evaluate \ -H "X-API-Key: sk-sentinel-..." \ -d '{ "domain": "trading", "transaction": { "symbol": "BTC/USD", "side": "BUY", "quantity": 2.5, "price": 74000, "order_type": "LIMIT" }, "config": { "fast_mode": true, "risk_threshold": 0.7 } }'