v1

latestOpenAPI 3.1.02026-07-26420360.1 KB

가상 자산 출금 취소

가상 자산 출금을 취소합니다.

delete/withdraws/coin

Query parameters

withdrawal_idstring required

출금의 고유 ID

Headers

Authorizationstring required

Authorization token (JWT)

Response

200

typestring required

입출금 종류

withdrawal_idstring required

출금의 고유 ID

currencystring required

화폐 심볼

예시) BTC

net_typestring required

출금 네트워크

statestring required

출금 상태

created_atstring date-time required

출금 생성 시각

amountstring required

출금 금액/수량

feestring required

출금 수수료

krw_amountstring required

원화 환산 가격

Example response

{
  "type": "withdraw",
  "withdrawal_id": "200377211",
  "currency": "BTC",
  "net_type": "BTC",
  "state": "PROCESSING",
  "created_at": "2024-07-14T14:54:24+09:00",
  "amount": "0.00010000",
  "fee": "0",
  "krw_amount": "8400"
}