# DYOR Batch Crypto Risk Analysis

> DYOR Batch Crypto Risk Analysis is a paid API for AI agents from kg.dyor.network, paid per call via x402, $7.5/call, status unknown (last checked 2026-09-16).

Fetches comprehensive risk signals and AI narratives for up to 10 crypto entities in a single call, covering 28 signal types including insider flows, DeFi risk, governance, token unlocks, and cross-domain convergence.

## Facts

- Endpoint: GET https://kg.dyor.network/api/insights/batch
- Price: $7.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kg-dyor-network-50d1b470
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qj92GqwHki0X5PANo51y4

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability kg-dyor-network-50d1b470
```

Example prompt: Can you run a full risk analysis on Bitcoin, Ethereum, Uniswap, Aave, and Solana using DYOR — I want to see insider flows, token unlock signals, governance risks, and AI narratives for all of them over the past 7 days?

## When to prefer this

Use this endpoint when you need to evaluate multiple crypto assets simultaneously in a single API call — ideal for portfolio monitoring, institutional due diligence, or comparative risk screening across up to 10 entities. Prefer this over the single-entity endpoint when you have 2–10 assets to assess and want to minimize round-trips and cost.

## Known failure modes

- More than 10 entities requested — API may reject or truncate the list
- Unknown or misspelled entity names — may return empty results for unrecognized entities
- since_hours value too large — may exceed available data window
- Payment failure (x402) — $5 USDC not authorized or insufficient balance
- Network timeout for large batch requests with complex signals
- Rate limiting if called too frequently in succession

## How this service works

Portfolio-level risk analysis: get comprehensive signals and narratives for up to 10 crypto entities in a single call. Returns full evidence across all 28 signal types per entity — insider flows, DeFi risk, governance, token unlocks, and cross-domain convergence. Ideal for portfolio monitoring, due diligence, and institutional risk assessment | ZWING Intelligence (https://zwing.bot) — contact: v@zwing.bot, Telegram: @valery_zzz

## Output

Returns a results object keyed by entity name, each containing an array of risk signals (with score, signal_type, evidence, metadata, qualification, entities, and created_at) and an array of AI-synthesized narratives (with headline, body, score, signal_type, and actionability rating), plus counts of signals and narratives per entity and total entity count.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "entities"
     ],
     "properties": {
      "entities": {
       "type": "string",
       "description": "Comma-separated entity names (max 10)"
      },
      "since_hours": {
       "type": "number",
       "default": 168,
       "description": "Look back window in hours (default 7 days)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "results": {
       "type": "object",
       "additionalProperties": {
        "type": "object",
        "properties": {
         "signals": {
          "type": "array",
          "items": {
           "type": "object",
           "properties": {
            "score": {
             "type": "number"
            },
            "entities": {
             "type": "array",
             "items": {
              "type": "string"
             }
            },
            "evidence": {
             "type": "object"
            },
            "metadata": {
             "type": "object"
            },
            "signal_id": {
             "type": "string"
            },
            "created_at": {
             "type": "string"
            },
            "signal_type": {
             "type": "string"
            },
            "qualification": {
             "type": "string"
            }
           }
          }
         },
         "narratives": {
          "type": "array",
          "items": {
           "type": "object",
           "properties": {
            "body": {
             "type": "string"
            },
            "score": {
             "type": "number"
            },
            "entity": {
             "type": "string"
            },
            "headline": {
             "type": "string"
            },
            "signal_type": {
             "type": "string"
            },
            "actionability": {
             "type": "string"
   
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kg-dyor-network-50d1b470/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kg.dyor.network](https://www.zero.xyz/host/kg.dyor.network/llms.txt)
