crypto · Crypto
DOTUSDT
DOT / USDT
1.1185
▼ 7.67% today
Last 24 hours
Bid
1.1180
Ask
1.1190
Day High
1.2210
Day Low
1.0780
DOTUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 1.103 | 1.120 | 1.090 | 1.119 | +1.45% |
| 23 Sept 2026 | 1.219 | 1.227 | 1.079 | 1.103 | -9.52% |
| 22 Sept 2026 | 1.168 | 1.236 | 1.166 | 1.220 | +4.45% |
DOTUSDT API access
DOT / 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/DOTUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/DOTUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/DOTUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for DOTUSDT
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", "DOTUSDT");Also available for DOTUSDT: daily candles, hourly candles · full API documentation
News about DOTUSDT
- BINANCE:DOTUSDT Idea Chart Image by sayedmasihsadatTradingView·4d ago
- 1.095 Trade DOT/USDT Spot | Crypto, bStocks & tCommoditiesBinance·5d ago
- 1.1495 [DOTUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·46w ago
- 1.0876 | DOTUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·3w ago
- 1.0986 [DOTUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- Polkadot price today, DOT to USD live price, marketcap and chartCoinMarketCap·317w ago