curl --location --request GET 'https://dev-api.mce.sg/v1.0/payment/crypto/getCollectionWallet?walletKey&address'{
"code": "string",
"msg": "string",
"data": {
"walletKey": "string",
"addressList": [
{
"blockchain": "string",
"address": "string",
"acceptableCurrencies": [
"string"
]
}
],
"status": 1,
"statusInfo": "string",
"expiry": 1735440000000
}
}