Skip to main content
Data WebSocket

Body

application/json
type
string
required

WebSocket message type. Supported values: subscribe or unsubscribe.

data_type
string
required

Feed selector. Supported values: news, prices, prices_chainlink, kalshi_prices, holders, holder_counts, sports, espn_match, espn_game_stats, signals, movers, elon_tweets.

params
object

Feed-specific params.

news

  • no params fields are read
  • use top-level limit and offset

prices

  • asset_id or symbol
  • supported values: btcusdt, ethusdt, xrpusdt, solusdt, bnbusdt, dogeusdt, hypeusdt
  • optional interval
  • optional open_price
  • optional ends_at

prices_chainlink

  • asset_id or symbol
  • supported values: btc/usd, eth/usd, sol/usd, xrp/usd, bnb/usd, doge/usd, hype/usd
  • optional interval
  • optional open_price
  • optional ends_at

kalshi_prices

  • symbol only
  • supported values: btc, eth, sol, xrp, doge, bnb, hype
  • optional interval
  • optional open_price
  • optional ends_at

holders

  • token_id for token-holder page mode
  • or condition_id for market-holder mode
  • optional limit
  • optional offset
  • optional min_shares
  • optional sort with supported values shares, avg_price, pnl
  • optional order with supported values ASC, DESC

holder_counts

  • condition_ids array
  • maximum 2000 IDs

sports

  • event_id

espn_match

  • slug or title

espn_game_stats

  • game_id
  • optional sport
  • optional league

signals

  • no params fields are read
  • use top-level limit and offset

movers

  • optional venue with effective values all, polymarket, kalshi
  • optional direction with effective values all, up, down
  • optional timeframe with effective values 1h, 6h, 24h or 1d, 1w or 7d
  • optional min_volume
  • optional min_delta
  • optional limit

elon_tweets

  • event_id
limit
integer

Top-level limit used by feeds that read it directly.

Currently read by:

  • news
  • holders
  • signals
offset
integer

Top-level offset used by feeds that read it directly.

Currently read by:

  • news
  • holders
  • signals

Response

101 - application/json

WebSocket connection established