Returns a real-time exchange rate, fee breakdown, and aDocumentation Index
Fetch the complete documentation index at: https://docs.yativo.com/llms.txt
Use this file to discover all available pages before exploring further.
quote_id valid for 5 minutes. Pass the quote_id to POST /wallet/payout or POST /wallet/deposits/new to execute the transaction at the quoted rate.
Rate-limited to 30 requests per minute. This endpoint both prices the transaction AND generates a binding
quote_id — treat it as quote creation, not just a rate lookup.Request body
Source currency code (ISO 4217), e.g.
"USD", "EUR".Target currency code (ISO 4217), e.g.
"USD", "CLP", "BRL", "MXN".Amount in the source currency to convert.
The payment method ID (from
GET /payment-methods/payout or GET /payment-methods/payin). When provided, the quote is scoped to that specific payment rail and its exact fee structure is applied.Transaction direction:
"payout" (for sends/withdrawals) or "payin" (for deposits). Required when method_id is provided.Response fields
| Field | Description |
|---|---|
quote_id | Binding quote identifier — valid for 5 minutes |
rate | Exchange rate applied (source → target currency) |
payout_data.customer_total_amount_due | Total deducted from your wallet (amount + fees) |
payout_data.customer_receive_amount | Amount the recipient receives |
payout_data.total_transaction_fee_in_from_currency | Total fees in the source currency |
calculator.fee_breakdown.float | Percentage-based fee component |
calculator.fee_breakdown.fixed | Flat fee component |
calculator.amount_due | Final wallet debit amount |
calculator.PayoutMethod | Payment method details (only when method_id provided) |
Using the quote_id
Once you have aquote_id, use it in the execution step within 5 minutes:
For payouts:

