crypto · Crypto
DYDXUSDT
DYDX / USDT
0.1285
▼ 7.72% today
Last 24 hours
Bid
0.1285
Ask
0.1286
Day High
0.1435
Day Low
0.125
DYDXUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.12686 | 0.12877 | 0.12506 | 0.12853 | +1.31% |
| 23 Sept 2026 | 0.14021 | 0.14332 | 0.12553 | 0.12686 | -9.52% |
| 22 Sept 2026 | 0.13502 | 0.14190 | 0.13492 | 0.14021 | +3.84% |
DYDXUSDT API access
DYDX / 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/DYDXUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/DYDXUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/DYDXUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for DYDXUSDT
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", "DYDXUSDT");Also available for DYDXUSDT: daily candles, hourly candles · full API documentation
News about DYDXUSDT
- BINANCE:DYDXUSDT.P Chart Image by Prizrak_TradeTradingView·6d ago
- 0.1364 [DYDXUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- 0.1365 | DYDXUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·88w ago
- 0.12887 DYDX USDT Spot TradingOKX·83w ago
- Technical Analysis: dYdX (DYDX) Price PredictionCoinMarketCap·157w ago
- DYDX/USDT at 0.14044 | Trade dYdX with Tether on CoinDCXCoinDCX·262w ago