List FX quotes

Returns a page of the authenticated client's quotes, most recent first.
Results can be narrowed with the quote_id, state, from_currency,
to_currency, start_date, and end_date filters. Filtering by
quote_id returns a single-item page (or an empty page if the quote does
not belong to the client).

The start_date / end_date pair forms a half-open range: start_date
is inclusive and end_date exclusive, so consecutive windows (e.g.
monthly reconciliation periods) tile without double-counting a quote that
falls exactly on a boundary.

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

Restrict results to a single quote by its ID.

string
enum

Filter by quote state.

string

Filter by source currency code (e.g. USDC).

string

Filter by destination currency code (e.g. SAND_DOLLAR).

string

Return quotes created at or after this instant (inclusive). Accepts a
calendar date (YYYY-MM-DD, interpreted as UTC midnight) or a full
RFC 3339 timestamp (e.g. 2026-07-01T09:30:00Z).

string

Return quotes created strictly before this instant (exclusive), so that
adjacent ranges neither overlap nor drop a quote falling exactly on the
boundary. Accepts a calendar date (YYYY-MM-DD, interpreted as UTC
midnight) or a full RFC 3339 timestamp. If start_date is supplied
without end_date, the range is closed at the end of the current UTC day.

integer
1 to 50
Defaults to 50

Maximum number of quotes to return per page. Defaults to 50; values above 50 are clamped to 50.

integer
≥ 0
Defaults to 0

Number of quotes to skip for pagination.

Responses

400

Invalid filter or pagination parameters, including an unparseable
start_date / end_date or a range whose start_date is not before
its end_date.

500

Internal server error

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