post https://api.fireblocks.io/v1/transactions//drop
Drops a stuck ETH transaction and creates a replacement transaction.
Replaces Ethereum transactions that are stuck with 0 confirmation.
This request creates a new transaction that can replace the stalled transaction, with the same source as the original one, with 0 ETH sent to itself. By using the same nonce as the original one, it will drop the original transaction once the new transaction will be mined.
A stuck transaction can be replaced by a different transaction using the create transaction endpoint and the replaceTxByHash
field.