v1

latestOpenAPI 3.1.02026-07-2432337285.3 KB
FX Quotes

List Quotes

Retrieve a list of quote requests.

get/internal-transfer/quote/

Query parameters

page_numberinteger

Page index (1-based). Results start from page 1 by default.

Page index (1-based). Results start from page 1 by default.

page_sizeinteger

Maximum number of quotes to return per page. Defaults to 50.

Maximum number of quotes to return per page. Defaults to 50.

date_fromstring date-time

Only include quotes created on or after this timestamp. Must be an ISO 8601 datetime in UTC (applied to the createdAt field).

Only include quotes created on or after this timestamp. Must be an ISO 8601 datetime in UTC (applied to the createdAt field).

date_tostring date-time

Only include quotes created on or before this timestamp. Must be an ISO 8601 datetime in UTC (applied to the createdAt field).

Only include quotes created on or before this timestamp. Must be an ISO 8601 datetime in UTC (applied to the createdAt field).

include_child_companiesboolean

If set to true, include quotes initiated by any child companies of the authenticated company. Default: false.

If set to true, include quotes initiated by any child companies of the authenticated company. Default: false.

limitinteger
cursorstring

Headers

x-company-idinteger

ID of a child company for authentication. If not provided, the parent company will be authenticated.

ID of a child company for authentication. If not provided, the parent company will be authenticated.

Response

Successful Response

next_cursorstring
has_moreboolean
status'success'