Missing quoteId in the response of /sapi/v1/convert/getQuote

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!

Hello @Kevin_Wan,
quoteId is not provided if you haven’t had enough amount to apply the conversion.
Although, this is a guess, if it’s not the case, please reach out to the Customer Support (CS) and mention this post, so that the CS is able to check your account directly and able to redirect your use case internally for a better checking.