crypto · Crypto
ZRXUSDT
ZRX / USDT
0.1186
▼ 4.51% today
Last 24 hours
Bid
0.1185
Ask
0.1187
Day High
0.1275
Day Low
0.1158
ZRXUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.1172 | 0.1191 | 0.1159 | 0.1186 | +1.24% |
| 23 Sept 2026 | 0.1226 | 0.1275 | 0.1158 | 0.1171 | -4.45% |
| 22 Sept 2026 | 0.1210 | 0.1234 | 0.1207 | 0.1225 | +1.20% |
ZRXUSDT API access
ZRX / 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/ZRXUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/ZRXUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/ZRXUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for ZRXUSDT
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", "ZRXUSDT");Also available for ZRXUSDT: daily candles, hourly candles · full API documentation
News about ZRXUSDT
- Trade Crypto on MEXC | Enjoy Lower Fees and Higher Profits!MEXC·271w ago
- 0.1075 | ZRXUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·292w ago
- 0x Protocol price today, ZRX to USD live price, marketcap and chartCoinMarketCap·475w ago
- 0x Protocol Arbitrage OpportunitiesCryptoRank·320w ago
- 0.1210 Trade ZRX/USDT Spot | Crypto, bStocks & tCommoditiesBinance·103w ago
- OX(ZRX)/USDT Technical Analysis: 17 February 2022CoinDCX·239w ago