crypto · Crypto
SUIUSDT
SUI / USDT
0.9698
▼ 5.67% today
Last 24 hours
Bid
0.9698
Ask
0.9699
Day High
1.0379
Day Low
0.9324
SUIUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.9601 | 0.9743 | 0.9460 | 0.9699 | +1.02% |
| 23 Sept 2026 | 1.0241 | 1.0376 | 0.9363 | 0.9601 | -6.25% |
| 22 Sept 2026 | 0.9992 | 1.0361 | 0.9954 | 1.0237 | +2.45% |
SUIUSDT API access
SUI / USDT prices are available over REST and WebSocket with no API key and no signup. Rate limit is 15,000 requests per minute per IP.
curl
curl "https://biquote.io/api/SUIUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/SUIUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/SUIUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for SUIUSDT
const conn = new signalR.HubConnectionBuilder()
.withUrl("https://biquote.io/hubs/tick")
.build();
conn.on("ReceiveTick", t => console.log(t.symbol, t.mid));
await conn.start();
await conn.invoke("Subscribe", "SUIUSDT");Also available for SUIUSDT: daily candles, hourly candles · full API documentation
News about SUIUSDT
- BINANCE:SUIUSDT.P Chart Image by WhaleTankTradingView·1d ago
- 0.9552 [SUIUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·48w ago
- Crypto-Home(@Crypto_Zone_2)'s insightsBinance·31w ago
- 0.9647 [SUIUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- SUI crypto news Analysis 1-day rebound potentialThe Cryptonomist·43w ago
- The $10 Vision for BINANCE:SUIUSDT by SmallBagsHereandthereTradingView·22w ago