# Confirm trade quote **POST /api/v1/trades/quote/confirm** Confirms a previously issued RFQ quote for the authenticated API key owner. ## Servers - https://api.lumetrade.com: https://api.lumetrade.com () ## Parameters ### Headers - **X-API-KEY** (string) Public API key issued from the Lumetrade API key management flow. - **X-API-SECRET** (string) API secret paired with the public API key. ### Body: application/json (object) - **fromAmount** (number) Amount the customer sends or pays from the quote response. Provide either fromAmount or toAmount, not both. - **toAmount** (number) Amount the customer receives from the quote response. Provide either toAmount or fromAmount, not both. - **fromCurrency** (string) Currency the customer sends or pays with. - **quoteStr** (string) Quote reference returned by /api/v1/trades/quote. - **toCurrency** (string) Currency the customer receives. ## Responses ### 200 Quote confirmed successfully ### 400 Quote confirmation validation failed #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)