Skip to main content
POST
Create conversion

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

Path Parameters

account_id
string
required

Internet International Bank Account Number identifying the PWS account the conversion belongs to.

Required string length: 14 - 42

Body

application/json

Request to create a new conversion.

from
ConversionEndpoint · object
required

Source side. Partners only specify symbol, type, and via here — any address/bank_account supplied is ignored (the inbound is provisioned by autoramp).

to
ConversionEndpoint · object
required

Destination side. Requires address (wallet) or bank_account (bank).

name
string

Optional partner-facing label for the conversion.

Required string length: 1 - 128

Response

Successful response

data
Conversion · object
required

The newly created conversion.