Resend EVM-chain transactions

This API is a request to resend EVM-based transactions that are stuck due to insufficient gas fee.

Transactions that are broadcast on the network but remain unconfirmed for 10 or more minutes are considered stuck transactions. The API automatically detects such transactions and resubmits them based on the feeMultiplier configured, 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.

👍

Recommended

  1. We recommend setting up a CRON job for each wallet.

  2. We recommend executing this API in your system at a minimum interval of two minutes to facilitate successful transaction mining.

  3. This API is specially designed for resubmitting transactions of hot withdrawal wallets.

  4. If the feeMultiplier parameter is not specified in the request body, the default feeMultiplier for all EVM chains is 2.

  5. If the maxGasPrice is not configured in the request body, the maxGasPrice for different chains in this API will be as follows:

    ChainMaximum Gas Price (Gwei)
    Ethereum100
    Binance Smart Chain (BSC)20
    Arbitrum400
    Avalanche400
    Base400
    Polygon1000
    Kaia25
    Optimism400
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!