# Asia Pulse - Korea Defense Chain Analysis

> Asia Pulse - Korea Defense Chain Analysis 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-13).

Returns Korea equity chain intelligence for the defense sector, including stock signals, funding-rate regime context, and cross-market analysis captured during the Asia trading session.

## Facts

- Endpoint: GET https://asia-pulse.com/chain/defense
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/asia-pulse-korea-defense-chain-analysis-648ff9dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dRJ97tGAlkaCdN8rr4CdM

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-korea-defense-chain-analysis-648ff9dd
```

Example prompt: Pull the latest Korea defense sector chain analysis from Asia Pulse — I want the current equity signals and funding-rate regime context for Korean defense stocks from the live Asia-session feed.

## When to prefer this

Use this endpoint when you need real-time Korea defense sector equity intelligence from the Asia trading session, especially when Western market data sources lack coverage. Prefer this over generic financial APIs when you specifically need Korea-centric chain analysis (defense stocks, defense contractors, related semiconductors), funding-rate regime signals, or when building strategies that depend on Asia-session price action and cross-market signals.

## Known failure modes

- Payment not processed: 402 response if x402 USDC payment of $0.1 fails
- No data available: empty or null response if the Asia session is between major data updates
- Rate limiting: too many requests in a short window may result in 429 or throttling
- Invalid request: malformed GET request may return 400
- Service unavailable: 503 if the live trading system feed is temporarily down

## How this service works

Korea defense equity chain analysis: US defense spending signals to Korea defense stocks, with validated transmission coefficients and falsifier checks.

## Output

Real-time Korea defense equity chain analysis including sector-level stock signals, funding-rate regime context, and cross-market intelligence gathered from a live 24/7 trading system during the Asia session — data typically unavailable to Western-focused agents.

## 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-korea-defense-chain-analysis-648ff9dd/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)
