Titan signature
A Titan signature authenticates the versioned payload Titan signed and its declared signing domain. It does not establish that supplied inputs are truthful, correct, or complete.
Send Titan a proposed order before it reaches your broker. Titan evaluates configured checks, returns an allow or block verdict with a reason and trace ID, and records the decision path. Your forwarder remains in control of execution.
Enter a proposed order and run the same ordered gate names used by Titan's pre-trade pipeline. The demo stops at the first failed check and prints a simulated reason and trace. It runs only in this browser: nothing is sent, stored, forwarded, or submitted.
Titan sits between proposed order intent and a user-controlled forwarder. Its evaluation is one stage in a longer lifecycle; an ALLOW verdict is not evidence that any later broker-side stage occurred.
curl -X POST https://www.titandiagnostics.io/api/public/v1/eval?eval_mode=full \ -H "X-Titan-Agent-Key: tak_..." \ -H "Content-Type: application/json" \ -d '{ "symbol": "NVDA", "side": "BUY", "close": 495.00, "atr": 6.10, "stop": 496.50, "target": 502.00 }'
{
"ok": true,
"allow": false,
"reason_label": "Bracket validity: stop must be below entry",
"trace_id": "..."
}
Full headers, schemas, and receipt retrieval: view the 5-minute quickstart.
A decision receipt accompanies an ALLOW or BLOCK verdict. Signature and anchor evidence can authenticate specific recorded bytes and their commitment path; neither turns the receipt into proof that the input was right or that a broker-side event happened.
A Titan signature authenticates the versioned payload Titan signed and its declared signing domain. It does not establish that supplied inputs are truthful, correct, or complete.
An anchor can establish that a commitment existed by a time and remained unchanged relative to the verified path. It does not establish broker acceptance, execution, fill, outcome, or profitability.
Run full evaluations, inspect decision receipts, and review trace history while beta access is open.
Already have trade history? Open the CSV diagnostic.