Real-time Korea (Upbit) vs global crypto price premium
Real-time Korea (Upbit) vs global crypto price premium - the 'kimchi premium' - with reverse-premium and 1h-surge alerts. Paid in USDC on Base.
Answers HTTP 200 without x402 payment termsour last check, 2026-09-24
0 of 1checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://alphapipeline-eu.onrender.com/v1/market/kimchi-alert
| Category | Market data |
|---|---|
| Provider host | alphapipeline-eu.onrender.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 7 from 6 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | no x402 terms | 200 | 2454 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"method": "GET",
"queryParams": {
"symbol": "BTC"
},
"type": "http"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"symbol": {
"description": "Crypto ticker symbol to check, e.g. BTC, ETH, SOL. Defaults to BTC.",
"type": "string"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"alerts": {
"properties": {
"premium_surge_1h": {
"title": "Premium Surge 1H",
"type": "boolean"
},
"reverse_premium": {
"title": "Reverse Premium",
"type": "boolean"
}
},
"required": [
"reverse_premium",
"premium_surge_1h"
],
"title": "KimchiAlerts",
"type": "object"
},
"binance_price_usdt": {
"title": "Binance Price Usdt",
"type": "number"
},
"generated_at": {
"properties": {
"kst": {
"title": "Kst",
"type": "string"
},
"utc": {
"title": "Utc",
"type": "string"
}
},
"required": [
"utc",
"kst"
],
"title": "TimestampPair",
"type": "object"
},
"kimchi_premium_pct": {
"title": "Kimchi Premium Pct",
"type": "number"
},
"premium_change_1h_pct": {
"title": "Premium Change 1H Pct",
"type": "number"
},
"symbol": {
"title": "Symbol",
"type": "string"
},
"thresholds": {
"properties": {
"reverse_premium_pct": {
"title": "Reverse Premium Pct",
"type": "number"
},
"surge_1h_pct": {
"title": "Surge 1H Pct",
"type": "number"
}
},
"required": [
"reverse_premium_pct",
"surge_1h_pct"
],
"title": "KimchiThresholds",
"type": "object"
},
"upbit_price_krw": {
"title": "Upbit Price Krw",
"type": "number"
},
"usdkrw_rate_estimate": {
"title": "Usdkrw Rate Estimate",
"type": "number"
}
},
"required": [
"generated_at",
"symbol",
"upbit_price_krw",
"binance_price_usdt",
"usdkrw_rate_estimate",
"kimchi_premium_pct",
"premium_change_1h_pct",
"alerts",
"thresholds"
],
"title": "KimchiAlertResponse",
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}