get
https://{environment}.movmint.io/fx/quote
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Invalid filter or pagination parameters, including an unparseable
start_date / end_date or a range whose start_date is not before
its end_date.
500Internal server error
