| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
curl --location --request GET '/v2.0/payment/getCryptoDepositHistory?participantCode&startTime&endTime&offset&limit'{
"code": 200,
"msg": "success",
"data": {
"participantCode": "B0100106",
"startTime": 1744588800000,
"endTime": 1745279999000,
"transactions": [
{
"cryptoDepositId": "DP2026041514300001",
"currency": "ETH",
"amount": "284.35",
"blockchain": "ETH",
"fromWalletAddress": "0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B",
"toWalletAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb5",
"txHash": "0x8a7b1c3d5e9f2a4b6c8d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c",
"status": 3,
"statusInfo": "COMPLETED",
"updatedAt": 1776132908000,
"createdAt": 1776046508000
}
],
"pagination": {
"limit": 20,
"offset": 0,
"total": 1,
"hasMore": false
}
}
}