| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
{
"walletKey": "string",
"status": 1,
"expiry": 0
}curl --location --request POST '/v2.0/crm/deposit/updateWallet' \
--header 'Content-Type: application/json' \
--data-raw '{
"walletKey": "string",
"status": 1,
"expiry": 0
}'{
"code": "string",
"msg": "string",
"data": {
"walletKey": "string",
"addressList": [
{
"blockchain": "string",
"address": "string",
"acceptableCurrencies": [
"string"
]
}
],
"status": 1,
"expiry": 1735440000000,
"updatedAt": 0
}
}