v1
latestOpenAPI 3.0.12026-07-24510443.1 KB출금(Withdrawal)
디지털 자산 출금 요청
디지털 자산 출금을 요청합니다.
post/withdraws/coin
Request body
Example request
{
"currency": "BTC",
"net_type": "BTC",
"amount": "0.01",
"address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa",
"transaction_type": "default"
}Response
Object of digital asset withdrawal
Example response
{
"type": "withdraw",
"uuid": "9f432943-54e0-40b7-825f-b6fec8b42b79",
"currency": "BTC",
"net_type": "BTC",
"state": "WAITING",
"created_at": "2024-01-01T00:00:00",
"done_at": "2024-01-01T00:00:00",
"amount": "0.01",
"transaction_type": "default"
}