Drop ETH transaction by ID

Drops a stuck ETH transaction and creates a replacement transaction.

📘

Notes

  • This request creates an Ethereum transaction to replace an Ethereum transaction stuck with 0 confirmations. The new transaction uses the same source as the original, with 0 ETH sent to itself. By using the same nonce as the original, the original transaction is dropped after the new transaction is mined.
  • You can also replace a stuck transaction with a different transaction by calling the Create a transaction endpoint and using the replaceTxByHash parameter.
Language