v1
latestOpenAPI 3.1.02026-07-26420360.1 KBTWAP - 주문 내역 조회
TWAP 주문 목록을 조회합니다.
get/twap
Query parameters
marketstring
거래 대상 페어의 고유 심볼
예시) KRW-BTC
uuidsstring[]
TWAP 주문 ID 목록
state'progress' | 'done' | 'cancel'
주문 상태
- progress: 진행중 (default)
- done: 주문 완료
- cancel: 취소
next_keystring
다음 페이지 조회를 위한 커서 값
limitinteger
개수 제한(max 100)
order_by'asc' | 'desc'
조회 결과 정렬 방식
- asc: 오래된 주문 순
- desc: 최신 주문 순(default)
Headers
Authorizationstring required
Authorization token (JWT)
Response
200
Example response
{
"orders": [
{
"uuid": "C0101000000001799625",
"side": "ask",
"price": "84001000",
"state": "wait",
"market": "KRW-BTC",
"created_at": "2024-07-12T16:30:01+09:00",
"volume": "0.2",
"finished_at": "2025-12-04T11:00:00+09:00",
"total_order_count": 60,
"total_trades_count": 10,
"progress_count": 25,
"total_executed_amount": "0",
"total_executed_volume": "0.2",
"avg_trade_price": "0",
"wallet_id": "0000000000-00-0000",
"canceled_at": "2025-12-03T09:15:00+09:00"
}
]
}