Korea Crypto Exchange Pulse — Upbit Bithumb Coinone Live Volume
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
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 issuedcaution.GLOBAL_PRICE_DIFFERENCES— big kimchi premium emergingcaution.TRADING_VOLUME_SOARING— pump candidatecaution.DEPOSIT_AMOUNT_SOARING— onboarding flow surgecaution.PRICE_FLUCTUATIONS— high volatility riskcaution.CONCENTRATION_OF_SMALL_ACCOUNTS— retail-driven pump pattern
- Sortable by total KRW volume / Upbit-only / symbol
- Filter:
warningOnlyreturns 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
| Field | Type | Default | Description |
|---|---|---|---|
includeUpbit | boolean | true | Include Upbit data |
includeBithumb | boolean | true | Include Bithumb data |
includeCoinone | boolean | true | Include Coinone data |
includeKorbit | boolean | true | Include Korbit data |
minTotalVolumeKrw | integer | 100000000 | Skip tokens with combined volume below this in KRW |
sortBy | string | total_volume_desc | total_volume_desc, upbit_volume_desc, symbol_asc |
warningOnly | boolean | false | Only return tokens with any Upbit flag raised |
limit | integer | 100 | Max tokens |
alertVolumeKrw | integer | 0 | Telegram alert when any token's 24h volume crosses this |
telegramBotToken | string (secret) | — | Bot token |
telegramChatId | string | — | Chat 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
Related Actors
- Kimchi Premium Tracker — Pair with this Actor for KP detection + actionable premium %.
- Smart Money Wallet Tracker — See on-chain whale activity that often precedes KR pumps.
- Token Unlock Calendar — Cross-reference unlock-related KR pumps.
🎬 Live Sample Run
A real run of this actor with default-ish inputs, executed on 2026-06-10:
| Field | Value |
|---|---|
| Items in dataset | 15 |
| 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 details | https://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.