crypto · Crypto
ETCUSDT
ETC / USDT
9.0950
▼ 4.52% today
Last 24 hours
Bid
9.0900
Ask
9.1000
Day High
9.6700
Day Low
8.6000
ETCUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 8.74 | 9.12 | 8.66 | 9.10 | +4.12% |
| 23 Sept 2026 | 9.44 | 9.68 | 8.61 | 8.74 | -7.42% |
| 22 Sept 2026 | 9.18 | 9.51 | 9.08 | 9.44 | +2.83% |
ETCUSDT API access
ETC / 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/ETCUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/ETCUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/ETCUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for ETCUSDT
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", "ETCUSDT");Also available for ETCUSDT: daily candles, hourly candles · full API documentation
News about ETCUSDT
- 8.94 Trade ETC/USDT Spot | Crypto, bStocks & tCommoditiesBinance·430w ago
- 8.121 [ETCUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- miladtww1 tarafından BINANCE:ETCUSDT Grafik GörseliTradingView·34w ago
- 我是帅气啊(@Square-Creator-3960ab79c8cba)'s insightsBinance·38w ago
- Ethereum Classic price today, ETC to USD live price, marketcap and chartCoinMarketCap·530w ago
- ETC/USDT at 9.45 | Trade Ethereum Classic with Tether on CoinDCXCoinDCX·404w ago