crypto · Crypto
TRXUSDT
TRX / USDT
0.3438
▼ 0.20% today
Last 24 hours
Bid
0.3437
Ask
0.3438
Day High
0.3451
Day Low
0.3386
TRXUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.3422 | 0.3438 | 0.3422 | 0.3438 | +0.47% |
| 23 Sept 2026 | 0.3421 | 0.3451 | 0.3387 | 0.3422 | +0.03% |
| 22 Sept 2026 | 0.3412 | 0.3422 | 0.3404 | 0.3421 | +0.26% |
TRXUSDT API access
TRX / 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/TRXUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/TRXUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/TRXUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for TRXUSDT
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", "TRXUSDT");Also available for TRXUSDT: daily candles, hourly candles · full API documentation
News about TRXUSDT
- Tron crypto Analysis: 1-Day Neutral Bias, Next CatalystThe Cryptonomist·28w ago
- FBI warns fake FBI token on Tron is trying to scam usersTradingView·26w ago
- TRX/USDT(TRXUSDT) Stock Price Today | Quotes & NewsMoomoo·62w ago
- 0.34361 [TRXUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- 0.33876 | TRXUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·89w ago
- 0.33807 TRX USDT Spot TradingOKX·83w ago