Skip to main content
The exchange rate endpoint generates a quote — a rate-locked calculation valid for 5 minutes. Use the returned quote_id in your deposit or payout request to guarantee that exact rate and fee at execution time.

Get exchange rate / generate quote

string
required
Source currency code (ISO 4217), e.g. "USD", "GBP".
string
required
Target currency code (ISO 4217), e.g. "CLP", "BRL".
number
required
Payment method ID — from GET /payment-methods/payin or GET /payment-methods/payout.
string
required
"payin" or "payout".
number
required
Amount in the source currency to convert.
Quotes are valid for 5 minutes. Execute the transaction within this window using the quote_id.

Using the quote ID

In a payin (deposit)

In a payout


Using a quote_id guarantees the displayed rate and fee through execution. Without it, the live market rate applies and may shift between quote and payment completion.

Rate limits

Maximum 30 requests per minute per API key. Rate limit headers are included in all responses.