curl --location --request GET '/v1.0/crm/deposit/getWallet?walletKey&address'{
"code": "string",
"msg": "string",
"data": {
"walletKey": "string",
"addressList": [
{
"blockchain": "string",
"address": "string",
"acceptableCurrencies": [
"string"
]
}
],
"status": 1,
"statusInfo": "string",
"expiry": 1735440000000
}
}