Drop ETH transaction by ID
POST {{baseUrl}}/transactions/:txId/drop
Drops a stuck ETH transaction and creates a replacement transaction.
Request Body
{"txId"=>"<string>", "feeLevel"=>"<string>", "gasPrice"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-End-User-Wallet-Id | string | Unique ID of the End-User wallet to the API request. Required for end-user wallet operations. | |
Idempotency-Key | string | A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"txStatus":"\u003cstring\u003e","txId":"\u003cstring\u003e","replacedTxHash":"\u003cstring\u003e"}