# Accept quote Accept a quote from liquidity providers that you requested (Request quote). Endpoint: POST /v2/rfs/{requestId} Version: 1.0.1 Security: SSO_TOKEN ## Path parameters: - `requestId` (string, required) Request ID assigned by Integral. Returned in of the response to Request quote. Example: "G4796976d517b1786e1fa242" ## Request fields (application/json): - `quoteId` (string, required) Quote ID from one of the quotes received in response to a Query Request. - `side` (string, required) or from the requester's perspective and always for the dealt currency. For multi-leg requests this is the side of far leg. Example: "BUY" - `symbol` (string, required) Base and term currency separated by a slash (for example ). - `dealtCurrency` (string, required) Dealt currency. - `transactionId` (string) Request transaction ID assigned by Integral from the quote you are accepting. Required for quote acceptance in the RFQ workflow ([rfq](#rfsrfq/quoterequest/t=request&path=rfq)= on your request [Request quote](#rfsrfq/quoterequest)). - `clOrderId` (string, required) Originating RFS ID assigned by you. - `rfq` (boolean) Quote workflow of your request. Required for quote acceptance in the RFQ workflow ([rfq](#rfsrfq/quoterequest/t=request&path=rfq)= on your request [Request quote](#rfsrfq/quoterequest)). * or not included=RFS workflow * =RFQ workflow.