---
title: "TWAP - 주문 요청"
method: POST
path: "/twap"
---

# TWAP - 주문 요청

`POST /twap`

TWAP 주문을 요청합니다.

## Headers

- `Authorization` string, required

## Request body

- object
  - `market` string, required — 거래 대상 페어의 고유 심볼 예시) KRW-BTC
  - `side` 'bid' | 'ask', required — 주문 종류
  - `volume` string — 주문 수량 (매도시 필수)
  - `price` string — 주문 가격(매수시 필수)
  - `duration` string, required — 주문 시간(twap 주문이 진행되는 시간) - 초(min 300, max 43200)
  - `frequency` '15' | '20' | '30' | '60' | '120', required — 주문 간격 - 초

## Response `200`

200

- object
  - `algo_order_id` string, required — TWAP 주문 ID

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/bithumb/apis/open-api-public.md) · [All operations](https://skmtc.dev/bithumb/apis/open-api-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bithumb/open-api-public/revisions/9edc2d6e86db/schema)
