biquote
Home/Crypto/ROSEUSDT
crypto · Crypto

ROSEUSDT

ROSE / USDT
0.007555
6.66% today
Last 24 hours
Bid
0.00755
Ask
0.00756
Day High
0.00837
Day Low
0.00744

ROSEUSDT daily history

DateOpenHighLowCloseChange
24 Sept 20260.007580.007620.007530.00756-0.33%
23 Sept 20260.008150.008370.007450.00758-6.99%
22 Sept 20260.007580.008180.007560.00815+7.59%

ROSEUSDT API access

ROSE / 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/ROSEUSDT"
Python
import requests

r = requests.get("https://biquote.io/api/ROSEUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])
JavaScript
const r = await fetch("https://biquote.io/api/ROSEUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);
WebSocket
// SignalR hub — pushes every tick for ROSEUSDT
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", "ROSEUSDT");

Also available for ROSEUSDT: daily candles, hourly candles · full API documentation

More crypto instruments

ROSEUSDT Live Price — ROSE / USDT Price and Chart | biquote