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.
Requires an
Idempotency-Key header. 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
string
required
Source currency code (ISO 4217), e.g.
"USD", "EUR".string
required
Target currency code (ISO 4217), e.g.
"USD", "CLP", "BRL", "MXN".number
required
Amount in the source currency to convert.
integer
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.string
Transaction direction:
"payout" (for sends/withdrawals) or "payin" (for deposits). Required when method_id is provided.Response fields
Using the quote_id
Once you have aquote_id, use it in the execution step within 5 minutes:
For payouts:

