crypto · Crypto
ZECUSDT
ZEC / USDT
1,512.61
▼ 6.40% today
Last 24 hours
Bid
1,512.6
Ask
1,512.61
Day High
1,679.83
Day Low
1,476.49
ZECUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 1,498.44 | 1,524.66 | 1,483.29 | 1,512.61 | +0.95% |
| 23 Sept 2026 | 1,630.05 | 1,674.86 | 1,478.60 | 1,498.44 | -8.07% |
| 22 Sept 2026 | 1,541.20 | 1,646.42 | 1,500.74 | 1,630.06 | +5.77% |
ZECUSDT API access
ZEC / 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/ZECUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/ZECUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/ZECUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for ZECUSDT
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", "ZECUSDT");Also available for ZECUSDT: daily candles, hourly candles · full API documentation
News about ZECUSDT
- BINANCE:ZECUSDT.P Chart Image by WhaleTankTradingView·1d ago
- #zecusdt Community Insights & Market Sentiment | Binance SquareBinance·38w ago
- Zcash crashes 36% on Orchard vulnerability, traders eye $367 supportTradingView·15w ago
- 794.51 [ZECUSDT] Futures, USDT-Margined Perpetual Contract | MEXCmexc.co·48w ago
- 1,552.53 ZEC USDT Spot Tradingokx.com·43w ago
- Zcash crypto today Analysis: 7-day outlook for ZECUSDTThe Cryptonomist·44w ago