Update Collection Wallet
Designing
To update wallet expiry and disable wallet.
Request
Body Params application/json
{
"walletKey": "string",
"status": 1,
"expiry": 0
}
Request Code Samples
curl --location --request POST 'https://dev-api.mce.sg/v1.0/crm/deposit/updateWallet' \
--header 'Content-Type: application/json' \
--data-raw '{
"walletKey": "string",
"status": 1,
"expiry": 0
}'
Responses
application/json {
"code": "string",
"msg": "string",
"data": {
"walletKey": "string",
"addressList": [
{
"blockchain": "string",
"address": "string",
"acceptableCurrencies": [
"string"
]
}
],
"status": 1,
"statusInfo": "string",
"expiry": 1735440000000,
"updateAt": 0
}
}
Modified at 2026-01-07 02:58:40