Update conversion
Updates an existing conversion. Replaces the destination, name, and status in a single full-state PUT (matching the autoramp rule update contract). The source side is immutable — re-create the conversion if you need to change input asset, rail, or wallet.
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Path Parameters
Internet International Bank Account Number identifying the PWS account the conversion belongs to.
14 - 42Conversion identifier.
Body
Request to update an existing conversion.
Full-state replacement (matching the upstream contract): the supplied
to, name, and status replace the conversion's current values.
The source side (from) is immutable — re-create the conversion to
change input asset, rail, or source type.
New destination side. Required (no partial updates supported).
New lifecycle status. Must be active or paused; soft-delete via
the delete endpoint when it lands.
active, paused New partner-facing label for the conversion. This is a full replacement: omit to clear the existing label, send the current label to keep it.
1 - 128Response
Successful response
The updated conversion.