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 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 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.

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)Maximum Gas Price (Wei)
    Arbitrum400400000000000
    Avalanche400400000000000
    Base400400000000000
    Bahamut18001800000000000
    Binance Smart Chain (BSC)2020000000000
    Celo400400000000000
    Ethereum100100000000000
    Kaia2525000000000
    Optimism400400000000000
    Polygon10001000000000000
    Telos400400000000000
Body Params
wallet
object
required
feeIncrementParams
object
Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json