get_fx_quote
Get a live FX quote for a currency pair and amount, returning a temporary quote ID to execute the trade.
Instructions
Generate an FX quote for a currency pair and amount. Returns a quote_id valid for ~30 seconds that can be captured to execute the trade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_currency | Yes | Source currency code, e.g. "BSD" or "USD" | |
| to_currency | Yes | Target currency code, e.g. "USDC" or "EUR" | |
| amount | Yes | Amount to convert in from_currency | |
| funding_method | No | Funding method — defaults to IMMEDIATE | IMMEDIATE |
| tx_configuration | Yes | Source/target payment configuration and reference ID. Required by the API. | |
| participants | No | KYC participants. Must include at least one ULTIMATE_ORIGINATOR and one ULTIMATE_BENEFICIARY for compliance. |