{
"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 '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": "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"
}
}'{}