Korea Crypto Exchange Pulse — Upbit Bithumb Coinone Live Volume avatar

Korea Crypto Exchange Pulse — Upbit Bithumb Coinone Live Volume

Pricing

Pay per usage

Go to Apify Store
Korea Crypto Exchange Pulse — Upbit Bithumb Coinone Live Volume

Korea Crypto Exchange Pulse — Upbit Bithumb Coinone Live Volume

Live ticker volume + 24h price + KRW market depth across Korean exchanges (Upbit, Bithumb, Coinone, Korbit). Spot Korean retail demand surges. PPE $0.001/token.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Korea Crypto Exchange Pulse

Aggregate 24h KRW volume rankings across Upbit, Bithumb, Coinone, Korbit + Upbit's official warning / caution flags for pump-candidate detection. No API key required.


What It Does

Korea is the most concentrated retail crypto market on earth — alt-coin volume routinely 2-5x global venues. This Actor:

  • Combines 24h KRW volume across all 4 major Korean exchanges
  • Returns Upbit's market-event flags per token:
    • warning — formal warning issued
    • caution.GLOBAL_PRICE_DIFFERENCES — big kimchi premium emerging
    • caution.TRADING_VOLUME_SOARING — pump candidate
    • caution.DEPOSIT_AMOUNT_SOARING — onboarding flow surge
    • caution.PRICE_FLUCTUATIONS — high volatility risk
    • caution.CONCENTRATION_OF_SMALL_ACCOUNTS — retail-driven pump pattern
  • Sortable by total KRW volume / Upbit-only / symbol
  • Filter: warningOnly returns ONLY tokens with Upbit flags

Why This Matters

The Upbit caution flags are not opinion — they are Upbit's official regulatory tag, raised when any of 5 specific quantitative thresholds are crossed. Historically:

  • GLOBAL_PRICE_DIFFERENCES flag = Kimchi premium ≥ ~5%, often precedes 10-30% local pump
  • TRADING_VOLUME_SOARING + DEPOSIT_AMOUNT_SOARING combo = classic pump start
  • PRICE_FLUCTUATIONS = volatility cluster (good for short straddle)

This data is publicly available but takes manual checking on Upbit's site. This Actor turns it into a programmatic feed.


Input

FieldTypeDefaultDescription
includeUpbitbooleantrueInclude Upbit data
includeBithumbbooleantrueInclude Bithumb data
includeCoinonebooleantrueInclude Coinone data
includeKorbitbooleantrueInclude Korbit data
minTotalVolumeKrwinteger100000000Skip tokens with combined volume below this in KRW
sortBystringtotal_volume_desctotal_volume_desc, upbit_volume_desc, symbol_asc
warningOnlybooleanfalseOnly return tokens with any Upbit flag raised
limitinteger100Max tokens
alertVolumeKrwinteger0Telegram alert when any token's 24h volume crosses this
telegramBotTokenstring (secret)Bot token
telegramChatIdstringChat ID

Example: Pump scanner (Upbit flags only)

{"warningOnly": true, "sortBy": "total_volume_desc", "limit": 50}

Example: Volume rankings

{"minTotalVolumeKrw": 1000000000, "sortBy": "total_volume_desc", "limit": 100}

Output

{
"symbol": "XRP",
"korean_name": "리플",
"english_name": "Ripple",
"total_volume_24h_krw": 278857312982,
"upbit": {
"price": 1809,
"volume_krw": 178000000000,
"change_pct": 3.42
},
"bithumb": {"price": 1807, "volume_krw": 60000000000, "change_pct": 3.18},
"coinone": {"price": 1808, "volume_krw": 24000000000, "change_pct": 3.30},
"korbit": {"price": 1809, "volume_krw": 16857312982, "change_pct": 3.51},
"exchanges_listed": 4,
"upbit_warning": false,
"upbit_caution": {
"price_fluctuations": false,
"trading_volume_soaring": false,
"deposit_amount_soaring": false,
"global_price_differences": true,
"concentration_of_small_accounts": false
},
"any_upbit_flag": true
}

Pricing

  • $0.001 per token returned

Examples:

  • Top 100 by volume: $0.10
  • Full sweep (~262 KRW pairs): $0.26

Use Cases

Kimchi premium early-warning — Filter caution.global_price_differences == true:

curl -X POST "https://api.apify.com/v2/acts/gochujang~korea-exchange-pulse/runs?token=YOUR_TOKEN" \
-d '{"warningOnly": true}'

Pump scanner — Filter combination of trading_volume_soaring + deposit_amount_soaring.


Data Sources

  • Upbit /v1/market/all?isDetails=true + /v1/ticker (free, no auth)
  • Bithumb /public/ticker/ALL_KRW
  • Coinone /public/v2/ticker_new/KRW
  • Korbit /v1/ticker/detailed/all



🎬 Live Sample Run

A real run of this actor with default-ish inputs, executed on 2026-06-10:

FieldValue
Items in dataset15
Dataset (JSON)https://api.apify.com/v2/datasets/KUIFHe8DmJCp4vdfQ/items?clean=1&format=json
Dataset (CSV)https://api.apify.com/v2/datasets/KUIFHe8DmJCp4vdfQ/items?clean=1&format=csv
Run summary (KVS)https://api.apify.com/v2/key-value-stores/Pj2U3Fhr6yZn4WuCe/records/SUMMARY
Run detailshttps://api.apify.com/v2/actor-runs/7gzQAuUeBoHPamzgO

Try it now: pop any of the dataset URLs in your browser to see live output, or hit the API endpoints from your code.

Want to reproduce? Click Try Actor on the Apify Store page and use the input defaults shown above.

Feedback

Leave a review on Apify Store