# BTC ETH Kimchi Premium Tracker

**Use case:** 

Monitor BTC and ETH kimchi premium across Upbit, Bithumb, global USD prices, and FX data.

## Input

```json
{
  "tokens": [
    "BTC",
    "ETH"
  ],
  "koreanExchanges": [
    "upbit",
    "bithumb"
  ],
  "globalExchange": "auto",
  "minPremiumPct": 1,
  "includeAllRows": true,
  "maxPairs": 10,
  "requestTimeoutSecs": 15
}
```

## Output

```json
{
  "token": {
    "label": "Token",
    "format": "text"
  },
  "koreanExchange": {
    "label": "Korean exchange",
    "format": "text"
  },
  "globalExchange": {
    "label": "Global exchange",
    "format": "text"
  },
  "krwPrice": {
    "label": "KRW price",
    "format": "number"
  },
  "globalUsdPrice": {
    "label": "Global USD price",
    "format": "number"
  },
  "fxRateUsdKrw": {
    "label": "USD/KRW FX rate",
    "format": "number"
  },
  "globalKrwPrice": {
    "label": "Global KRW price",
    "format": "number"
  },
  "premiumPct": {
    "label": "Premium %",
    "format": "number"
  },
  "premiumDirection": {
    "label": "Direction",
    "format": "text"
  },
  "thresholdMatched": {
    "label": "Threshold matched",
    "format": "boolean"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "errors": {
    "label": "Errors",
    "format": "array"
  },
  "koreanSourceUrl": {
    "label": "Korean source URL",
    "format": "link"
  },
  "globalSourceUrl": {
    "label": "Global source URL",
    "format": "link"
  },
  "fxSourceUrl": {
    "label": "FX source URL",
    "format": "link"
  },
  "koreanTimestamp": {
    "label": "Korean timestamp",
    "format": "date"
  },
  "globalTimestamp": {
    "label": "Global timestamp",
    "format": "date"
  },
  "fxTimestamp": {
    "label": "FX timestamp",
    "format": "date"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Kimchi Premium Tracker](https://apify.com/automation-lab/kimchi-premium-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/kimchi-premium-tracker) to learn more, explore other use cases, and run it yourself.