Retrieve quoted price
Query cryptocurrency quotes based on fiat currency amount and present exchange rate
Last updated
{
"code": 10000,
"msg": "Succeess",
"data": {
"fiatCurrency": "USD",
"currencyAmount": 199,
"cryptoCurrency": "USDT",
"network": "ethereum_rinkeby",
"cryptoCurrencyCode": "USDT_ERC20"
"cryptoCurrencyAmount": 182.0,
"gasFee": 1.32,
"cryptoCurrencyUnitPrice": 1.03,
"platformFee": 5.0,
"totalFee": 6.32,
"paymentOptions": {
"name": "CREDIT_DEBIT_CARD",
"processingTime": "3 - 7Min",
"icon": "https://fatpay.xyz/img/1.png",
"maxAmount": 4000,
"minAmount": 1
}
}
}