crypto · Crypto
VETUSDT
VET / USDT
0.008944
▼ 6.67% today
Last 24 hours
Bid
0.008939
Ask
0.008949
Day High
0.009914
Day Low
0.008674
VETUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.00880 | 0.00896 | 0.00867 | 0.00894 | +1.69% |
| 23 Sept 2026 | 0.00930 | 0.00991 | 0.00874 | 0.00880 | -5.37% |
| 22 Sept 2026 | 0.00906 | 0.00936 | 0.00904 | 0.00930 | +2.65% |
VETUSDT API access
VET / 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/VETUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/VETUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/VETUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for VETUSDT
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", "VETUSDT");Also available for VETUSDT: daily candles, hourly candles · full API documentation
News about VETUSDT
- BINANCE:VETUSDT Chart Image by yasi_naseriTradingView·1w ago
- 0.009023 [VETUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- VeChain price today, VET to USD live price, marketcap and chartCoinMarketCap·474w ago
- 0.009106 | VETUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·89w ago
- 0.009133 | VETUSDT Perpetual | USDT-Margined | Bitget FuturesBitget·169w ago
- VeChain price today, VET to USD live price, marketcap and chartCoinDesk·226w ago