Quote Cancel Request
REQUESTwss://wss.prime.kraken.com/ws/v1
quote-cancel-requestAuthentication Required
Command used to cancel an open RFQ. Results of this command will be visible in the Quote stream.
Request
- Request Schema
- Example
reqid number required
Request ID.
type string required
Value:
QuoteCancelRequest
Command type.
data array [ required]
Quote cancel request data array.
QuoteReqID string required
QuoteReqID from the request to cancel.
RFQID string required
RFQID to cancel, required and must align with QuoteReqID.
TransactTime string required
An ISO-8601 UTC string of the form 2019-02-13T05:17:32.000000Z.
{
"reqid": 16,
"type": "QuoteCancelRequest",
"data": [
{
"QuoteReqID": "8e9540d0-15db-11ec-b5e7-7f4881f01b7d",
"RFQID": "f47bfb99-4d1e-4179-b62c-a96e83cc93ba",
"TransactTime": "2021-09-15T04:15:24.581000Z"
}
]
}