crypto · Crypto
CRVUSDT
CRV / USDT
0.3326
▼ 8.22% today
Last 24 hours
Bid
0.3325
Ask
0.3327
Day High
0.3713
Day Low
0.3209
CRVUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.3252 | 0.3362 | 0.3250 | 0.3326 | +2.28% |
| 23 Sept 2026 | 0.3624 | 0.3712 | 0.3211 | 0.3252 | -10.25% |
| 22 Sept 2026 | 0.3499 | 0.3679 | 0.3487 | 0.3625 | +3.60% |
CRVUSDT API access
CRV / 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/CRVUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/CRVUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/CRVUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for CRVUSDT
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", "CRVUSDT");Also available for CRVUSDT: daily candles, hourly candles · full API documentation
News about CRVUSDT
- 0.3439 | CRVUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·5d ago
- 0.3663 [CRVUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- 0.3252 Trade CRV/USDT Spot | Crypto, bStocks & tCommoditiesBinance·318w ago
- 0.3552 CRV USDT Spot Tradingokx.com·249w ago
- 0.3397 | CRVUSDT|Live Spot Trading Price ChartBitget·170w ago
- 0.3495 | CRVUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·315w ago