Create a quote

Creates a foreign exchange quote for a currency pair and returns the rate and the amounts the customer will sell and buy. Requests to Quotes are synchronous and do not move any money. To use the quoted rate, supply the returned quoteId as fx.quoteId when creating a payment, before expiryDateTime.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Details of quote request

string
required
length ≥ 1

ID of the customer the quote is priced for. The customer must be enabled for FX.

string
enum
required

Currency the customer is selling, in ISO 4217 format

string
enum
required

Currency the customer is buying, in ISO 4217 format

number
required

Amount to quote in Major Currency Units - '1' = 1.00. Applies to the buy or sell currency depending on tradeSide.

string
enum
required

Type of FX trade the quote is for

Allowed:
string
enum
required

Whether amount is expressed in the buy currency or the sell currency

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json