Skip to main content
POST
cURL
Creates a locked cross-ramp quote with a guaranteed exchange rate. Pass the returned quoteId when creating a cross-ramp transaction.

Field Relationships

  • Provide either sourceAmount or targetAmount, not both.

Important Notes

  • Quotes expire — check the expiresAt field and create the transaction before it lapses.
  • Pass the returned quoteId to Create Cross-Ramp.
  • To quote a USD payout to China (CN) or Hong Kong (HK), pass targetCountry: "CN" (or "HK") and optionally targetRail (LOCAL default, or SWIFT). See the Cross-Ramp guide.

Error Codes

Common Errors

Endpoint-Specific Errors

Authorizations

partner-api-key
string
header
required

API key for the affiliated partner performing the request.

Body

application/json
sourceCurrency
enum<string>
required

The source fiat currency symbol

Available options:
MXN,
DOP,
USD,
EUR
Example:

"MXN"

targetCurrency
enum<string>
required

The target fiat currency symbol

Available options:
MXN,
DOP,
USD,
EUR
Example:

"USD"

sourceAmount
number

The amount of source fiat currency to convert

targetAmount
number

The desired amount of target fiat currency to receive

premiumSpread
number

Spread percentage to be applied to the exchange rate

targetCountry
enum<string>

Target country. Required to quote a USD payout to China (CN) or Hong Kong (HK), since USD otherwise defaults to the US.

Available options:
MX,
DO,
US,
AT,
BE,
BG,
HR,
CY,
CZ,
DK,
EE,
FI,
FR,
DE,
GR,
HU,
IE,
IT,
LV,
LT,
LU,
MT,
NL,
PL,
PT,
RO,
SK,
SI,
ES,
SE,
IS,
LI,
NO,
CH,
GB,
MC,
SM,
AD,
VA,
CN,
HK
targetRail
enum<string>

Target payment rail for CN/HK destinations. Defaults to LOCAL; use SWIFT for an international wire.

Available options:
LOCAL,
SWIFT

Response

Cross-ramp quote created successfully. Returns the locked quote with amounts, rate and expiration.

success
boolean
Example:

true

data
object