Quote
Returns an offramp Quote
Create an Offramp Quote
Request Body
Name
Type
Description
{
"status": 1,
"code": 200,
"data": {
"fromCurrency": "USDT",
"toCurrency": "AED",
"toAmount": "20",
"fromAmount": "",
"fees": [
{
"type": "fiat",
"onrampFee": 3,
"clientFee": 0,
"gatewayFee": 0,
"gasFee": 8.26
}
]
}
}{
"status": 0,
"code": 500,
"error": "Unable to generate Onramp quote at the moment. Please try again after some time."
}
Last updated