Allows you to retrieve a detailed quote for a user order. This endpoint should only be called when a user requests a quote by providing the cryptocurrency, fiat, amounts and payment method. This endpoint is for dynamic quotations and not to retrieve a list of static prices that can be cached. For all partners, the rate limit is capped at 500/minute for all endpoints combined which is tied to a single IP.
- Mock serverhttps://docs.banxa.com/_mock/products/hosted-checkout/openapi/{partner}/v2/quotes/{orderType}
- https://api.banxa.comhttps://api.banxa.com/{partner}/v2/quotes/{orderType}
curl -i -X GET \
'https://docs.banxa.com/_mock/products/hosted-checkout/openapi/{partner}/v2/quotes/{orderType}?paymentMethodId=string&crypto=string&blockchain=string&fiat=string&cryptoAmount=string&fiatAmount=string&externalCustomerId=string&ipAddress=string&discountCode=string' \
-H 'Accept: application/json' \
-H 'x-api-key: string'Response
- object
- Option 2 With Discount Code
- Result
- Option 2 With Discount Code
"{\n \"paymentMethodId\": \"debit-credit-card\",\n \"cryptoAmount\": \"0.03564700\",\n \"fiatAmount\": \"100.00\",\n \"processingFee\": \"0.92\", //This is the payment gateway fee. \n \"networkFee\": \"1.67\"\n }"