| 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/payment/crypto/getWalletAddress?participantCode&label'{
"code": 200,
"msg": "success",
"data": {
"label": "Ethereum Corporate Wallet",
"description": "Primary ETH wallet for business transactions",
"blockchain": "ETH",
"walletAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb5",
"isOwner": true,
"walletType": 2,
"platformName": "MetaMask",
"platformUserId": "corp_metamask_12345",
"ownerInfo": {
"ownerType": 1,
"details": {
"corporateName": "TechGlobal Inc.",
"businessRegistrationNumber": "REG987654321",
"dateOfIncorporation": "2015-03-10",
"registeredOrBusinessAddress": {
"country": "US",
"state": "Connecticut",
"city": "Hartford",
"postcode": "06103",
"addressLine1": "100 Columbus Boulevard",
"addressLine2": "Suite 400"
}
}
}
}
}