crypto · Crypto
FETUSDT
FET / USDT
0.1968
▼ 5.52% today
Last 24 hours
Bid
0.1968
Ask
0.1969
Day High
0.216
Day Low
0.1905
FETUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.1941 | 0.1974 | 0.1917 | 0.1969 | +1.44% |
| 23 Sept 2026 | 0.2097 | 0.2160 | 0.1907 | 0.1942 | -7.39% |
| 22 Sept 2026 | 0.2031 | 0.2124 | 0.2023 | 0.2097 | +3.25% |
FETUSDT API access
FET / 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/FETUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/FETUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/FETUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for FETUSDT
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", "FETUSDT");Also available for FETUSDT: daily candles, hourly candles · full API documentation
News about FETUSDT
- BINANCE:FETUSDT Chart Image by SMZALTDTradingView·1d ago
- FET: Classic Price Compression Pattern for BINANCE:FETUSDT by AnhbaCong_TradingView·11w ago
- 🤑 Fetch AI reaches long-term accumulation zone, new bullish cycle set to start 🗽Binance·47w ago
- Artificial Superintelligence Alliance price today, FET to USD live price, marketcap and chartCoinMarketCap·113w ago
- 0.1944 [FETUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- 0.2095 FET USDT Spot TradingOKX·147w ago