Loading market data...

SUI Faces 65% Probability of Testing $0.65 Support as Sell Orders Dominate

SUI Faces 65% Probability of Testing $0.65 Support as Sell Orders Dominate

and

tags. We'll translate the text within those tags. Also meta description: "SUI trades at $0.69 with taker sell volume at a 1.5:1 ratio. Analysts see a 65% chance of testing $0.65 support; a breakdown could send it to $0.52." -> Translate: "SUI торгується на рівні $0.69 з обсягом продажів тейкерів у співвідношенні 1.5:1. Аналітики вбачають 65% ймовірність тестування підтримки $0.65; пробій може відправити його до $0.52." But we need to ensure accuracy. Now we output JSON with keys: title, content, meta.description. Let's construct the JSON. We'll put the translated title, then the content as a string with HTML, and meta as object with description. Make sure to escape any double quotes in the content? Since we are outputting JSON, we need to escape double quotes and backslashes. But we are generating the JSON in our response, so we can just use proper JSON formatting. We'll use double quotes for strings, and escape any internal double quotes. In the content, there are no double quotes, only single quotes? Actually we have some like "білий лицар" but we used curly quotes? We'll use standard double quotes in the translation, but we need to escape them if they appear. In our translation, we have "білий лицар" with double quotes? Actually we used « » or we can use regular quotes. To avoid issues, we can use single quotes or just avoid quotes. We'll use double quotes for the JSON string, so any double quotes inside must be escaped with backslash. But we can also use single quotes in the translation to avoid escaping. Let's use single quotes for any quoted terms, or we can use « » which are not double quotes. We'll use «білий лицар» but that might not be standard