biquote
Home/Crypto/RUNEUSDT
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

DateOpenHighLowCloseChange
24 Sept 20260.6110.6230.6060.620+1.47%
23 Sept 20260.6410.6500.5990.611-4.68%
22 Sept 20260.6580.6640.6350.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

More crypto instruments