{
"blockchain": "ETH",
"walletAddress": "string",
"isOwner": true,
"walletType": 1,
"platformName": "string",
"platformUserId": "string",
"ownerInfo": {
"property1": "string",
"property2": "string"
},
"label": "string",
"description": "string"
}curl --location '/partner/v1/crypto/deposits//travel-rule-info' \
--header 'X-Partner-Client-Id;' \
--header 'X-Partner-Timestamp;' \
--header 'X-Partner-Nonce;' \
--header 'X-Partner-Signature;' \
--header 'X-Request-Id;' \
--header 'Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"blockchain": "ETH",
"walletAddress": "string",
"isOwner": true,
"walletType": 1,
"platformName": "string",
"platformUserId": "string",
"ownerInfo": {
"property1": "string",
"property2": "string"
},
"label": "string",
"description": "string"
}'{
"depositId": "33504022-daeb-4ddf-96f2-fc15aa4e6a52",
"status": "SUBMITTED",
"requiredReason": "string",
"blockchain": "string",
"walletAddress": "string",
"isOwner": true,
"walletType": "PRIVATE_WALLET",
"ownerInfo": {
"property1": "string",
"property2": "string"
},
"platformName": "string",
"platformUserId": "string",
"submittedAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}