crypto · Crypto
FILUSDT
FIL / USDT
0.9536
▼ 8.62% today
Last 24 hours
Bid
0.9535
Ask
0.9536
Day High
1.0650
Day Low
0.912
FILUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.9363 | 0.9615 | 0.9267 | 0.9536 | +1.85% |
| 23 Sept 2026 | 1.0440 | 1.0650 | 0.9162 | 0.9362 | -10.33% |
| 22 Sept 2026 | 1.0058 | 1.0557 | 0.9966 | 1.0440 | +3.80% |
FILUSDT API access
FIL / 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/FILUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/FILUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/FILUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for FILUSDT
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", "FILUSDT");Also available for FILUSDT: daily candles, hourly candles · full API documentation
News about FILUSDT
- BINANCE:FILUSDT.P Chart Image by TheBull_CryptoTradingView·2d ago
- 0.9547 | FILUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·5d ago
- BINANCE:FILUSDT Chart Image by One-Good-Trade888TradingView·2d ago
- 0.9432 Trade FIL/USDT Spot | Crypto, bStocks & tCommoditiesBinance·5d ago
- Filecoin price today, FIL to USD live price, marketcap and chartCoinMarketCap·458w ago
- 0.9980 [FILUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago