v1
latestOpenAPI 3.0.12026-07-24510443.1 KB주문(Order)
개별 주문 조회
주문의 UUID 또는 Identifier로 단일 주문 정보를 조회합니다.
get/order
Query parameters
uuidstring
조회하고자 하는 주문의 유일식별자(UUID)
Example:9ca023a5-851b-4fec-9f0a-48cd83c2eaae
조회하고자 하는 주문의 유일식별자(UUID)
identifierstring
조회하고자 하는 주문의 클라이언트 지정 식별자. 사용자 또는 클라이언트가 주문 생성 시 부여한 주문 식별자로 조회하는 경우 사용합니다.
Example:9ca023a5-851b-4fec-9f0a-48cd83c2eaae
조회하고자 하는 주문의 클라이언트 지정 식별자. 사용자 또는 클라이언트가 주문 생성 시 부여한 주문 식별자로 조회하는 경우 사용합니다.
Response
Object of order
Example response
{
"market": "KRW-BTC",
"uuid": "9ca023a5-851b-4fec-9f0a-48cd83c2eaae",
"side": "ask",
"ord_type": "limit",
"state": "wait",
"created_at": "2025-06-25T15:42:25+09:00",
"time_in_force": "ioc",
"smp_type": "cancel_maker",
"identifier": "9ca023a5-851b-4fec-9f0a-48cd83c2eaae",
"trades_count": 1,
"trades": [
{
"market": "KRW-BTC",
"uuid": "9e8f8eba-7050-4837-8969-cfc272cbe083",
"trend": "up",
"created_at": "2025-08-09T16:44:00.597751+09:00",
"side": "ask"
}
]
}