Get Withdrawal

Retrieves the latest single withdrawal information. To query a specific withdrawal, you can specify the withdrawal’s UUID or transaction ID (TXID).

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

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 an API Key with [Withdrawal Inquiry] permission.
If you receive an out_of_scope permission error, please verify your API Key permissions in the API Key Management page.
Query Params
string

Unique identifier(UUID) of the withdrawal to query.
If neither uuid nor txid is specified, the latest withdrawal record is returned.

string

Transaction ID of the withdrawal to query.
If neither uuid nor txid is specified, the latest withdrawal record is returned.

string

Currency code to filter withdrawal history.
A filter parameter used to narrow down results by currency code.
if not provided, returns the latest withdrawals across all currencies.

Responses

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