List Depositsget https://{region}-api.upbit.com/v1/depositsRetrieves the latest deposit list.Query ParamscurrencystringCurrency code to filter deposit history. A filter parameter used to narrow down results by currency code. if not provided, returns the latest deposits across all currencies.statestringenumDeposit status to be queried. A filter parameter used to limit the query target by deposit status. Only deposit information with the specified status will be returned in the response. The available values are as follows: PROCESSING: Processing ACCEPTED: Completed CANCELLED: Cancelled REJECTED: Rejected TRAVEL_RULE_SUSPECTED: Waiting for additional Travel Rule verification REFUNDING: Refund in progress REFUNDED: Refund completed Allowed:PROCESSINGACCEPTEDCANCELLEDREJECTEDTRAVEL_RULE_SUSPECTEDREFUNDINGREFUNDEDuuids[]array of stringsList of UUIDs to query deposit information. Only the deposit information corresponding to the specified UUIDs will be returned. [Example] uuids[]=uuid1&uuids[]=uuid2uuids[]ADD stringtxids[]array of stringsList of transaction IDs to query deposit information. Only the deposit information corresponding to the specified txids will be returned. [Example] txids[]=txid1&txids[]=txid2txids[]ADD stringlimitintegerDefaults to 100Number of items per page. A parameter for pagination that allows you to specify the number of items per page to retrieve. Up to 100 items can be retrieved at a time, and if not specified, the default value is 100.pageintegerDefaults to 1Page number for pagination. A parameter for pagination that allows you to specify the page to retrieve. If not specified, the default value is 1.order_bystringenumDefaults to descSorting method for query results. Returns a list of orders sorted according to the specified method based on the order creation time. The available values are "desc" (descending, latest orders first) or "asc" (ascending, oldest orders first). The default value is "desc".Allowed:ascdescfromstringCursor for pagination. By entering the "uuid" value included in the response into this field, you can continue retrieving up to "limit" deposit records made after the specified deposit time.tostringCursor for pagination. By entering the "uuid" value included in the response into this field, you can retrieve up to "limit" deposit records made before the specified deposit time.Responses 200List of deposits 400error object 401error objectUpdated 7 months ago