curl --location --request GET '/v1.0/crm/deposit/wallet?participantCode=B0100010&blockchain=ETH'{
"code": "string",
"msg": "string",
"data": {
"participantCode": "string",
"wallets": [
{
"blockchain": "string",
"walletAddress": "string"
}
]
}
}