TWAP 주문 목록을 조회합니다.
예시코드는 JavaScript, Python, JAVA에 한해서만 제공합니다.
Request Parameters
필드 | 설명 | 타입 |
|---|---|---|
market | 마켓 ID(ex.KRW-BTC) | String |
uuids | TWAP 주문 ID 목록 | Array |
state | TWAP 주문 상태 | String |
next_key | 다음 페이지 조회를 위한 커서 값 | String |
limit | 개수 제한 (default: 100, limit: 100) | Number |
order_by | 정렬방식 | String |
Responses
필드 | 설명 | 타입 |
|---|---|---|
has_next | 다음 페이지 존재 여부 | Boolean |
next_key | 다음 페이지 조회를 위한 커서 값 ( | String |
uuid | TWAP 주문 ID | String |
side | 주문 종류 | String |
price | 주문 당시 화폐 가격 | NumberString |
state | TWAP 주문 상태 | String |
market | 마켓의 유일키 | String |
created_at | 주문 생성 시간 | DateString |
volume | 사용자가 입력한 주문 양 | NumberString |
finished_at | 주문 종료 시간 | DateString |
total_order_count | 주문 전체 건수 | Number |
total_trades_count | 주문에 걸린 전체 체결 수 | Number |
progress_count | 주문 진행 건수 | Number |
total_executed_amount | 주문 총 체결 금액 | NumberString |
total_executed_volume | 주문 총 체결 수량 | NumberString |
avg_trade_price | 주문 평균 체결 단가 | NumberString |
canceled_at | 주문 취소 시간 | DateString |
cancel_type | 주문 취소 타입 | String |