Skip to main content

tradingstatusall~{product_type}

CHANNEL 

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

tradingstatusall~{product_type}
All-instrument trading status snapshot (wildcard). Subscribe with channel ["tradingstatusall"] or ["tradingstatusall~{product_type}"]. Delivers the full snapshot of trading statuses across multiple messages; the final batch has result.l = true. The product_type suffix is optional (bare "tradingstatusall" = all product types).

Request

Body

required
    id integerrequired

    Request id

    method stringrequired

    Possible values: [subscribe]

    params objectrequired
    channels string[]required

    e.g. ["tradingstatusall~EVENTS"]

    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)

  • ]