curl --request POST \ --url https://api.etherfuse.com/ramp/order/{order_id}/regenerate_tx \ --header 'Authorization: <api-key>'
Orders
Regenerate transaction
Useful for cases where the transaction was not submitted prior to expiration.
The new transaction will be send over the webhook asynchronously.
Returns HTTP 202 Accepted if successful.
POST
/
ramp
/
order
/
{order_id}
/
regenerate_tx
Regenerate transaction
Copy
Ask AI
curl --request POST \ --url https://api.etherfuse.com/ramp/order/{order_id}/regenerate_tx \ --header 'Authorization: <api-key>'