crypto · Crypto
TIAUSDT
TIA / USDT
0.4699
▼ 6.22% today
Last 24 hours
Bid
0.4699
Ask
0.47
Day High
0.5382
Day Low
0.4553
TIAUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.4609 | 0.4742 | 0.4570 | 0.4700 | +1.97% |
| 23 Sept 2026 | 0.5201 | 0.5380 | 0.4556 | 0.4609 | -11.39% |
| 22 Sept 2026 | 0.4455 | 0.5218 | 0.4440 | 0.5206 | +16.86% |
TIAUSDT API access
TIA / 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/TIAUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/TIAUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/TIAUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for TIAUSDT
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", "TIAUSDT");Also available for TIAUSDT: daily candles, hourly candles · full API documentation
News about TIAUSDT
- BINANCE:TIAUSDT Chart Image by TheBull_CryptoTradingView·1w ago
- 0.4299 | TIAUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·4w ago
- 0.4140 | TIAUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·4w ago
- 0.5170 [TIAUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- Celestia price today, TIA to USD live price, marketcap and chartCoinMarketCap·198w ago
- 0.4403 Trade TIA/USDT Spot | Crypto, bStocks & tCommoditiesBinance·4w ago