Skip to main content

unsubscribe

REQUEST 

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

unsubscribePrivate
Unsubscribe from user channels. Use on the User API server only.

Request

Body

required
    id int64required
    method stringrequired

    Possible values: [unsubscribe]

    nonce int64required

    Current timestamp in milliseconds.

    params objectrequired
    channels string[]required

    User channels to unsubscribe

WebSocket response
Schema
    id int64
    method string
    code int32

    0 = success

    result object

    Method-specific result

    message string