{
"eventType": "string",
"notificationId": "string",
"data": {
"cryptoDepositId": "string",
"participantCode": "string",
"currency": "string",
"amount": "string",
"blockchain": "string",
"fromWalletAddress": "string",
"toWalletAddress": "string",
"txHash": "string",
"travelRuleInfo": {
"blockchain": "string",
"walletAddress": "string",
"isOwner": true,
"walletType": 1,
"platformName": "string",
"platformUserId": "string",
"ownerInfo": {
"ownerType": 1,
"details": {
"name": "string",
"DOB": "2019-08-24",
"identityNumber": "string",
"residentialAddress": {
"country": "string",
"state": "string",
"city": "string",
"postcode": "string",
"addressLine1": "string"
}
}
}
},
"kytInfo": {
"kytType": 1,
"kytResult": 1,
"kytDetails": "string"
},
"nonce": 0,
"blockNumber": 0,
"confirmationCount": 0,
"status": 1,
"statusInfo": "string",
"udpatedAt": 0,
"createdAt": 0
}
}curl --location --request POST 'https://your-api-server.com' \
--header 'X-Signature: t=1758867971711,v0=b2468f1bc285eb64be242ee6d02e3c959dfb61482abe47ddb50da4b6be55997e' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventType": "string",
"notificationId": "string",
"data": {
"cryptoDepositId": "string",
"participantCode": "string",
"currency": "string",
"amount": "string",
"blockchain": "string",
"fromWalletAddress": "string",
"toWalletAddress": "string",
"txHash": "string",
"travelRuleInfo": {
"blockchain": "string",
"walletAddress": "string",
"isOwner": true,
"walletType": 1,
"platformName": "string",
"platformUserId": "string",
"ownerInfo": {
"ownerType": 1,
"details": {
"name": "string",
"DOB": "2019-08-24",
"identityNumber": "string",
"residentialAddress": {
"country": "string",
"state": "string",
"city": "string",
"postcode": "string",
"addressLine1": "string"
}
}
}
},
"kytInfo": {
"kytType": 1,
"kytResult": 1,
"kytDetails": "string"
},
"nonce": 0,
"blockNumber": 0,
"confirmationCount": 0,
"status": 1,
"statusInfo": "string",
"udpatedAt": 0,
"createdAt": 0
}
}'{}