Get Deposit List
GET
/api/v1/asset/ndbroker/deposit/list
Description
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-broker.kucoin.com/api/v1/asset/ndbroker/deposit/list?currency=USDT&status=SUCCESS&hash&startTimestamp&endTimestamp&limit=100'
Response Response Example
{
"code": "200000",
"data": [
{
"uid": 165111215,
"hash": "6724e363a492800007ec602b",
"address": "xxxxxxx@gmail.com",
"memo": "",
"amount": "3.0",
"fee": "0.0",
"currency": "USDT",
"isInner": true,
"walletTxId": "bbbbbbbbb",
"status": "SUCCESS",
"chain": "",
"remark": "",
"createdAt": 1730470760000,
"updatedAt": 1730470760000
}
]
}
Request
Query Params
currency
string
optional
Example:
USDT
status
string
optional
Example:
SUCCESS
hash
string
optional
startTimestamp
integer <int64>
optional
endTimestamp
integer <int64>
optional
limit
integer
optional
<= 1000
Default:
1000
Example:
100
Responses
Modified at 2024-12-27 08:16:26