The Get Quote is a public API call that allows you to fetch a temporary price quote for a cryptocurrency transaction based on the selected fiat currency, cryptocurrency, payment method, and transaction amount. Since cryptocurrency prices are volatile, the returned quote is refreshed every minute to reflect the latest market price.
After fetching the supported cryptocurrencies and fiat currencies, you must call getQuote to get the latest exchange rate. This quote is critical for KYC verification and order placement:
KYC Process:
Get KYC Requirement .Order Placement:
createOrder()Thus, getQuote plays a vital role in the entire order flow, from KYC verification to order execution.
Additional Postman request: Get KYC Reliance Quote
Supported fiat currency symbol from /fiat/public/v1/currencies/fiat-currencies
Supported crypto currency symbol from /cryptocoverage/api/v1/public/crypto-currencies
Supported crypto currency network from /cryptocoverage/api/v1/public/crypto-currencies
Supported payment method from /fiat/public/v1/currencies/fiat-currencies
200 - Success