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… | |||
?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, Bybit, OKX…), our detection-to-dispatch latency is sub-1 millisecond. Our infrastructure sits in the same AWS Tokyo region, so the round-trip is virtually zero.
For Korean exchanges like Bithumb and Upbit, expect around ~20 ms. Their announcement servers are in Seoul, so there's an incompressible Seoul ↔ Tokyo network hop. That said, the major CEX you'd actually buy on (Binance, Bybit) are in Tokyo — so the full pipeline from alert to order execution stays sub-millisecond if your trading bot is co-located with us.
Our purpose-built infrastructure makes us consistently the fastest option available today across all monitored exchanges.
Where are your servers located?
Our entire infrastructure runs on AWS Tokyo (ap-northeast-1). This is where the majority of major CEX (Binance, Bybit, OKX) have their matching engines and announcement servers.
For the absolute best performance, we recommend running your trading bot on a server in AWS Tokyo as well. With both ends in the same datacenter region, you can expect sub-2 ms end-to-end latency between our WebSocket dispatch and your bot receiving the message — leaving you the maximum edge to execute trades before the market moves.
Which exchanges do you monitor?
?cex=binance,upbit
query parameter.What types of announcements are detected?
How do I connect?
wss://cryptolisting.ws with your API key in the
X-API-Key header. 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?
Ready to get low-latency WebSocket alerts?
Get your API key in minutes or explore the full documentation.