# Aegis JPYC Top-3 Briefing

> Aegis JPYC Top-3 Briefing is a paid API for AI agents from aegis-ai.xyz, paid per call via x402, $0.006/call, status unknown (last checked 2026-09-16).

Returns an AI-curated top-3 briefing of the most relevant feed items, scored and filtered for Japanese yen crypto (JPYC) and related topics

## Facts

- Endpoint: GET https://aegis-ai.xyz/api/d2a/briefing-jpyc
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aegis-jpyc-top-3-briefing-68c417bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3QtFFa_G_UaKqNvpDa0nc

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 aegis-jpyc-top-3-briefing-68c417bb
```

Example prompt: Pull the Aegis top-3 JPYC briefing for me — I want the most important curated feed items on Japanese yen crypto right now, filtered through their AI scoring.

## When to prefer this

Choose this endpoint when you need a quick, AI-filtered snapshot of the top JPYC-related content without processing raw feeds yourself. Prefer over the full curated briefing endpoint when you specifically want JPYC-focused content. Use instead of the change feed endpoint when you want a current top-3 snapshot rather than a diff of changes since a timestamp.

## Known failure modes

- No content available: empty briefing if no recent JPYC items meet quality threshold
- Payment failure: 402 response if x402 micropayment not completed
- Service unavailable: 503 if upstream feed sources are unreachable
- Rate limiting: too many requests in short period

## How this service works

Aegis - Cut Through the Noise in Your Feeds. ブリーフィング トップ3

## Output

A curated list of the top 3 briefing items related to JPYC (Japanese Yen Coin), AI-scored and ranked by relevance/quality metrics (V/C/L signals), cutting through feed noise to surface the most important content.

## 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"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aegis-jpyc-top-3-briefing-68c417bb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aegis-ai.xyz](https://www.zero.xyz/host/aegis-ai.xyz/llms.txt)
