crypto · Crypto
ADAUSDT
ADA / USDT
0.2406
▼ 5.54% today
Last 24 hours
Bid
0.2405
Ask
0.2406
Day High
0.2623
Day Low
0.2334
ADAUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.2385 | 0.2412 | 0.2351 | 0.2406 | +0.88% |
| 23 Sept 2026 | 0.2544 | 0.2623 | 0.2336 | 0.2385 | -6.25% |
| 22 Sept 2026 | 0.2492 | 0.2578 | 0.2473 | 0.2543 | +2.05% |
ADAUSDT API access
ADA / 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/ADAUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/ADAUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/ADAUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for ADAUSDT
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", "ADAUSDT");Also available for ADAUSDT: daily candles, hourly candles · full API documentation
News about ADAUSDT
- BINANCE:ADAUSDT Chart Image by saviour25TradingView·1d ago
- BINANCE:ADAUSDT.P Chart Image by ThePipsAndProfitClub1TradingView·4d ago
- 0.2442 [ADAUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·48w ago
- Cardano price Analysis ADA tests $0.29-$0.30 in neutralThe Cryptonomist·27w ago
- 0.2382 [ADAUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- 0.2469 ADA USDT Spot TradingOKX·83w ago