v1
latestOpenAPI 3.0.12026-07-24510443.1 KB출금(Withdrawal)
디지털 자산 출금 취소 요청
출금 UUID로 요청이 완료된 디지털 자산 출금 건의 취소를 요청합니다.
delete/withdraws/coin
Query parameters
uuidstring required
취소하고자 하는 출금의 유일식별자(UUID)
Example:9ca023a5-851b-4fec-9f0a-48cd83c2eaae
Response
Object of canceled withdrawal
Example response
{
"type": "withdraw",
"uuid": "9f432943-54e0-40b7-825f-b6fec8b42b79",
"currency": "BTC",
"net_type": "BTC",
"state": "CANCELLED",
"created_at": "2024-01-01T00:00:00",
"done_at": "2024-01-01T00:00:00",
"amount": "0.01",
"transaction_type": "default"
}