Retry failed orders in a multiswap
Exchanges
Retry failed orders in a multiswap
Retry a failed multiswap bundle. Only possible while the orders are within 30 minutes
of creation (deposit addresses still valid) — the existing UserOp is reset to PENDING and
txData (same shape as POST multi//tx/build) is returned so the frontend can
re-sign and submit immediately.
After 30 minutes, or for REFUNDED orders, this returns 400 — use POST /multi/recovery to withdraw the stuck funds instead.
POST
Retry failed orders in a multiswap
Authorizations
Path Parameters
Body
application/json
Request body for POST /exchanges/multi/{multiId}/retry
Optional subset of orders to retry; defaults to all retryable orders
Maximum array length:
50Response
Success
Rebuilt transaction data for the failed bundle — ready to sign and submit immediately