mirrored listing x402 eip155:8453eip155:137solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

KRW Macro Stress Score (0-100) — combined signal from US 3Y treasury, VIX, foreign ownersh

KRW Macro Stress Score (0-100) — combined signal from US 3Y treasury, VIX, foreign ownership proxy (SK Hynix + Samsung, mcap-weighted), USD/KRW momentum, and Korean semiconductor equity. Rolling 120d percentile over 2yr backfill. Regime + direction + per-component breakdown. Positioning: KRW macro stress, not kimchi-premium prediction.

Do you run api.printmoneylab.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-12
updated

Provider

api.printmoneylab.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xcF9223eCe895258dEa8D288AEBcf846Ab8E342fB",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "eip155:137",
    "payTo": "0xcF9223eCe895258dEa8D288AEBcf846Ab8E342fB",
    "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "3Ywxk31SvWKwZBdY6bLvjmn5h4mzWcT3HJ5UZbYXoVy9",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "50000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "type": "http"
      },
      "output": {
        "example": {
          "ai_note": "Score 45 sits in the caution band. VIX percentile is low while US 3Y sits near a 120d high; foreign ownership drift is muted.",
          "as_of": "2026-08-04T02:37:05Z",
          "components": {
            "foreign_flow": {
              "freshness": "0d",
              "raw": {
                "delta_5d_pp": 0.045,
                "mcap_weighted_foreign_pct": 48.576,
                "note": "(proxy: SK Hynix + Samsung mcap-weighted foreign ownership %; not direct netbuy amount)"
              },
              "score": 28.33
            },
            "fx_momentum": {
              "freshness": "0d",
              "raw": {
                "pct_change_5d": -2.66,
                "usdkrw": 1425.48
              },
              "score": 2.5
            },
            "risk_sentiment": {
              "freshness": "0d",
              "raw": {
                "vix": 15.86
              },
              "score": 6.67
            },
            "semiconductor": {
              "freshness": "0d",
              "raw": {
                "samsung_krw": 235250,
                "sk_hynix_krw": 1535000
              },
              "score": 48.33
            },
            "us_rate_stress": {
              "freshness": "0d",
              "raw": {
                "us_3y_yield_pct": 4.34
              },
              "score": 94.17
            }
          },
          "degraded": [],
          "direction": "krw_stable",
          "market_hours": {
            "krx": "closed",
            "us": "closed"
          },
          "method": "rolling percentile 120d, weights 25/25/20/20/10",
          "regime": "caution",
          "score": 45.4
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {},
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "catalog": {
    "category": "korean-macro-signal",
    "data_sources": [
      "fred",
      "yfinance",
      "naver-finance",
      "claude-haiku"
    ],
    "jurisdiction": "KR",
    "language": "en",
    "locale": "ko-KR",
    "target_users": [
      "ai-agents",
      "trading-bots"
    ],
    "update_frequency": "15-min"
  }
}

Use it

curl

curl "https://api.printmoneylab.com/api/v1/krw-macro-stress"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.printmoneylab.com/api/v1/krw-macro-stress");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.printmoneylab.com/api/v1/krw-macro-stress")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/1407.json, and this resource appears in /discovery/resources and /discovery/search.