Get Depositget https://{region}-api.upbit.com/v1/depositRetrieves the latest deposit history. To query specific deposit information, you can specify the deposit’s UUID, transaction ID (TXID), or currency code.Query ParamscurrencystringCurrency code to query. A filter parameter used to narrow down results by currency code.uuidstringUnique identifier(UUID) of the deposit to query. If neither uuid nor txid is specified, the latest deposit record is returned.txidstringTransaction ID of the deposit to query. If neither uuid nor txid is specified, the latest deposit record is returned.Responses 200Object of deposit 400error object 401error object 404error objectUpdated 7 months ago