Update conversion rule
Updates an existing conversion rule. 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 rule if you need to change input asset, rail, or wallet.
Authorizations
Your public API key. Identifies the partner making the request.
HMAC signature over the request, computed with your private key.
Monotonically increasing nonce included in the request signature.
Path Parameters
Internet International Bank Account Number identifying the PWS account the conversion rule belongs to.
14 - 42Conversion rule identifier.
Body
Request to update an existing conversion rule.
Full-state replacement (matching the upstream contract): the supplied
to, name, and status replace the conversion rule's current values.
The source side (from) is immutable — re-create the conversion rule to
change input asset, rail, or source type.
Destination side. Wallet destinations require wallet. Bank destinations require bank_account, carrying either routing details or an account_link_id.
- ConversionEndpoint
- ConversionEndpoint
- ConversionEndpoint
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 rule. 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 rule.