Skip to main content

tradingstatus~{symbol}

CHANNEL 

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

tradingstatus~{symbol}
Single-instrument trading status snapshot. Subscribe with channel ["tradingstatus~{symbol}"]. Returns a snapshot of the current trading status on subscribe. When the instrument is SETTLED, the response includes settlement fields (spx, upx, so, spm).

Request

Body

required
    id integerrequired

    Request id

    method stringrequired

    Possible values: [subscribe]

    params objectrequired
    channels string[]required

    e.g. ["tradingstatus~BTCUSD-PERP"]

    nonce integerrequired

    Current timestamp in milliseconds

WebSocket response
Schema
    id int64
    method string
    code int32
    result object
    subscription string
    channel string
    l boolean

    Last-batch flag; true on the final batch of the snapshot (tradingstatusall only)

    data object[]
  • Array [
  • i stringrequired

    Instrument symbol (always present)

    sid string

    Security id (may be omitted if definition not yet available)

    s stringrequired

    Possible values: [OPEN, CLOSED, SETTLED, UNKNOWN]

    Trading status (always present)

    spx string

    Settlement price (only present when s=SETTLED)

    upx string

    Underlying end price (only present when s=SETTLED)

    so string

    Settle outcome (only present when s=SETTLED)

    spm string

    Settlement price determination method (only present when s=SETTLED)

  • ]