Obtendo uma cotação
Para obter uma cotação, siga as instruções abaixo.
Obtendo cotação
Key
Value
Description
key
value
Description
{
"status": true,
"message": "Data fetched successfully",
"data": {
"dolarPrice": 5.7,
"dolarQuote": {
"quoteDeposit": 59.59,
"quoteWithdraw": null
}
}
}{
"status": false,
"message": {
"usdtAmount": [
"Number must be greater than 0"
],
"quoteType": [
"quoteType is required when usdtAmount is provided"
]
}
}Last updated
Was this helpful?