# Korean Crypto Movers

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

Returns top-moving cryptocurrency data focused on the Korean crypto market, including price movers and trading activity

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/korean-crypto-movers
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/korean-crypto-movers-3b8d9e15
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_miOiFAZAGV6-_5G-hptK9

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-crypto-movers-3b8d9e15
```

Example prompt: What are the top crypto movers on Korean exchanges right now — show me which coins are gaining and losing the most?

## When to prefer this

Use this endpoint when you specifically need cryptocurrency market mover data scoped to the Korean market (KRW pairs, Korean exchanges like Upbit or Bithumb). Prefer this over generic global crypto mover APIs when Korean market sentiment, kimchi premium dynamics, or KRW-denominated trading activity is relevant to your use case. Ideal for agents monitoring regional crypto trends without needing an account or API key — pay-per-call via USDC on Base.

## Known failure modes

- Payment failure if USDC balance on Base is insufficient
- HTTP 402 returned if x402 payment header is missing or malformed
- Empty result set if Korean market data feed is temporarily unavailable
- Stale data if upstream Korean exchange data source is delayed
- Rate limit or timeout if the underlying data provider is overloaded

## How this service works

Top movers and volume leaders on Korean exchanges (Upbit, 263 KRW markets). Returns biggest 24h price movers (% change from prev close), highest-volume tokens by KRW trade value, and optional raw snapshot. 20% cheaper than printmoneylab's market-movers endpoint at the same Upbit/Bithumb data layer.

## Output

A ranked list of cryptocurrencies showing the largest price movements in the Korean market, likely including coin names, percentage changes, trading volumes, and directional indicators (gainers/losers), reflecting current activity on Korean exchanges.

## Example request

```json
{
 "required": "korean-crypto-movers",
 "properties": "top_movers"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/korean-crypto-movers-3b8d9e15/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)
