crypto · Crypto
AAVEUSDT
AAVE / USDT
139.09
▼ 6.34% today
Last 24 hours
Bid
139.09
Ask
139.10
Day High
155.48
Day Low
136.53
AAVEUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 138.98 | 139.82 | 136.53 | 139.10 | +0.09% |
| 23 Sept 2026 | 148.05 | 155.26 | 137.35 | 138.98 | -6.13% |
| 22 Sept 2026 | 142.57 | 148.84 | 142.01 | 148.05 | +3.84% |
AAVEUSDT API access
AAVE / 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/AAVEUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/AAVEUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/AAVEUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for AAVEUSDT
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", "AAVEUSDT");Also available for AAVEUSDT: daily candles, hourly candles · full API documentation
News about AAVEUSDT
- BINANCE:AAVEUSDT Chart Image by pourya81parsaTradingView·6d ago
- 122.24 | AAVEUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·11w ago
- 121.58 [AAVEUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·45w ago
- 143.56 [AAVEUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- Aave price today, AAVE to USD live price, marketcap and chartCoinMarketCap·373w ago
- Aave USDT (AUSDT) Price Today, News & Live Chart | Forbes Crypto Market DataForbes·133w ago