NEMESIS API V1.0

Automated Endpoint Reference & Documentation

SYSTEM STATUS: ONLINE
POST

/api/search_address

Initiates a deep Omni-Chain extraction and ML clustering analysis on a target cryptocurrency wallet address.

Request Body (JSON)

{
  "address": "0xYourTargetWalletAddress",
  "mock_override": false
}

Response (JSON)

{
  "status": "success",
  "wallet_address": "0x...",
  "chain_distribution": { "ethereum": 80, "polygon": 20 },
  "transactions": [ ... ],
  "cluster_intel": { ... }
}
WS

/ws/godmode

WebSocket stream for the 11-Engine Autonomous GodMode Kernel. Broadcasts real-time AI coding, system tasks, and LLM generative events.