get https://{region}-api.upbit.com/v1/status/wallet
Retrieves deposit and withdrawal service status for all currencies.
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
- Singapore (sg): https://sg-api.upbit.com
- Indonesia (id): https://id-api.upbit.com
- Thailand (th): https://th-api.upbit.com
Deposit and withdrawal service status API does not guarantee real-time status.
Get Deposit/Withdrawal Service Status API is not updated in real time and may be delayed by several minutes.
It is recommended to use this information only for reference purposes, not for trading strategies.
Before making an actual deposit, please check the Upbit notice and Real-time deposit/withdrawal status page.
Network Type(
The network type(net_type
) and Network Name(network_name
)
net_type
) is an identifier field used to specify the blockchain network (target chain) through which a digital asset is transferred during deposit and withdrawal (e.g., BTC
). It is a required parameter for digital asset withdrawals, and the correct identifier value must be used to ensure proper processing. When calling the withdrawal API, you should first call the withdrawal whitelist address API and use the exact network type value from the response.
The network name(
network_name
) represents the full name of the blockchain network (e.g., Bitcoin
). It is human-readable information and cannot be used as an identifier. It is intended for display purposes, such as representing the blockchain network in a service UI.
Version | Date | Changes |
---|---|---|
v1.2.1 | 2025-07-28 |
Addition of Get Deposit/Withdrawal Service Status API
|
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
Authentication is required. No additional permissions needed.