# Korean Market Movers

> Korean Market Movers is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns top gaining and losing stocks in the Korean equity market (KOSPI/KOSDAQ movers) for the current trading session.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/korean-market-movers
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/korean-market-movers-9feed6fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vVzgw9nLIEK2NYy7geyIa

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 korean-market-movers-9feed6fb
```

Example prompt: What are the biggest gainers and losers in the Korean stock market today — show me the top movers on KOSPI and KOSDAQ?

## When to prefer this

Use this endpoint when you need a quick snapshot of which Korean stocks are making the biggest moves on a given trading day. Ideal for finance agents monitoring Asian markets, building daily briefings, or scanning for volatility signals in KOSPI/KOSDAQ without needing a brokerage account or API key — just pay $0.01 USDC per call.

## Known failure modes

- Market closed / outside trading hours — may return empty or stale data
- Exchange data unavailable — upstream data provider outage
- Payment failure — USDC transaction not confirmed on Base mainnet
- Invalid input schema — malformed request properties
- Rate limit or quota exceeded on the underlying data feed

## How this service works

Real-time movers and volume-spike leaders across all KRW-denominated markets on Upbit (South Korea's largest crypto exchange). Returns top risers, top fallers, and top volume leaders ranked by 24h change or accumulated trade value. Korean exchange data is a leading indicator frequently observed by institutional agents — the 'kimchi premium' and local retail sentiment often precede global price moves. Free upstream source (Upbit public API), covers 260+ KRW markets.

## Output

A list of top gaining and losing Korean equities for the current or most recent trading session, likely including ticker symbols, company names, price change amounts, percentage changes, and trading volumes.

## Example request

```json
{
 "properties": "top_gainers,top_losers"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/korean-market-movers-9feed6fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
