Crypto listing announcements
before anyone else
Ultra-low latency WebSocket feed for real-time Binance, Upbit & Bithumb new coin listing notices.
| CEX | Ticker | Type | Detection Timestamp |
|---|---|---|---|
| Loading… | |||
wss://kr.cryptolisting.ws from Korea for ultra-fast Upbit alerts.?cex=
parameter. Receive only what you need.Never miss a Binance listing alert again
Join our Telegram channel for updates, or contact us directly to get your API key and start trading new listings in real time. See our pricing & tiers to pick the plan that fits you.
Join Telegram Channel- Test for an unlimited period of time
- 0 ms added delay
title&tickerredacted on listings
- Built for the best exec-time
- 0 ms added delay
- Full
title&ticker— actionable
- Built for speed, but at a lower cost
- 20 ms added delay
- Full
title&ticker— actionable
{
"type": "announcement",
"title": "Binance Will List TOKEN",
"ticker": "TOKEN",
"publisher": "binance",
"listingType": "spot_listing",
"detectedTimestampUs": 1710345000005000,
"dispatchTimestampUs": 1710345000006000
}
# pip install websocket-client import json, websocket def on_message(ws, msg): d = json.loads(msg) if d["type"] == "announcement": print(f"{d['ticker']} on {d['publisher']}") websocket.WebSocketApp( "wss://cryptolisting.ws", header=["X-API-Key: YOUR_KEY"], on_message=on_message, ).run_forever()
How fast are the alerts?
How fast are you compared to competitors?
It depends on the exchange. For CEX with servers in
Tokyo (Binance), our detection-to-dispatch is
ultra-fast from wss://cryptolisting.ws. The Tokyo endpoint
sits in the same AWS Tokyo region as Binance, so the round-trip is
virtually zero.
For Korean exchanges, the announcement source is in Seoul,
so the Tokyo endpoint carries an incompressible Seoul → Tokyo network hop on the detection side.
To kill that hop entirely for Upbit, we operate a second dispatch endpoint in
AWS Seoul: wss://kr.cryptolisting.ws. If your bot trades Upbit and is
co-located in Korea, that endpoint puts you ultra-fast end-to-end.
Bithumb is currently dispatched only from Tokyo (Seoul → Tokyo hop applies).
Our purpose-built infrastructure makes us consistently the fastest option available today across all monitored exchanges.
Where are your servers located?
We run a dual-region infrastructure. AWS Tokyo
(ap-northeast-1a - apne1-az4) hosts our global endpoint wss://cryptolisting.ws,
co-located with Binance's matching engine and serving the full feed
(Binance + Upbit + Bithumb listings). AWS Seoul (ap-northeast-2c - apne2-az3)
hosts a specialized Upbit-only endpoint wss://kr.cryptolisting.ws for
Korea-based bots that want to bypass the Seoul↔Tokyo network hop.
For the absolute best performance, co-locate your bot with the exchange you trade on: AWS Tokyo for Binance bots, AWS Seoul for Upbit bots. Pair that with the matching endpoint and you get ultra-fast end-to-end — the maximum edge currently achievable for snipe-style trading on listing events.
Which exchanges do you monitor?
?cex=binance,upbit
query parameter.What types of announcements are detected?
How do I connect?
wss://cryptolisting.ws (global feed: Binance, Upbit, Bithumb)
or wss://kr.cryptolisting.ws (Seoul mirror — Upbit only,
ultra-fast end-to-end from Korea) with your API key in the X-API-Key header.
Same API key authenticates on both. You'll receive structured JSON messages
instantly. Works with any WebSocket library in any language.Can I use this for automated trading?
How do I measure my latency?
What if a listing has multiple tickers?
ticker field will be comma-separated (e.g.
ABC,DEF,GHI). Split on comma to get individual symbols.How do I get an API key?
Which endpoint should I use — Tokyo or Seoul?
Pick by your bot's location, not by the exchange you trade.
If your bot runs in AWS Tokyo / Asia-Pacific (Japan), use
wss://cryptolisting.ws — it carries the full feed (Binance, Upbit,
Bithumb). If your bot runs in AWS Seoul / Korea, use
wss://kr.cryptolisting.ws — it carries Upbit announcements only and
avoids the Seoul→Tokyo hop, giving ultra-fast end-to-end.
Same API key works on both endpoints. Pick one endpoint per bot based on its trading venue's region.
Ready to get low-latency WebSocket alerts?
Get your API key in minutes or explore the full documentation.