cURL
Global Payout
Get a payment quote (MXN → USD)
Returns an estimated exchange rate and fee breakdown. Rates update every ~30 seconds — this is not a locked quote.
POST
cURL
Authorizations
Use this format: ApiKey <your_api_key>
Body
application/json
Source currency code
Available options:
usd, eur, mxn, brl, gbp Example:
"mxn"
Destination currency code
Available options:
usd, eur, mxn, brl, gbp Example:
"usd"
Amount in source currency as a decimal string. Provide this OR destination_amount, not both.
Example:
"10000.00"
Desired amount in destination currency as a decimal string. Provide this OR source_amount, not both.
Example:
"50.00"
Response
200
Quote returned successfully