crypto · Crypto
AVAXUSDT
AVAX / USDT
10.30
▼ 8.38% today
Last 24 hours
Bid
10.30
Ask
10.30
Day High
11.40
Day Low
10.07
AVAXUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 10.266 | 10.343 | 10.145 | 10.298 | +0.31% |
| 23 Sept 2026 | 11.315 | 11.397 | 10.080 | 10.265 | -9.28% |
| 22 Sept 2026 | 11.163 | 11.375 | 10.909 | 11.313 | +1.34% |
AVAXUSDT API access
AVAX / 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/AVAXUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/AVAXUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/AVAXUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for AVAXUSDT
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", "AVAXUSDT");Also available for AVAXUSDT: daily candles, hourly candles · full API documentation
News about AVAXUSDT
- BINANCE:AVAXUSDT Chart Image by without_worriesTradingView·13h ago
- BINANCE:AVAXUSDT.P Chart Image by sancho_dtTradingView·1d ago
- 10.468 [AVAXUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- Avalanche price today, AVAX to USD live price, marketcap and chartCoinMarketCap·323w ago
- 10.328 AVAX USDT Perpetual Swapokx.com·244w ago
- 7.431 | AVAXUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·311w ago