FX built into the same account
Convert and settle across GBP, EUR, MXN, and BRL, quoted, executed, and reconciled from the same API as every other payment. Every quote is firm: the rate you see is the rate that settles.
- USD balance250,000.00 USD
- Firm quote1 USD = 0.9138 EUR · held to expiryHeld
- Executed within the windowScreened, then converted
- EUR balance228,450.00 EUR · same ledgerReconciled
- Sell
- USD balance250,000.00 USD
- Quote and execute
- Firm quote1 USD = 0.9138 EUR · held to expiryHeld
- Executed within the windowScreened, then converted
- Settle
- EUR balance228,450.00 EUR · same ledgerReconciled
- For finance teams converting between USD and the currencies where their suppliers, sellers, and subsidiaries actually operate.
- No separate FX provider, no second onboarding, no reconciling two systems against each other at month end.
- Every conversion lands in your account balance and reconciles automatically, one ledger across USD rails, stablecoins, and FX.
One account, every currency it touches.
- Firm quotesRequest a quote and get a firm rate with an explicit expiry.
- Same-ledger settlementConverted funds settle into your Infinite Account balance in the target currency, next to your USD and stablecoin balances.
- Routing-awareFX is a leg Transfer Routes can use. Cross-border payments quote and execute conversion inline when it makes the route faster or cheaper.
How quotes and execution work.
Request a quote
Specify the pair and the amount on either side: sell $250,000 USD, or buy exactly €228,450. The API returns a firm rate with an explicit expiry window.
Execute within the window
Accept the quote while it is held and the rate is locked. Let it lapse and nothing moves; request a fresh quote when you are ready.
Settle to your balance
The converted amount lands in your account balance in the target currency, ready to pay out over local rails or hold as working capital.
Reconciled automatically
The conversion posts to the same ledger as every other movement on your account: one entry, both legs, with the executed rate attached.
GBP, EUR, MXN, and BRL: settled locally.
Every quote is firm and all-in: the rate you see is the rate that settles. Published spreads and additional pairs are on the way; corridor detail lives in the docs.
Quote, execute, settle: three calls.
Same client and keys as transfers. The rate and expiry come back on the quote before anything executes.
// request a firm quote const quote = await fetch("/v1/fx/quotes", { method: "POST", headers: { Authorization: "Bearer " + apiKey, "Content-Type": "application/json", }, body: JSON.stringify({ sell: { currency: 'USD', amount: '250000.00' }, buy: { currency: 'EUR' }, }), }); // execute within the window const conversion = await fetch("/v1/fx/conversions", { method: "POST", headers: { Authorization: "Bearer " + apiKey, "Content-Type": "application/json", }, body: JSON.stringify({ quoteId }), }); // settles to your EUR balance, same ledger
Answers before you ask
Which currencies are supported?
GBP, EUR, MXN, and BRL against USD today, with local settlement over Faster Payments, SEPA, SPEI, and PIX. Ask sales about other corridors. For where cross-currency payments actually pick up cost and delay, see the FX settlement glossary entry.
How long is a quote valid?
Each quote returns its own expiry. Accept within the window and the rate is locked; let it lapse and nothing moves. Window lengths per pair are in the API reference.
Do I need a separate FX provider?
No. FX is a capability of the same Infinite Account as every other payment. Request a quote, execute it, and settle through the same API, ledger, and compliance network. Quote terms for your corridors are shared during a demo. See Transfer Routes for how conversion sits inside a routed payment.
Where do converted funds settle?
Into your Infinite Account balance in the target currency, on the same ledger as your USD and stablecoin balances. From there you can pay out over local rails or hold the balance as working capital.
What should businesses look for in a fintech FX service?
Evaluate four things: a firm quote before you commit, settlement into the target currency on the same ledger, compliance screening that runs before the trade executes, and API access to quoting and execution. Some services also settle the cross-border leg over stablecoin rails, which removes correspondent-bank hops. FX settlement explains where those hops add cost and delay.
Can our platform offer FX to its own customers?
Yes. FX is one of the rails your platform resells under its own name: your customers trade under your brand while Infinite handles quoting, execution, screening, and settlement underneath. It is the same reseller model as cross-border payments for PSPs and platforms.
See a live quote on your corridor.
Bring the pair and volume you trade. 30 minutes: we quote it, execute it, and show the reconciled ledger entry.
Ask an AI about Foreign ExchangeChatGPTClaudePerplexityGemini