| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
Authorization: Bearer ********************curl --location '/v2.0/payment/getCryptoDepositHistory?participantCode=undefined&startTime=undefined&endTime=undefined&offset=undefined&limit=undefined'{
"code": 200,
"msg": "success",
"data": {
"participantCode": "B0100348",
"startTime": null,
"endTime": null,
"transactions": [
{
"amount": "1000.000000",
"blockchain": "ETH",
"cryptoDepositId": "DP2026042910310002",
"currency": "USDT",
"nonce": null,
"blockNumber": null,
"confirmationCount": null,
"participantCode": "B0100348",
"fromWalletAddress": "",
"toWalletAddress": "0x067Ada6797cEFb588De48BeE0A11cb90E38331b9",
"txHash": null,
"status": 7,
"statusInfo": "",
"createdAt": 1777429904000,
"updatedAt": 1777429904000,
"kytInfo": null,
"travelRuleInfo": null,
"paymentId": null,
"property": null
}
],
"pagination": {
"limit": 10,
"offset": 0,
"total": 1,
"hasMore": false
}
}
}