v1
latestOpenAPI 3.0.12026-07-24510443.1 KB출금(Withdrawal)
원화 출금 요청
원화(KRW) 출금을 요청합니다.
post/withdraws/krw
Request body
Example request
{
"amount": "100000000",
"two_factor_type": "kakao"
}Response
Object of KRW withdrawal
Example response
{
"type": "withdraw",
"uuid": "9f432943-54e0-40b7-825f-b6fec8b42b79",
"currency": "KRW",
"state": "WAITING",
"created_at": "2024-01-01T00:00:00",
"done_at": "2024-01-01T00:00:00",
"transaction_type": "default"
}