Skip to main content

ticker.{instrument_name}

CHANNEL 

wss://stream.crypto.com/exchange/v1/market

ticker.{instrument_name}
Ticker updates. Subscribe with channels e.g. ["ticker.BTCUSD-PERP"].

Request

Body

required
    id integerrequired

    Request id

    method stringrequired

    Possible values: [subscribe]

    params objectrequired
    channels string[]required

    e.g. ["ticker.BTCUSD-PERP"]

    nonce integerrequired

    Current timestamp in milliseconds

WebSocket response
Schema
    id int64
    method string
    code int32
    result object
    instrument_name string
    subscription string
    channel string
    data object[]
  • Array [
  • h decimal

    Price of the 24h highest trade

    l decimal

    Price of the 24h lowest trade, null if there weren't any trades

    a decimal

    The price of the latest trade, null if there weren't any trades

    c decimal

    24-hour price change, null if there weren't any trades

    b decimal

    The current best bid price, null if there aren't any bids

    k decimal

    The current best ask price, null if there aren't any asks

    i string

    Instrument name

    v decimal

    The total 24h traded volume

    vv decimal

    The total 24h traded volume value (in USD)

    oi decimal

    The open interest

    t int64

    The published timestamp in ms, e.g. "1771761038000".

    bs decimal

    Best bid size (WS only).

    ks decimal

    Best ask size (WS only).

  • ]