Create conversion rule
Creates a new conversion rule. Provisions the inbound deposit endpoint (IBAN for fiat-source, crypto address for crypto-source) the caller will fund. Once funded, transactions are produced against this conversion rule and become observable via the transactions surface.
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 - 42Body
Request to create a new conversion rule.
Source side. Partners only specify symbol, type, and via here
— any address/bank_account supplied is ignored (the inbound is
provisioned by autoramp).
Destination side. Wallet destinations require wallet. Bank destinations require bank_account, carrying either routing details or an account_link_id.
- ConversionEndpoint
- ConversionEndpoint
- ConversionEndpoint
Optional partner-facing label for the conversion rule.
1 - 128Response
Successful response
The newly created conversion rule.