| Header | Description |
|---|---|
partner-api-key | API key associated with your partner account. Required. See API Key Generation Guide. |
| Parameter | Type | Required | Description |
|---|---|---|---|
tokenSymbol | string | ✅ | Symbol of the crypto token (e.g., USDC, USDT,MXNe). |
transactionType | string | ✅ | Type of transaction. Must be "ON_RAMP" or "OFF_RAMP" |
blockchainSymbol | string | ✅ | Symbol of the blockchain where the token resides (e.g., POL,BASE,SOL, BSC). |
fiatCurrency | string | ✅ | Fiat currency symbol (e.g., MXN, DOP). |
cryptoAmount | number | 🔘 | Amount of crypto to be converted. Required if no fiatAmount input |
fiatAmount | number | 🔘 | Amount of fiat to be converted. Required if no cryptoAmount input |
premiumSpread | number | 🔘 | Optional spread applied to the exchange rate. If 0.01 it will increase the exchange rate by 1% |
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the quote request was successful. |
transactionType | string | Transaction type: "ON_RAMP" or "OFF_RAMP". |
fiatAmount | number | Estimated amount of fiat to be received or paid. |
fiatCurrency | string | Fiat currency symbol (e.g., MXN, DOP). |
blockchainSymbol | string | Blockchain used for the transaction (e.g., POL, BASE). |
tokenSymbol | string | Crypto token symbol (e.g., USDC, USDT, MXNe). |
cryptoAmount | number | Amount of crypto involved in the transaction. |
rate | number | Exchange rate applied to the transaction. |
premiumSpread | number | Spread percentage applied to the exchange rate (optional, if applied). |
flow | string | Transaction flow type: “OTC”, “PAYMENT” OR “REGULAR” |
tokenSymbol, blockchainSymbol, and fiatCurrency match those used in the actual transaction.premiumSpread is specified, it will reduce the rate to include the desired markup.Api key for the affiliated partner that is performing the request
The token symbol
USDC, USDT, MXNe, SOL, ETH, wBTC, cbBTC, PYSUD, POL, BNB, WLD, STK, USDY, CORE, USDC.e, wUSDL, CoreBTC, MATIC, USDbC "USDC"
Transaction type (ON_RAMP or OFF_RAMP)
ON_RAMP, OFF_RAMP, CROSS_RAMP "ON_RAMP"
The blockchain symbol
POL, SOL, BASE, ARB, BSC, OP, WLD, STK, ETH, MTN, CORE "POL"
The fiat currency
MXN, DOP, USD, EUR "MXN"
The amount of crypto (required for OFF_RAMP)
100
The amount of fiat (required for ON_RAMP)
5000
Spread percentage to be applied to the exchange rate
0.01