# agentfeeds.jp Japan Crypto Regulatory Events Feed

> agentfeeds.jp Japan Crypto Regulatory Events Feed is a paid API for AI agents from api.agentfeeds.jp, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a curated, human-reviewed feed of Japan crypto-asset regulatory events covering AML/sanctions, tax (CARF), stablecoins, and JVCEA/JCBA self-regulatory items in English.

## Facts

- Endpoint: GET https://api.agentfeeds.jp/v1/reg/events/crypto
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentfeeds-jp-japan-crypto-regulatory-events-feed-18834fd0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t9KR5QJwb4xZ4MB1O7Y_F

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 agentfeeds-jp-japan-crypto-regulatory-events-feed-18834fd0
```

Example prompt: Pull the latest Japan crypto regulatory events from agentfeeds.jp — give me everything since 2025-06-01, up to 20 items, filtered to the AML category.

## When to prefer this

Use this endpoint when you need a broad, aggregated English-language feed of Japan crypto-asset regulatory events across multiple categories (AML, tax, stablecoins, JVCEA, JCBA) in a single call. Prefer this over narrower sibling endpoints (e.g. AML-only or stablecoin-only feeds) when you need cross-category coverage or don't know which category to filter on. Best for compliance monitoring workflows, daily regulatory briefings, or agent pipelines that need a single source of truth for Japan crypto regulation.

## Known failure modes

- Invalid 'since' date format returns 400 with parsing error
- Unknown 'category' value returns 400 or empty results
- Payment not processed (x402) returns 402 Payment Required
- No events in requested date range returns empty array
- Rate limiting or quota exceeded returns 429
- Server-side data pipeline delay may return stale or partial results

## How this service works

Broad crypto-asset segment of Japan regulatory events, wider than reg.events.aml/stablecoin: AML/sanctions, tax (CARF), stablecoins/payment instruments, and JVCEA/JCBA self-regulatory items in one feed. English, human-reviewed. Factual reporting only; not legal advice.

## Output

A list of human-reviewed regulatory event records, each containing an event date, category (AML, tax, stablecoin, JVCEA, JCBA), a plain-English summary, and source attribution covering Japan crypto-asset regulation across all major bodies.

## 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"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "limit": {
       "type": "integer"
      },
      "since": {
       "type": "string"
      },
      "category": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentfeeds-jp-japan-crypto-regulatory-events-feed-18834fd0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentfeeds.jp](https://www.zero.xyz/host/api.agentfeeds.jp/llms.txt)
