crypto · Crypto
DOGEUSDT
DOGE / USDT
0.09378
▼ 8.76% today
Last 24 hours
Bid
0.09378
Ask
0.09379
Day High
0.1044
Day Low
0.09113
DOGEUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.09273 | 0.09429 | 0.09204 | 0.09379 | +1.14% |
| 23 Sept 2026 | 0.10045 | 0.10439 | 0.09133 | 0.09273 | -7.69% |
| 22 Sept 2026 | 0.09907 | 0.10127 | 0.09867 | 0.10044 | +1.38% |
DOGEUSDT API access
DOGE / 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/DOGEUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/DOGEUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/DOGEUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for DOGEUSDT
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", "DOGEUSDT");Also available for DOGEUSDT: daily candles, hourly candles · full API documentation
News about DOGEUSDT
- BINANCE:DOGEUSDT Chart Image by WhaleTankTradingView·1d ago
- BINANCE:DOGEUSDT.P Chart Image by JasonBourne44TradingView·1d ago
- 0,08743 | DOGEUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·2w ago
- Dogecoin Price Today: Analysis and ChartThe Cryptonomist·34w ago
- BINANCE:DOGEUSDT.P Chart Image by behdarkTradingView·6d ago
- 0.09880 [DOGEUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·48w ago