Create an FX quote

Returns a foreign exchange rate quote for a given currency pair and amount.
The quote includes a quote_id and an expiry time. Use the quote_id when
submitting a transfer to lock in the quoted rate.

The Idempotency-Key header is required; requests without it are rejected.

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

Source currency code (ISO 4217).

string
required

Target currency code (ISO 4217).

number
required

Amount in the source currency to convert. Must be greater than zero.

string
enum
required

Direction of the trade.

Allowed:
Headers
string
required

A unique key to prevent duplicate requests. Required on all FX write operations; requests without it are rejected with a 400.

Responses

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