Skip to main content
Public channel. Connect to: wss://wss.prime.kraken.com/ws/v1
Cancels an existing stream by request ID. No response is sent unless there is an error — the stream associated with the specified reqid simply stops sending data. If there is an error (for example, the reqid does not exist or the stream is already cancelled), an error response may be sent with details about the failure.

Request

reqid
number
required
Request ID to cancel. Must match an existing subscription request ID from a Subscribe request.
type
string
required
Request type for cancelling the subscription. Value: cancel

Response

No response is sent unless there is an error. The stream associated with the specified reqid will stop sending data.