Skip to main content
POST
/
ramp
/
order
/
{order_id}
/
regenerate_tx
Regenerate transaction
curl --request POST \
  --url https://api.etherfuse.com/ramp/order/{order_id}/regenerate_tx \
  --header 'Authorization: <api-key>'
{
  "stellarClaimTransaction": "<string>"
}

Authorizations

Authorization
string
header
required

API key for authentication. Pass the key directly (e.g., Authorization: your-api-key). Do not use a Bearer prefix.

Path Parameters

order_id
string<uuid>
required

ID of the order to regenerate the transaction for

Response

Stellar claim transaction regenerated successfully. The fresh unsigned XDR is returned in the response body and stored on the order.

stellarClaimTransaction
string

Base64-encoded unsigned XDR for the claim transaction (ChangeTrust + ClaimClaimableBalance)