# Get trade quote **POST /api/v1/trades/quote** Requests an 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) How much the customer wants to send or pay. Provide either fromAmount or toAmount, not both. - **toAmount** (number) How much the customer wants to receive. Provide either toAmount or fromAmount, not both. - **fromCurrency** (string) Currency the customer is sending or paying with. - **toCurrency** (string) Currency the customer wants to receive. - **quoteIntent** (string) Use client_linked when the customer may confirm this quote. Use indicative when the customer only needs a preview price. ## Responses ### 200 Quote returned successfully #### Body: application/json (object) object ### 400 Quote request validation failed #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)