{
"eventId": "string",
"eventType": "UNALLOCATED_FUND_RECEIVED",
"timestamp": "string",
"data": {
"id": 0,
"accountId": "string",
"amount": 0,
"currency": "string",
"network": "string",
"fromAddress": "string",
"toAddress": "string",
"txHash": "string",
"txTime": 0,
"status": "UNMATCHED"
}
}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": "string",
"eventType": "UNALLOCATED_FUND_RECEIVED",
"timestamp": "string",
"data": {
"id": 0,
"accountId": "string",
"amount": 0,
"currency": "string",
"network": "string",
"fromAddress": "string",
"toAddress": "string",
"txHash": "string",
"txTime": 0,
"status": "UNMATCHED"
}
}'{}