# Asia Pulse – Japan Market Ledger

> Asia Pulse – Japan Market Ledger is a paid API for AI agents from asia-pulse.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns confirmed Japan market data including customs export ledger by destination, JGB yield curve, BOJ meeting calendar, and corporate earnings anchors — no predictions, facts only.

## Facts

- Endpoint: GET https://asia-pulse.com/japan
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/asia-pulse-japan-market-ledger-6f540a81
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_keGz-jJO4m-pB-m2_UqQ5

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 asia-pulse-japan-market-ledger-6f540a81
```

Example prompt: Pull the latest Japan market ledger — I need the customs chip export breakdown by destination (especially the Greater China and US shares), the current JGB yield curve, the next BOJ meeting date, and any upcoming earnings anchors.

## When to prefer this

Choose this endpoint when you need confirmed, fact-based Japan macroeconomic and trade data in a single call — particularly for JGB yield curve, BOJ calendar, semiconductor export destination breakdowns, and earnings anchors. Prefer this over general financial data APIs when you specifically need Japan-focused, curated ledger data without predictions or noise.

## Known failure modes

- Data temporarily unavailable if upstream source feed is stale — returns error or empty fields
- Payment not received or x402 flow incomplete — 402 response requiring USDC payment
- Invalid HTTP method (non-GET) — method not allowed error
- Rate limit exceeded — too many calls in short window

## How this service works

Japan market ledger: customs export ledger by destination (chips to Greater China 56-66% every year since 2021, US ~2%), JGB yield curve, BOJ meeting calendar, and earnings anchors. Confirmed facts only, no predictions.

## Output

A structured snapshot of confirmed Japan market facts: customs export ledger data showing chip export shares by destination (Greater China historically 56-66%, US ~2%), the JGB yield curve, the BOJ meeting calendar with upcoming dates, and corporate earnings anchor events. No forecasts or predictions — all confirmed data only.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "const": "http"
    },
    "method": {
     "const": "GET"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/asia-pulse-japan-market-ledger-6f540a81/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from asia-pulse.com](https://www.zero.xyz/host/asia-pulse.com/llms.txt)
