주문 취소 접수

주문 UUID를 통해 해당 주문에 대한 취소 접수를 한다.

Request Parameters

Name설명타입
uuid취소할 주문의 UUIDString
identifier조회용 사용자 지정값String
🚧

uuid 혹은 identifier 둘 중 하나의 값이 반드시 포함되어야 합니다.

Response

필드설명타입
uuid주문의 고유 아이디String
side주문 종류String
ord_type주문 방식String
price주문 당시 화폐 가격NumberString
state주문 상태String
market마켓의 유일키String
created_at주문 생성 시간String
volume사용자가 입력한 주문 양NumberString
remaining_volume체결 후 남은 주문 양NumberString
reserved_fee수수료로 예약된 비용NumberString
remaining_fee남은 수수료NumberString
paid_fee사용된 수수료NumberString
locked거래에 사용중인 비용NumberString
executed_volume체결된 양NumberString
trades_count해당 주문에 걸린 체결 수Integer
time_in_forceIOC, FOK, Post Only 설정String
identifier

조회용 사용자 지정값

*identifier 필드는 2024-10-18 이후에 생성된 주문에 대해서만 제공합니다.

String
smp_type자전거래 체결 방지 (Self-Match Prevention) 타입String
prevented_volume자전거래 체결 방지로 인해 취소된 주문 수량NumberString
prevented_locked(매수 시) 자전거래 체결 방지 설정으로 인해 취소된 금액
(매도 시) 자전거래 체결 방지 설정으로 인해 취소된 수량
NumberString
Query Params
string

주문 UUID

string

조회용 사용자 지정값

Headers
string
required

Authorization token (JWT)

Responses

Language
Request
Response
Choose an example:
application/json
※ This English version is a translation of the original Korean version of the Upbit Developer Center, generated using a third-party tool. In the event of any discrepancies, the Korean version shall take precedence.