Skip to main content
POST
Cancel a KRX quote

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

KQuote cancel request fields.

KQuoteCancelRequest schema.

quote_msg_id
string
required

Required.

orig_quote_msg_id
string

Original quote message identifier.

quote_cancel_type
integer<int32>

Quote cancel type.

symbol
string

Trading symbol.

Response

Accepted

AckResponse schema.

isSuccess
boolean

Indicates whether the operation completed successfully.

Example:

true

detail
string

Detailed information for the record.

data
object

Ack schema.