Get prices for all available payment methods or for a single payment method. Note that this endpoint should only be called when a user requests prices by providing the cryptocurrency, fiat and ideally amounts and payment method. This endpoint is for dynamic quotations and not to retrieve a list of static prices that can be cached. As a result, the endpoint is rate limited.

Response

Prices for an exchange will be calculated and returned as the following:

FieldDescriptionFormat
data.spot_priceSpot price for the fiat to coin exchange.string
data.prices.payment_method_idUnique ID for the payment method that prices have been be returned for.number
data.prices.typeThe exchange type e.g. fiat to cryptocurrencystring
data.prices.spot_price_feePayment Provider Gateway fee calculated based on the Spot Pricestring
data.prices.spot_price_including_feeSpot price for the exchange including the Payment Provider Gateway feestring
data.prices.coin_amountAmount cryptocurrency that the customer will receivestring
data.prices.coin_codeCryptocurrency codestring
data.prices.fiat_amountFiat amount that the customer is spendingstring
data.prices.fiat_codeFiat codestring
data.prices.fee_amountPayment Provider Gateway Fee calculated based on the transaction valuestring
data.prices.network_feeThe blockchain network fee associated with the purchase.string
data.prices.discountData object that contains discount applied to the order. This object is only returned if a discount was applied to the order.object
discount.original_quote.original_coin_amountThis value is returned only when a discount code is passed in the request. This value is the original crypto amount that the customer would have received prior to applying the discount.string
discount.original_quote.original_network_feeThis value is returned only when a discount code is passed in the request. This value is the original network fee amount that the customer would have received prior to applying the discount.string
discount.original_quote.original_fee_amountThis value is returned only when a discount code is passed in the request. This value is the original payment gateway fee amount that the customer would have received prior to applying the discount.string
discount.original_quote.original_fiat_amountThis value is returned only when a discount code is passed in the request. This value is the original fiat amount that the customer would have received prior to applying the discount.string
Language
Authorization
Header
Click Try It! to start a request and see the response here!