v1
latestOpenAPI 3.1.02026-07-2479154362.5 KBfx
Create an exchange quote with a currency pair
post/fx/exchange
Request body
Example request
{
"amount": 10,
"pair": "MXN/USD"
}Response
Quote created successfully
Example response
{
"id": "4b4d079e-c256-4b39-9aaf-907780cf5512",
"amount": 10,
"net_amount": 8.9,
"target_amount": 17.17,
"currency": "PEN",
"target_currency": "BRL",
"expires_at": "2025-10-17T03:46:45.531406Z"
}