# PrintMoneyLab Korean Crypto Market Analysis (Full Tier)

> PrintMoneyLab Korean Crypto Market Analysis (Full Tier) is a paid API for AI agents from api.printmoneylab.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Delivers AI-powered comprehensive Korean crypto market analysis aggregating 12+ data sources including exchange intelligence and Claude AI token-level signals

## Facts

- Endpoint: GET https://api.printmoneylab.com/api/v1/market-read
- Price: $0.1/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-e90819a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dcLFynAxxhK-ECvq_GwUc

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-e90819a5
```

Example prompt: Give me the full AI-powered Korean crypto market read right now — I want the comprehensive analysis across all 12+ data sources with Claude's token-level signals and exchange intelligence.

## When to prefer this

Choose this endpoint when you need the broadest, most comprehensive Korean crypto market intelligence in a single call — it aggregates 12+ data sources with AI synthesis, making it ideal for holistic market reads rather than single-token lookups. Prefer this over sibling endpoints when you need cross-exchange intelligence, token-level AI signals, and a full market narrative rather than spot data for one coin or one metric like kimchi premium alone.

## Known failure modes

- Payment not processed (x402 payment required — 0.1 USDC per call)
- Rate limiting or upstream exchange data unavailable
- Claude AI synthesis timeout or failure
- Korean exchange API downtime causing incomplete data
- Invalid HTTP method (only GET/HEAD/DELETE supported)

## How this service works

AI-powered Korean crypto market analysis — 12+ data sources + exchange intelligence + Claude AI token-level signals

## Output

A comprehensive AI-generated market analysis report covering 12+ Korean crypto data sources, exchange intelligence from Korean exchanges (Upbit, Bithumb), token-level signals synthesized by Claude AI, and an overall market assessment including sentiment, key themes, and directional signals.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "market": "overview",
   "region": "KR"
  }
 }
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "global_market": {},
   "korean_market": {},
   "exchange_intelligence": {}
  },
  "meta": {
   "price": "$0.10",
   "ai_model": "claude-haiku-4.5",
   "data_sources": [
    "upbit",
    "bithumb",
    "binance_futures",
    "coingecko",
    "alternative.me",
    "exchange_intelligence(180+tokens)"
   ]
  },
  "signal": "BULLISH",
  "summary": "Korean market showing strong inflow signals with 1.1% average kimchi premium and rising stablecoin demand.",
  "timestamp": 1776340000000,
  "confidence": "7/10",
  "key_factors": [
   "BTC kimchi premium at 1.1%",
   "USDT premium positive at 0.19%",
   "Fear & Greed at 65 (Greed)",
   "Funding rate positive suggesting long bias"
  ],
  "risk_warning": "Elevated leverage in BTC futures with open interest at $12.5B.",
  "token_alerts": [
   "WET: volume + deposit soaring = overheated, avoid longs",
   "BIO: new listing momentum, high volume"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-printmoneylab-com-e90819a5/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)
