latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Transaction request

Rebuild multiple transaction requests

Rebuild the unsigned transactions for multiple transaction requests in a single call. A rebuild resets existing signature shares and reconstructs each unsigned transaction from its original intent, which is necessary when a previously built transaction becomes invalid (for example, due to a changed nonce or updated fee estimate). Transaction requests are rebuilt sequentially in creation-date order.

post/api/v2/wallet/{walletId}/txrequests/rebuild

Path parameters

walletIdstring required
Example:59cd72485007a239fb00282ed480da1f

Request body

txRequestIdsstring[] required

Response

OK

Example response

[
  {
    "intent": {
      "messageRaw": "for EVM: test message"
    },
    "txRequestId": "123e4567-e89b-12d3-a456-426614174000",
    "walletId": "59cd72485007a239fb00282ed480da1f",
    "enterpriseId": "59cd72485007a239fb00282ed480da1f",
    "date": "2021-01-01T00:00:00.000Z",
    "createdDate": "2021-01-01T00:00:00.000Z"
  }
]