Authorization: Bearer ********************curl --location --request GET 'https://dev-api.mce.sg/v1.0/crm/deposit/wallet?participantCode=B0100010&blockchain=ETH' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"msg": "string",
"data": {
"participantCode": "string",
"wallets": [
{
"blockchain": "string",
"walletAddress": "string"
}
]
}
}