Get Withdrawalget https://{region}-api.upbit.com/v1/withdrawRetrieves the latest single withdrawal information. To query a specific withdrawal, you can specify the withdrawal’s UUID or transaction ID (TXID).Query ParamsuuidstringUnique identifier(UUID) of the withdrawal to query. If neither uuid nor txid is specified, the latest withdrawal record is returned.txidstringTransaction ID of the withdrawal to query. If neither uuid nor txid is specified, the latest withdrawal record is returned.currencystringCurrency 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 200Object of withdrawal 404error objectUpdated 7 months ago