Skip to content
New Listings Feed
Legacy v1New listings

New listings

Parsed listing events with detected tickers.

wss://tokyo.newlistings.pro/v1/new-listings
wss://ny.newlistings.pro/v1/new-listings

The new-listings channel emits parsed listing events: spot, futures, alpha, and pre-market listings, plus launchpool, launchpad, megadrop, hodler airdrops, roadmap adds, and more. Each event carries the exchange, market type, detected tickers, the clean summary, and the original exchange title — Korean titles included, as published.

Available to STARTER and PRO keys on both edges, with history at the same path.

Payload

{
  "id": 3638602138738688,
  "time": 1776661200556,
  "time_iso": "2026-04-20T05:00:00.556Z",
  "announcement": "$PIEVERSE listed on Upbit spot (KRW)",
  "original_title": "파이버스(PIEVERSE) 신규 거래지원 안내 (KRW, BTC, USDT 마켓)",
  "url": "https://upbit.com/service_center/notice?id=6154",
  "exchange": "upbit",
  "type": "spot",
  "detections": [
    {
      "ticker": "PIEVERSE"
    }
  ]
}

Field-by-field notes live in Message schemas. Supported exchanges are listed in Exchange coverage.