Resend EVM-based transactions

This API is a request to resend EVM-based transactions that are stuck due to insufficient gas fee. Transactions that are broadcasted on the network, but remain unconfirmed for 10 or more minutes, are considered as stuck transactions. The API automatically detects such transactions and resubmits them with appropriate amount of fees, using the replace-by-fee (RBF) mechanism, ensuring they are confirmed. If multiple transactions are stuck, the API will first resend the transaction with the lowest nonce.

👀

Important:

  • It is advised to execute this task on the client's side at a minimum interval of two minutes. This approach will facilitate the successful mining of the transaction.
  • For EVM-based chains, the implementation and execution of this CRON job by the client is a mandatory step.
  • This API is specifically for managing withdraw wallet operations.
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!