curl --location --request GET 'https://api.kucoin.com/api/v1/hist-deposits?currency=&status=SUCCESS&startAt=1728663338000&endAt=1728692138000'{
"code": "200000",
"data": {
"currentPage": 1,
"pageSize": 50,
"totalNum": 0,
"totalPage": 0,
"items": [
{
"currency": "BTC",
"createAt": 1528536998,
"amount": "0.03266638",
"walletTxId": "55c643bc2c68d6f17266383ac1be9e454038864b929ae7cee0bc408cc5c869e8@12ffGWmMMD1zA1WbFm7Ho3JZ1w6NYXjpFk@234",
"isInner": false,
"status": "SUCCESS"
}
]
}
}