报价查询接口
基于输入的法定货币金额查询当前加密货币报价
Last updated
{
"code": 10000,
"msg": "Success",
"data": {
"fiatCurrency": "USD",
"currencyAmount": 199,
"cryptoCurrency": "USDT",
"network": "ethereum_rinkeby",
"cryptoCurrencyCode": "USDT_ERC20"
"cryptoCurrencyAmount": 182.0,
"gasFee": 1.32,
"cryptoCurrencyUnitPrice": 1.03,
"platformFee": 11.94,
"totalFee": 13.26,
"paymentOptions": {
"name": "CREDIT_DEBIT_CARD",
"processingTime": "3 - 7Min",
"icon": "https://fatpay.xyz/img/1.png",
"maxAmount": 4000,
"minAmount": 1
}
}
}