When to use
- Display approximate FX rates in your UI
- Let users preview the cost of a transfer before confirming
- Power rate comparison or calculator features
- Run pre-flight checks before requesting a firm quote
Request
string
required
Currency pair to price. Supported values:
USD-IDR, USD-SGD, MYR-IDR.string
required
Trade direction from the base currency perspective.
BUY or SELL.number
required
Notional amount in the source currency.
Example request
Response
Response fields
string
Currency pair.
string
Trade direction.
number
Reference rate. This rate is not executable — it is for display only.
number
Oracle mid-market rate.
number
Approximate total spread in basis points. The actual spread on a firm quote may differ based on real-time market conditions.
string
ISO 8601 timestamp of the quote.
string
Always
INDICATIVE for this endpoint.Important notes
Rates can change between an indicative quote and a subsequent firm quote, especially during volatile markets. Do not surface the indicative rate as a guaranteed price.