crypto · Crypto
LDOUSDT
LDO / USDT
0.3918
▼ 9.52% today
Last 24 hours
Bid
0.3918
Ask
0.3919
Day High
0.4415
Day Low
0.3808
LDOUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.3852 | 0.3935 | 0.3828 | 0.3919 | +1.74% |
| 23 Sept 2026 | 0.4338 | 0.4416 | 0.3813 | 0.3852 | -11.20% |
| 22 Sept 2026 | 0.4104 | 0.4403 | 0.4096 | 0.4336 | +5.67% |
LDOUSDT API access
LDO / 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/LDOUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/LDOUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/LDOUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for LDOUSDT
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", "LDOUSDT");Also available for LDOUSDT: daily candles, hourly candles · full API documentation
News about LDOUSDT
- BINANCE:LDOUSDT.P Chart Image by arashkahangiTradingView·1d ago
- 0.3866 [LDOUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- 0.4295 LDO USDT Spot TradingOKX·211w ago
- 0.4227 | LDOUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·182w ago
- 0.4277 Trade LDO/USDT Spot | Crypto, bStocks & tCommoditiesBinance·103w ago
- How to Backtest RMI Trend Sniper for BINANCE:LDOUSDT by TZack88TradingView·145w ago