Get Available Withdrawal Information

Retrieves withdrawal availability information for the specified currency, including its withdrawal policy and user balance.

Check the proper endpoint based on your region.
The base_url differs by country/region. Make sure to specify the correct region value for your environment.

- Singapore (sg): https://sg-api.upbit.com
- Indonesia (id): https://id-api.upbit.com
- Thailand (th): https://th-api.upbit.com

Available withdrawal information includes the following key items.

Key Items Related Key Response Fields
Currency Information:
Withdrawal fee, withdrawal and
wallet status
currency.withdraw_fee,
currency.wallet_state,
currency.wallet_support
Currency Balance account.balance,account.locked,
account.avg_buy_price
Withdrawal Limits:
Per transaction / Daily / Remaining
limits
withdraw_limit.onetime,
withdraw_limit.daily,
withdraw_limit.remaining_daily,
withdraw_limit.minimum,
withdraw_limit.can_withdraw
Withdrawal-related Account
Information:

Fee level, verification status
member_level.fee_level,
member_level.bank_account_verified,
member_level.locked,
member_level.wallet_locked

Version Date Changes
v1.0.7 2023-05-23 Addition of net_type field
Rate Limit
Up to 30 calls per second are allowed. This is measured on an account basis and request counts are shared within the exchange 'default' group.

API Key Permission
This API requires authentication, and the API Key must have [View Withdrawals] permission enabled.
If you encounter a permission error (out_of_scope), please verify your permission settings in the API Key Management page.
Query Params
string
required

Currency code to query.
A filter parameter used to narrow down results by currency code.

string
required

Blockchain network identifier used for deposits and withdrawals.
After registering a withdrawal address, call the List Withdrawal Allowed Addresses API to check the available "net_type" values for each address.
For digital assets, this is a required field.

Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json