# Korean Exchange Market Movers – 1-Minute Price Surges, Crashes & Volume Spikes

> Korean Exchange Market Movers – 1-Minute Price Surges, Crashes & Volume Spikes is a paid API for AI agents from api.printmoneylab.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns real-time 1-minute price surges, crashes, and volume spikes plus the top 20 tokens by volume on Korean crypto exchanges (Upbit, Bithumb)

## Facts

- Endpoint: GET https://api.printmoneylab.com/api/v1/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/api-printmoneylab-com-64421f65
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J3WDawdzO-jVRw7pACAS0

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 api-printmoneylab-com-64421f65
```

Example prompt: What tokens are surging or crashing on Korean exchanges right now — show me the 1-minute price movers and any volume spikes, plus the top 20 coins by volume on Upbit and Bithumb.

## When to prefer this

Use this endpoint when you need real-time, 1-minute granularity market-mover data specifically from Korean exchanges (Upbit, Bithumb). Prefer this over global market-mover feeds when your use case is Korean crypto trading signals, kimchi premium arbitrage setups, or monitoring Korean retail sentiment through volume surges. This is more granular and faster than the AI-synthesized sentiment endpoint.

## Known failure modes

- No query parameters needed so malformed requests are unlikely; service may return stale data if Korean exchange APIs are temporarily unavailable
- Rate limiting or payment failure (x402) if the $0.01 USDC per-call fee is not satisfied
- Empty result set during low-volatility market periods with no significant movers
- Network timeout if upstream Korean exchange data sources are slow

## How this service works

1-minute price surges/crashes, volume spikes, top 20 tokens by volume on Korean exchanges

## Output

Returns a list of tokens experiencing 1-minute price surges or crashes on Korean exchanges, tokens with notable volume spikes, and a ranked list of the top 20 tokens by trading volume on Korean exchanges such as Upbit and Bithumb.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "meta": {
   "price": "$0.01",
   "update_interval": "60s"
  },
  "movers_1m": [
   {
    "symbol": "SHIB",
    "curr_price": 1015,
    "prev_price": 1000,
    "volume_krw": 50000000000,
    "change_1m_pct": 1.5
   }
  ],
  "top_volume": [
   {
    "symbol": "BTC",
    "volume_krw": 500000000000,
    "change_rate": 0.02
   }
  ],
  "volume_spikes": [
   {
    "symbol": "WET",
    "volume_krw": 80000000000,
    "change_rate_24h": 3.5
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-printmoneylab-com-64421f65/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.printmoneylab.com](https://www.zero.xyz/host/api.printmoneylab.com/llms.txt)
