REST APIWallet & TransactTransfer

POST

Change the fee rate of a transaction in an attempt to accelerate its confirmation. Supported by: ETH, ERC20 tokens, CELO, RSK, ETC

Requirements:

  • Transaction gas price must increase by at least 10 Gwei or 20% higher than the original transaction fee
  • At least 15 minutes must have passed since original send

Path Params

  • coin string required
    A cryptocurrency symbol or token ticker symbol

    at least 1 characters

  • walletId string required

    at least 1 characters · matches ^[0-9a-f]{32}$

Body Params

object

  • txid string required
    Transaction ID of the transaction for which we are changing the fee for.

    at least 1 characters

  • fee number
    The new fee for the transaction.
  • eip1559 object
    EIP-1559 transaction parameters
    eip1559 object
    • maxFeePerGas number required
      Max total gasPrice for EIP1559 transactions. Only for ETH and ERC20 tokens.
    • maxPriorityFeePerGas number required
      Max priority tip price for EIP1559 transactions. Only for ETH and ERC20 tokens.
  • txType string
    Use txType to change fee of address initialization transaction for V5 wallets

Responses

200
OK

Response Body

object

  • txid string
    Transaction ID of the newly created transaction with increased fee rate.

    matches ^[0-9a-f]{32}$

400
Bad Request

Response Body

object

  • name string
    Error code
  • context map of objects required
    Properties that apply to a specific error name
    context object
    • <key> object
  • error string required
    Human-readable error message
  • requestId string required
    Client request id