This endpoint will return an approximate value of each supported cryptocurrency based on the FIAT amount provided.

Getting the Currency Estimation can be useful when the merchant wants to show an approximation of how much in terms of a specific cryptocurrency the customer will need to spend in order to complete a payment for the specific purchase, without having to Create a PaymentIntent. This can improve the user experience and lower the amount of failed_expired PaymentIntents.
Additionally, you can specify whether you want show only the available cryptocurrencies or the ones currently not available by the provider. If nothing is specified all cryptocurrencies are returned with the availability state for each provided in the response.

Estimates properties

PropertyTypeDescription
symbolstringThe ticker symbol of the particular cryptocurrency.
namestringName of the cryptocurrency.
statestringThe availability state of a cryptocurrency.
approximateAmountstring or nullThe requested amount of a PaymentIntent calculated in terms of a particular cryptocurrency. Value is null if the cryptocurrency is not available for any reason.

Estimated currencies states

stateDescription
availableThe cryptocurrency is available as a mean of payment.
unavailable_by_providerThe cryptocurrency is not available due to liquidity provider's restriction.
unavailable_by_operationsThe cryptocurrency is not available due to Coinify's restriction.
unavailable_amount_too_largeThe cryptocurrency is not available because the requested amount exceeds the maximum amount possible to be paid with this currency.
unavailable_amount_too_lowThe cryptocurrency is not available because the requested amount is lower than the minimum amount possible to be paid with this currency.
Language
Authorization
Header
Click Try It! to start a request and see the response here!