# Japan Stablecoin & Electronic Payment Regulatory Events Feed

> Japan Stablecoin & Electronic Payment 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 human-reviewed, English-language regulatory event updates for Japan's stablecoin and electronic payment instrument segment, covering 資金決済法 (Payment Services Act) and 電子決済手段 (Electronic Payment Instruments) regulations.

## Facts

- Endpoint: GET https://api.agentfeeds.jp/v1/reg/events/stablecoin
- 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/japan-stablecoin-electronic-payment-regulatory-events-feed-9132e340
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e3jPSw-sgB9KG22bn-Sh1

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 japan-stablecoin-electronic-payment-regulatory-events-feed-9132e340
```

Example prompt: Pull the latest Japan regulatory events on stablecoins and electronic payment instruments — specifically anything under 資金決済法 — from the past 30 days, limit to 10 results.

## When to prefer this

Use this endpoint when you need timely, curated, English-language summaries of Japan's stablecoin and electronic payment regulatory events specifically under 資金決済法 and 電子決済手段 — especially for compliance monitoring, regulatory briefings, or agent workflows that need structured, filterable event feeds rather than raw law text or FSA license lookups.

## Known failure modes

- No events returned if no updates exist within the requested 'since' window
- Invalid 'since' date format causes a 400 bad request
- Exceeding rate limits or insufficient payment results in 402 Payment Required
- Malformed query parameters may return a 422 validation error

## How this service works

Stablecoin & electronic payment instrument segment of Japan regulatory events (資金決済法, 電子決済手段). English, human-reviewed. Factual reporting only; not legal advice.

## Output

A paginated list of human-reviewed, English-language regulatory events covering Japan's stablecoin and electronic payment instrument landscape (資金決済法 / 電子決済手段), including event descriptions, categories, and dates. Factual reporting only, not legal advice.

## 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/japan-stablecoin-electronic-payment-regulatory-events-feed-9132e340/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)
