Get FX Indicative Rates

Returns indicative FX rates for one or more currency pairs — reference values for display or estimation, not tradeable. Each pair returns three rates: the raw mid-market rate (naked), the card-channel margin-adjusted rate, and the wallet-channel margin-adjusted rate. For a binding rate that can be transacted on, use POST /v1/fx/quotes + POST /v1/fx/conversions. Pairs are 6-character codes (sell + buy, e.g. 'AUDGBP'). Partial-success returns HTTP 200 with per-pair errors in the body; omitting currencyPairs returns an empty result.

Query Params
currencyPairs
array of strings | null

Comma-separated list of 6-char currency pairs (sell + buy) using uppercase ISO 4217 codes, e.g. 'AUDGBP,GBPAUD'. Duplicates are de-duplicated; malformed entries appear in the failures list. Omit to receive an empty result.

currencyPairs
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json