Learn how to use webhooks to trigger replacement transactions to speed up transaction confirmation.
transaction.still_pending
transaction.still_pending
event.
max_priority_fee_per_gas
to be a higher value than the original transaction.
transaction.replaced
, transaction.failed
, and transaction.confirmed
webhooks to get notified on the success of the speedup.
Once the replacement succeeds, the following webhooks will trigger:
transaction.replaced
for the original transaction IDtransaction.confirmed
for the speedup transactiontransaction.failed
webhook would trigger.
For more information on transaction webhooks, see the correspondent docs.