crypto · Crypto
UNIUSDT
UNI / USDT
9.3385
▼ 13.83% today
Last 24 hours
Bid
9.3380
Ask
9.3390
Day High
10.94
Day Low
9.0330
UNIUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 9.243 | 9.464 | 9.165 | 9.339 | +1.04% |
| 23 Sept 2026 | 10.225 | 10.915 | 9.043 | 9.242 | -9.61% |
| 22 Sept 2026 | 9.171 | 10.349 | 9.090 | 10.225 | +11.49% |
UNIUSDT API access
UNI / 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/UNIUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/UNIUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/UNIUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for UNIUSDT
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", "UNIUSDT");Also available for UNIUSDT: daily candles, hourly candles · full API documentation
News about UNIUSDT
- UNI/USDT at 9.687 | Trade Uniswap with Tether on CoinDCXCoinDCX·15h ago
- 8.624 | UNIUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·9w ago
- 9.287 [UNIUSDT] Futures, USDT-Margined Perpetual ContractMEXC·46w ago
- UNI/USDT Analysis: Daily RSI Caution Amid Price Near Upper BandThe Cryptonomist·10w ago
- 9.127 [UNIUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- #uniusdt Community Insights & Market Sentiment | Binance SquareBinance·48w ago