Genel API + Agent API

Saklama yapmayan, salt okunur altyapı. Webhook kurulumu zorunlu değildir. İzleme listesi Alchemy API sorgulamasını kullanır.

Genel etki uç noktası

curl https://your-host/api/public/impact

Agent sağlığı

curl -H "x-koschei-agent-key: YOUR_KEY" https://your-host/api/agent/health

Kimlik doğrulamalı kullanıcı aracı

curl -X POST https://your-host/api/web3/risk-v2 \
  -H "Authorization: Bearer YOUR_JWT" \
  -H "Content-Type: application/json" \
  -d '{"target":"0x...","chain":"ethereum","network":"mainnet","target_type":"wallet"}'