| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
{
"cryptoDepositId": "DP2026041514300001",
"label": "Ethereum Deposit",
"description": "Deposit ETH from external wallet to trading account",
"blockchain": "Ethereum",
"walletAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb5",
"isOwner": false,
"walletType": 2,
"platformName": "MetaMask",
"platformUserId": "user_eth_12345",
"ownerInfo": {
"ownerType": 1,
"details": {
"corporateName": "TechGlobal Inc.",
"businessRegistrationNumber": "REG987654321",
"dateOfIncorporation": "2015-03-10",
"registeredOrBusinessAddress": {
"country": "US",
"state": "Nevada",
"city": "Las Vegas",
"postcode": "89101",
"addressLine1": "456 Corporate Drive",
"addressLine2": "Suite 200"
}
}
}
}curl --location --request POST '/v2.0/payment/crypto/updateCryptoDepositTravelRuleInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"cryptoDepositId": "DP2026041514300001",
"label": "Ethereum Deposit",
"description": "Deposit ETH from external wallet to trading account",
"blockchain": "Ethereum",
"walletAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb5",
"isOwner": false,
"walletType": 2,
"platformName": "MetaMask",
"platformUserId": "user_eth_12345",
"ownerInfo": {
"ownerType": 1,
"details": {
"corporateName": "TechGlobal Inc.",
"businessRegistrationNumber": "REG987654321",
"dateOfIncorporation": "2015-03-10",
"registeredOrBusinessAddress": {
"country": "US",
"state": "Nevada",
"city": "Las Vegas",
"postcode": "89101",
"addressLine1": "456 Corporate Drive",
"addressLine2": "Suite 200"
}
}
}
}'{
"code": "200",
"msg": "success",
"data": null
}