API Documentation
Interact programmatically with the Lionsgate Nemesis backend endpoints.
1. Start Trace (Websocket)
WS
ws://localhost:8000/api/trace
Initializes a real-time transaction trace using the heuristic engine.
{
"type": "START_TRACE",
"seeds": ["0x123..."],
"target_amount": "1000",
"chain_override": "AUTO"
}
2. Node Intelligence (REST)
GET
/api/node_intelligence?address={address}
Fetches exhaustive intelligence, OSINT, AML risk, and AI insights for the specified target wallet.
3. Legal Export Package (REST)
GET
/api/export/package?address={address}
Returns a .ZIP archive containing the Forensic Report, Subpoena Draft, CSV Ledgers, and JSON Intelligence Data.