resubmit-transaction
POST {{wallet-api-endpoint}}/api/transactions/resubmit
Sometimes a transaction fails to execute/propagate. This can be due to several factors, for example, the gas price is too low. Using this endpoint, you are able to resubmit an existing transaction.
This endpoint allows you to safely resubmit a transaction. Executing this will overwrite the existing transaction.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pincode | number | ||
description | string | ||
identifier | string | ||
secretType | string |
Request Body
{"secretType"=>"MATIC", "transactionHash"=>"0x0e305bdf01149c2e35ea6ffb48ab474d714aa03173b06427c6325f0693c59f92", "pincode"=>"1234"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |