Get transaction quote (exchange rate, provider fees, network fees etc.)

This is the call used to receive a temporary quote.

This endpoint is used to quote the price and fees for an onramp purchase. The quote is temporary and must be requoted throughout the user flow. This is the first step in the transaction flow, as this quote must be executed upon order confirmation.

❗️

Quotes expire after 5 seconds

Please call this endpoint every 5 seconds to ensure that you are working with a valid quote. Failure to update the quote may cause transaction failures at execution time as a valid quote is required.

🚧

The "fixedSide" parameter is used to indicate the price reference

A fixedSide value of fiat in the API request will fix the cost of the transaction and provide the estimated crypto to be received via the quotedAmount response parameter.

A fixedSide value of crypto in the API request will fix the amount of the selected crypto the user will receive, while providing the total cost of the transaction in fiat via the quotedAmount response parameter.

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!