Request withdrawal for digital assets.
Withdrawals Available only to Registered Wallet Address
Register a withdrawal address in order to proceed with withdrawal using the Open API. Please register a withdrawal address in the following steps.
Upbit Website [Settings] > [Open API] > [Withdrawal Wallet Management]
Withdrawals Available only to Registered Wallet Address
A lightning withdrawal will not be processed properly if it is requested to a non-Upbit member address. Please make a withdrawal after checking the withdrawal address.
(2023-05-23) New parameter (
net_type
) will be added for withdrawal networksAs part of the support for multi-chain deposits/withdrawals the (
net_type
) parameter will be mandatory when making digital assest withdrawal requests. You can confirm thenet_type
value for the network you wish to withdraw to by using the Inquiry API for Withdrawable Address ListFor more information, please refer to the Announcement .
Request Parameters
Field Name | Description | Type |
---|---|---|
currency * | Currency Symbol | String |
net_type * | Withdrawal Network | String |
amount * | Withdrawal amount | Number |
address * | address * Withdrawal Address registered in the Withdrawal Wallet Management | String |
secondary_address | Destination Tag (DT) or Memo (only for required digital assets) | String |
transaction_type | Withdrawal Typedefault : General Withdrawalinternal : Lightning Withdrawal | String |
Response
Field Name | Description | Type |
---|---|---|
type | Withdrawal Type | String |
uuid | Unique ID for Withdrawal | String |
currency | Currency Symbol | String |
net_type | Withdrawal Network | String |
txid | Transaction ID for Withdrawal | String |
state | Withdrawal Status | String |
created_at | Withdrawal Generation Time | DateString |
done_at | Withdrawal Completion Time | DateString |
amount | Withdrawal Amount | NumberString |
fee | Withdrawal Fee | NumberString |
krw_amount | KRW Conversion Price | NumberString |
transaction_type | Withdrawal Type | String |