| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
Authorization: Bearer ********************{
"participantCode": "B0100106",
"label": "Ethereum Main Wallet",
"description": "Primary ETH wallet for trading and deposits",
"blockchain": "ETH",
"walletAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb5",
"isOwner": true,
"walletType": 1,
"platformName": "MetaMask",
"platformUserId": "user_metamask_12345",
"ownerInfo": {
"ownerType": 2,
"details": {
"corporateName": "TechGlobal Inc.",
"businessRegistrationNumber": "REG987654321",
"dateOfIncorporation": "2015-03-10",
"registeredOrBusinessAddress": {
"country": "US",
"state": "New Hampshire",
"city": "Manchester",
"postcode": "03101",
"addressLine1": "1000 Elm Street",
"addressLine2": "Suite 300"
}
}
}
}curl --location '/v2.0/payment/crypto/registerWalletAddress' \
--header 'Content-Type: application/json' \
--data '{
"participantCode": "B0100106",
"label": "Ethereum Main Wallet",
"description": "Primary ETH wallet for trading and deposits",
"blockchain": "ETH",
"walletAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb5",
"isOwner": true,
"walletType": 1,
"platformName": "MetaMask",
"platformUserId": "user_metamask_12345",
"ownerInfo": {
"ownerType": 2,
"details": {
"corporateName": "TechGlobal Inc.",
"businessRegistrationNumber": "REG987654321",
"dateOfIncorporation": "2015-03-10",
"registeredOrBusinessAddress": {
"country": "US",
"state": "New Hampshire",
"city": "Manchester",
"postcode": "03101",
"addressLine1": "1000 Elm Street",
"addressLine2": "Suite 300"
}
}
}
}'{
"code": 200,
"msg": "success",
"data": {
"participantCode": "B0100348",
"blockchain": "ETH",
"description": null,
"label": "cw-reg-1784515030",
"platformName": null,
"platformUserId": null,
"walletAddress": "0x1111111111111111111111111111111111111111",
"walletType": 1,
"isOwner": true,
"ownerInfo": null
}
}