This method allows you to update the details of an existing wallet.
API Key permission group : Enable Wallet Management
Designated Wallet : Allow to set a designated wallet.
{
"timestamp": 1640995200000,
"walletId": "1325589336357780427",
"walletName": "Wallet Example"
}curl --location --request POST '/open-api/v1/wallet/updateWallet' \
--header 'open-apikey;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"timestamp": 1640995200000,
"walletId": "1325589336357780427",
"walletName": "Wallet Example"
}'{
"data": {
"walletId": 1325589336357780500,
"walletName": "Wallet Example",
"walletType": 10
},
"code": "000000",
"message": "Success"
}