crypto · Crypto
STXUSDT
STX / USDT
0.312
▼ 7.11% today
Last 24 hours
Bid
0.3119
Ask
0.3121
Day High
0.339
Day Low
0.3049
STXUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.3080 | 0.3132 | 0.3058 | 0.3120 | +1.32% |
| 23 Sept 2026 | 0.3356 | 0.3415 | 0.3049 | 0.3080 | -8.24% |
| 22 Sept 2026 | 0.3401 | 0.3416 | 0.3334 | 0.3357 | -1.29% |
STXUSDT API access
STX / 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/STXUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/STXUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/STXUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for STXUSDT
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", "STXUSDT");Also available for STXUSDT: daily candles, hourly candles · full API documentation
News about STXUSDT
- BINANCE:STXUSDT Chart Image by sancho_dtTradingView·1d ago
- 0.3352 | STXUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·187w ago
- 0.2688 | STXUSDT|Live Spot Trading Price ChartBitget·170w ago
- 0.3448 STX USDT Spot TradingOKX·249w ago
- 0.3491 [STXUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- 0,3281 | STXUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·102w ago