{
"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 'https://your-api-server.com' \
--header 'API-KEY: <api-key>' \
--header 'API-SIGNATURE: <api-key>' \
--header 'API-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"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
}
}'{}