API Update - Nov 2025
We’ve introduced enhancements to our existing Quote and Trade APIs (these changes are non-breaking and will not affect current integrations) and added a new endpoint for bulk quote requests. Details are as follows:
New Bulk Quote API
The Bulk Quote API allows you to request multiple FX quotes in a single call. Simply provide an array of currency pairs, and you’ll receive individual quotes for each pair, each with its own expiry time and value date.
Optional Amounts on Quote APIs
Both single and bulk quote APIs now support quote requests without specifying an amount.
- Tiered margin clients: You must still provide either
buyAmountorsellAmountwhen requesting quotes. - Flat or guaranteed margin clients: You can now omit
buyAmountandsellAmountwhen requesting quotes. Instead, specify the amount when booking the trade.
Amounts on Trade Booking API
You can now include sellAmount or buyAmount along with the quoteId when submitting a trade booking request.
Multiple trades with a single Quote Id
We’ve added a feature that enables booking multiple trades using the same Quote ID. This is ideal for clients on Daily or Guaranteed Rates, where the same rate can be applied to multiple trades throughout the day with varying amounts.
Note: This feature requires activation on your account. Please contact us if you’d like to enable it.
