You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see we have an issue with our quoting 😅
We do 2 quotes, FAST and VERIFIED.
FAST returns:
{
"errorType": "QuoteNotVerified",
"description": "No quote for this trade could be verified to be accurate. Orders for this trade will likely not be executed."
}
Which I don't understand, as fast should not need verified quotes.
VERIFIED work, which is odd if fast fails!
But the biggest issue I see is, in the frontend, we handle badly this error and we don't let the user continue. So this is very problematic.
How to Reproduce
Make the FAST quote to fail, and the VERIFIED to succeed.
The button is disabled
The text was updated successfully, but these errors were encountered:
anxolin
added
Bug
Something isn't working
Critical
Severity indicator for defects. ndicates complete shut-down of the process. Nothing can proceed furt
labels
May 14, 2024
Description
I can see we have an issue with our quoting 😅
We do 2 quotes, FAST and VERIFIED.
FAST returns:
Which I don't understand, as fast should not need verified quotes.
VERIFIED work, which is odd if fast fails!
The real issue to fix
But the biggest issue I see is, in the frontend, we handle badly this error and we don't let the user continue. So this is very problematic.
How to Reproduce
The text was updated successfully, but these errors were encountered: