Speed up transaction

Speeds up a transaction by resubmitting it with a higher gas price.

Securitybearer or cookie
Request
path Parameters
chain
required
string (ChainName)

The blockchain chain label.

Value: "ethereum"
wallet_address
required
string (ETHAddress) ^0[xX][a-fA-F0-9]{40}$

An Ethereum address.

nonce
required
integer <int64>

Transaction nonce.

Request Body schema: application/json
required
gasPrice
string

Gas price to use for the cancel/resubmit.

gasFeeCap
string

Gas fee cap to use for the EIP-1559 cancel/resubmit.

gasTipCap
string

Gas priority fee cap to use for the EIP-1559 cancel/resubmit.

gas
integer <int64>

Gas limit to set for the cancel/resubmit.

Responses
200

OK

4XX

Client error.

5XX

Server error.

post/chains/{chain}/txm/{wallet_address}/nonce/{nonce}/speed_up
Request samples
application/json
{
  • "gasPrice": "string",
  • "gasFeeCap": "string",
  • "gasTipCap": "string",
  • "gas": 0
}
Response samples
application/json
{
  • "status": 0,
  • "message": "string",
  • "result": {
    }
}
Copyright © Curvegrid 2022. All right reserved.