crypto · Crypto
SNXUSDT
SNX / USDT
0.2351
▼ 4.62% today
Last 24 hours
Bid
0.2351
Ask
0.2352
Day High
0.2678
Day Low
0.2286
SNXUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.2316 | 0.2365 | 0.2298 | 0.2352 | +1.55% |
| 23 Sept 2026 | 0.2467 | 0.2678 | 0.2289 | 0.2315 | -6.14% |
| 22 Sept 2026 | 0.2369 | 0.2474 | 0.2367 | 0.2465 | +4.05% |
SNXUSDT API access
SNX / 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/SNXUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/SNXUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/SNXUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for SNXUSDT
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", "SNXUSDT");Also available for SNXUSDT: daily candles, hourly candles · full API documentation
News about SNXUSDT
- 0.2541 Trade SNX/USDT Spot | Crypto, bStocks & tCommoditiesBinance·323w ago
- 0.2247 [SNXUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- SNXUSDT PerpKuCoin·60w ago
- 0.2087 | SNXUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·88w ago
- 0.2072 | SNXUSDT Perpetual | USDT-Margined | Bitget FuturesBitget·116w ago
- 0.2424 | SNXUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·102w ago