Authorization: Bearer ********************curl --location --request GET '/v1.0/payment/getCryptoDepositHistory?participantCode&startTime&endTime&offset&limit' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"msg": "string",
"data": {
"participantCode": "string",
"startTime": 0,
"endTime": 0,
"transactions": [
{
"cryptoDepositId": "string",
"currency": "string",
"amount": "string",
"blockchain": "string",
"fromWalletAddress": "string",
"toWalletAddress": "string",
"txHash": "string",
"status": 1,
"statusInfo": "string",
"udpatedAt": 0,
"createdAt": 0
}
],
"pagination": {
"limit": 0,
"offset": 0,
"total": 0,
"hasMore": true
}
}
}