crypto · Crypto
BATUSDT
BAT / USDT
0.08715
▼ 5.01% today
Last 24 hours
Bid
0.0871
Ask
0.0872
Day High
0.0958
Day Low
0.0868
BATUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.0875 | 0.0879 | 0.0868 | 0.0872 | -0.34% |
| 23 Sept 2026 | 0.0918 | 0.0958 | 0.0869 | 0.0874 | -4.85% |
| 22 Sept 2026 | 0.0887 | 0.0919 | 0.0880 | 0.0918 | +3.55% |
BATUSDT API access
BAT / 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/BATUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/BATUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/BATUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for BATUSDT
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", "BATUSDT");Also available for BATUSDT: daily candles, hourly candles · full API documentation
News about BATUSDT
- 0.07848 | BATUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·6d ago
- Basic Attention Token price today, BAT to USD live price, marketcap and chartCoinMarketCap·485w ago
- 0.07692 [BATUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- 0.0846 Trade BAT/USDT Spot | Crypto, bStocks & tCommoditiesBinance·103w ago
- Browser-based crypto mining in 2025: Still viable or virtually dead?TradingView·71w ago
- BAT Price Today: Live BAT to USD Price Chart & Market DataMEXC·200w ago