Webhook Delivery for Confirmations
For each event detected on these networks, Crypitor will generate two webhook deliveries to ensure the transaction is included in the confirmed block:
Initial Event Notification
Confirm Flag: false
Sent immediately when the event is detected.
Confirmation Event Notification
Confirm Flag: true
Sent once the transaction reaches the specified confirmation block count.
Both notifications will have the same unique eventId
, but the confirm
flag will differ to indicate the confirmation status.
Example Workflow
Initial Detection
An event (e.g., ERC20 transfer) is detected on the Polygon network.
Crypitor sends the initial webhook notification with
confirm: false
.
Block Confirmation
Once the transaction reaches 50 confirmation blocks on the Polygon network, Crypitor sends the confirmation webhook notification with
confirm: true
.
Monitoring and Reliability
By supporting these networks and implementing a dual-notification system, Crypitor ensures that you can reliably monitor your transactions and confirm their inclusion in the blockchain. This is crucial for applications that require high reliability and accuracy in transaction tracking.
Support
For further assistance, refer to our support documentation or contact Crypitor support.
Last updated