v1

latestOpenAPI 3.1.02026-07-26420360.1 KB

원화 출금 요청

등록된 출금 계좌로 원화 출금을 요청합니다.

post/withdraws/krw

Headers

Authorizationstring required

Authorization token (JWT)

Request body

amountstring required

출금액

two_factor_typestring required

2차 인증 수단

  • kakao : 카카오 인증

Response

201

typestring

입출금 종류

uuidstring

출금의 고유 ID

currencystring

화폐 심볼

예시) BTC

net_typestring

출금 네트워크

txidstring

출금의 트랜잭션 ID

state'PROCESSING' | 'DONE' | 'CANCELLED'

출금 상태

created_atstring date-time

출금 생성 시각

done_atstring date-time

출금 완료 시각

amountstring

출금 금액/수량

feestring

출금 수수료

transaction_typestring

출금유형

  • default: 일반출금

Example response

{
  "type": "withdraw",
  "uuid": "12704033",
  "currency": "KRW",
  "txid": "1597452",
  "state": "PROCESSING",
  "created_at": "2024-07-14T15:05:20+09:00",
  "amount": "6000",
  "fee": "1000",
  "transaction_type": "default"
}