v3

OpenAPI 3.0.02026-07-31103181312.8 KB
communications

Get Quotes

Endpoint for getting quotes

get/communications/quotes

Query parameters

cursorstring

Pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page.

min_tsinteger

Restricts the response to quotes last updated after a timestamp, formatted as a Unix Timestamp

max_tsinteger

Restricts the response to quotes last updated before a timestamp, formatted as a Unix Timestamp

limitinteger

Parameter to specify the number of results per page. Defaults to 500.

statusstring

Filter quotes by status

quote_creator_user_idstring

Filter quotes by quote creator user ID

user_filter'self'

Omit or leave empty to return all results. Use self to filter by the authenticated user.

Filter for quotes created by the authenticated user.

rfq_user_filter'self'

Omit or leave empty to return all results. Use self to filter by the authenticated user.

Filter for quotes responding to RFQs created by the authenticated user.

rfq_creator_user_idstring

Filter quotes by RFQ creator user ID

rfq_creator_subtrader_idstring

Filter quotes by RFQ creator subtrader ID (FCM members only)

rfq_idstring

Filter quotes by RFQ ID

Response

Quotes retrieved successfully

cursorstring

Cursor for pagination to get the next page of results

Example response

{
  "quotes": [
    {
      "contracts_fp": "10.00",
      "yes_bid_dollars": "0.5600",
      "no_bid_dollars": "0.5600",
      "rfq_target_cost_dollars": "0.5600",
      "yes_contracts_fp": "10.00",
      "no_contracts_fp": "10.00"
    }
  ]
}