{
"eventId": "24",
"eventType": "DEPOSIT_ORDER_NOTIFICATION",
"referenceId": "6",
"status": "SUCCESS",
"timestamp": 1757923984621,
"data": {
"transactionId": "",
"transactionHash": "",
"transactionType": "DEPOSIT",
"amount": 1.00,
"currency": "USDT",
"network": "ETH",
"fromAddress": "",
"walletId": "",
"walletName": "",
"status": "",
"timestamp": 1757923984621
}
}curl --location --request POST 'https://your-api-server.com' \
--header 'API-KEY: apikey ' \
--header 'API-TIMESTAMP: 1765454475759' \
--header 'API-SIGNATURE: d110004016a3cf2bfa06d57eaf850618c143f8aeb6e528882bd3811b2b988160' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventId": "24",
"eventType": "DEPOSIT_ORDER_NOTIFICATION",
"referenceId": "6",
"status": "SUCCESS",
"timestamp": 1757923984621,
"data": {
"transactionId": "",
"transactionHash": "",
"transactionType": "DEPOSIT",
"amount": 1.00,
"currency": "USDT",
"network": "ETH",
"fromAddress": "",
"walletId": "",
"walletName": "",
"status": "",
"timestamp": 1757923984621
}
}'{}