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

The Withdrawal Estimation enables the merchant to show an approximation of how much in terms of a specific cryptocurrency the customer will receive for a payout request. This can improve the user experience as it gives the user an option to accept or reject the Withdrawal request based on reviewing the approximate amount.
Additionally, the endpoint allows you 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.

Feel free to test out the endpoint with the default values or change the query parameter values available on the bottom of the page.

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!