v3

OpenAPI 3.0.02026-07-31103181312.8 KB
communications

Get Quote

DEPRECATED: Use GET /communications/rfqs/{rfq_id}/quotes/{quote_id} instead. Endpoint for getting a particular quote.

get/communications/quotes/{quote_id}

Path parameters

quote_idstring required

Quote ID

Response

Quote retrieved successfully

Example response

{
  "quote": {
    "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"
  }
}