When request the API /sapi/v1/convert/getQuote, I only got the responses like below:
{FromAmount:0.1 ToAmount:0.00685077 Ratio:0.0685077 InverseRatio:14.5969 ValidTimestamp:1674919195522}
While in the docs, the response looks like below:
{
"quoteId":"12415572564",
"ratio":"38163.7",
"inverseRatio":"0.0000262",
"validTimestamp":1623319461670,
"toAmount":"3816.37",
"fromAmount":"0.1"
}
quoteId is missing here.
Thanks!