get https://api.upbit.com/v1/status/wallet
Request the wallet status (deposit/withdrawal/block)
Wallet status data may differ from actual service status.
The deposit/withdrawal status and block status information provided by API may be reflected with a delay of several minutes. Please use this API only for reference, and be sure to refer to the Upbit notice and Wallet Status page before performing actual deposit and withdrawal.
Network Type (net_type) vs. Network Name (network_name)
- What is Network Type (
net_type
)?
It refers to the blockchain network used for digital asset deposit and withdrawal, and the network (chain) used may differ depending on the type of digital asset. *Please make sure that the address and the network match exactly, as normal deposit and withdrawal may not be possible if the networks do not match.
The value of Network Type (net_type) is required when withdrawing digital assets.- What is Network Name (
network_name
)?
It is a function that allows you to check the name of the blockchain network for digital assets supported by Upbit.
It has the same value as the 'Network' in the deposit and withdrawal status page provided by the Upbit Support Center.
Response
Name | Description | Type |
---|---|---|
currency | Currency Symbol | String |
wallet_state | Deposit and Withdrawal Status - working : deposit and withdrawal are available- withdraw_only : withdrawal available- deposit_only : deposit available- paused : deposit and withdrawal not available- unsupported : deposit and withdrawal not supported | String |
block_state | Block Status - normal - delayed - inactive (ex. maintenance, etc) | String |
block_height | Block Height | Integer |
block_updated_at | Block's last update | DateString |
block_elapsed_minutes | Elapsed time since the last update of block information (in minutes) | Integer |
net_type | Network Type that should be specified when making deposit and withdrawal-related requests | String |
network_name | Network Name | String |