# Asia Pulse Market Intelligence Report

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

Delivers real-time crypto-finance and Korea equity market intelligence including kimchi premium, funding-rate regime signals, and semiconductor/defense/power chain analysis for the Asia trading session.

## Facts

- Endpoint: GET https://asia-pulse.com/report
- Price: $0.03/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-market-intelligence-report-d06855fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-2pFKv3j6MSq7NBldROKC

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-market-intelligence-report-d06855fc
```

Example prompt: Pull the latest Asia Pulse report — I need the kimchi premium level, current funding-rate regime signal, and any Korea semiconductor or defense chain highlights from the live trading system right now.

## When to prefer this

Choose this endpoint when you need Asia-session-specific crypto and Korean equity market data that Western-focused data providers miss — particularly for kimchi premium tracking, crypto funding-rate regime classification, or Korea semiconductor/defense/power sector analysis. Ideal for agents monitoring cross-market arbitrage signals or building Asia-aware trading strategies.

## Known failure modes

- Payment failure (402): x402 micropayment of $0.03 USDC not processed or rejected
- Service unavailable (503): live trading system temporarily offline
- Stale data: report may reflect slightly delayed Asia-session data during off-peak hours
- Empty or minimal report if Asia markets are in a low-activity window

## How this service works

Asia-session crypto market snapshot for AI agents: kimchi premium, funding-rate regime signal, and BTC/ETH Asia-hours momentum from a live 24/7 trading system.

## Output

A structured market intelligence report covering: kimchi premium (BTC/ETH price differential between Korean and global exchanges), funding-rate regime classification (bullish/bearish/neutral), and Korea equity chain analysis across semiconductor, defense, and power sectors — sourced from a live 24/7 Asia-session trading system.

## 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-market-intelligence-report-d06855fc/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)
