Crypitor
Home
  • Overview
    • Introduction
    • Blockchain limitations
    • Our solution
    • Techstack
    • Benefit
    • Use cases
      • Transaction Monitoring
      • DApp Integration
      • Cross-Chain Communication
      • Payment system
      • Security Alerts
  • How To Use
    • Create Monitor
    • Native Transfer Event
    • Erc20 Transfer Event
    • Erc721 Transfer Event
  • Webhook
    • Deliveries
  • Network
    • Supported Networks
    • Webhook Delivery for Confirmations
  • Self Hosted
    • Quick start
    • Creating a Monitor
    • Start Development
Powered by GitBook
On this page

Was this helpful?

  1. Network

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:

  1. Initial Event Notification

    • Confirm Flag: false

    • Sent immediately when the event is detected.

  2. 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

  1. Initial Detection

    • An event (e.g., ERC20 transfer) is detected on the Polygon network.

    • Crypitor sends the initial webhook notification with confirm: false.

  2. 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

PreviousSupported NetworksNextQuick start

Last updated 12 months ago

Was this helpful?

For further assistance, refer to our support documentation or contact .

Crypitor support