{
"eventType": "string",
"notificationId": "string",
"data": {
"collectionId": "string",
"status": 1,
"blockchain": "string",
"currency": "string",
"amount": 0,
"blockNum": 0,
"confirmationCount": 0,
"nonce": 0,
"txHash": "string",
"gasFeeCurrency": "string",
"gasFeeAmount": 0,
"fromAddress": "string",
"toAddress": "string",
"detectedAt": 0,
"blockchainConfirmedAt": 0
}
}curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventType": "string",
"notificationId": "string",
"data": {
"collectionId": "string",
"status": 1,
"blockchain": "string",
"currency": "string",
"amount": 0,
"blockNum": 0,
"confirmationCount": 0,
"nonce": 0,
"txHash": "string",
"gasFeeCurrency": "string",
"gasFeeAmount": 0,
"fromAddress": "string",
"toAddress": "string",
"detectedAt": 0,
"blockchainConfirmedAt": 0
}
}'{}