| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
curl --location --request GET '/v2.0/crm/deposit/wallet?participantCode=B0100010&blockchain=ETH'{
"code": 200,
"msg": "success",
"data": {
"participantCode": "B0100106",
"wallets": [
{
"blockchain": "ETH",
"walletAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb5"
}
]
}
}