crypto · Crypto
RUNEUSDT
RUNE / USDT
0.6195
▼ 2.97% today
Last 24 hours
Bid
0.619
Ask
0.62
Day High
0.65
Day Low
0.598
RUNEUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.611 | 0.623 | 0.606 | 0.620 | +1.47% |
| 23 Sept 2026 | 0.641 | 0.650 | 0.599 | 0.611 | -4.68% |
| 22 Sept 2026 | 0.658 | 0.664 | 0.635 | 0.641 | -2.59% |
RUNEUSDT API access
RUNE / 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/RUNEUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/RUNEUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/RUNEUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for RUNEUSDT
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", "RUNEUSDT");Also available for RUNEUSDT: daily candles, hourly candles · full API documentation
News about RUNEUSDT
- 0.5579 [RUNEUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- 0.5390 | RUNEUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·100w ago
- TCY (TCY), THORChain (RUNE) - V3.12.0 Mainnet Upgrade - 04 Nov 2025TradingView·47w ago
- RUNE/USDT at 0.642 | Trade THORChain with Tether on CoinDCXCoinDCX·311w ago
- 0.568 Trade RUNE/USDT Spot | Crypto, bStocks & tCommoditiesBinance·103w ago
- THORChain (RUNE), TCY (TCY) - V3.6.0 - 22 May 2025TradingView·70w ago