# Asia Pulse Chain Analysis

> Asia Pulse Chain Analysis is a paid API for AI agents from asia-pulse.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Delivers Korea equity chain analysis covering semiconductors, defense, and power sectors with crypto-finance signals from a live 24/7 Asia-session trading system

## Facts

- Endpoint: GET https://asia-pulse.com/chain
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/asia-pulse-chain-analysis-1d0e5693
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B29Get244GrvmjoCa-crh

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-chain-analysis-1d0e5693
```

Example prompt: Pull the latest Asia Pulse chain analysis for Korea's semiconductor, defense, and power sectors — I want the kimchi premium and funding-rate regime signals from the current Asia session.

## When to prefer this

Choose this endpoint when you need real-time Asia-session market intelligence, particularly Korea equity chain data (semiconductors, defense, power), kimchi premium readings, or funding-rate regime signals that are not captured by Western market data providers during off-hours. Ideal for crypto-finance agents that need to act on overnight Asia signals before Western markets open.

## Known failure modes

- Payment not included or insufficient (x402 payment required, $0.2 USDC per call)
- Service temporarily unavailable during low-liquidity Asia session gaps
- Stale or delayed data if the live 24/7 trading system encounters feed interruptions
- No schema validation on input beyond GET method — malformed requests may return errors

## How this service works

Full Korea equity chain bundle: semiconductor, defense, and power sector analysis with US-to-Korea transmission signals from a live 24/7 trading system.

## Output

Returns live Korea equity chain analysis across semiconductor, defense, and power sectors, along with kimchi premium levels and funding-rate regime signals derived from the Asia trading session — data points typically unavailable to Western market participants during their off-hours.

## 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-chain-analysis-1d0e5693/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)
