v3

OpenAPI 3.0.02026-07-31103181312.8 KB
communications

Get RFQ

Endpoint for getting a single RFQ by id

get/communications/rfqs/{rfq_id}

Path parameters

rfq_idstring required

RFQ ID

Response

RFQ retrieved successfully

Example response

{
  "rfq": {
    "contracts_fp": "10.00",
    "target_cost_dollars": "0.5600",
    "mve_selected_legs": [
      {
        "yes_settlement_value_dollars": "0.5600"
      }
    ]
  }
}