crypto · Crypto
BTCUSDT
BTC / USDT
84,412.01
▼ 2.37% today
Last 24 hours
Bid
84,412
Ask
84,412.01
Day High
87,278.54
Day Low
83,500.01
BTCUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 84,397.61 | 84,493.97 | 83,744.71 | 84,412.01 | +0.02% |
| 23 Sept 2026 | 86,208.57 | 87,278.54 | 83,517.95 | 84,397.61 | -2.10% |
| 22 Sept 2026 | 86,194.75 | 86,660.00 | 86,000.01 | 86,208.57 | +0.02% |
BTCUSDT API access
BTC / 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/BTCUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/BTCUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/BTCUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for BTCUSDT
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", "BTCUSDT");Also available for BTCUSDT: daily candles, hourly candles · full API documentation
News about BTCUSDT
- BTCUSDT-PERP (Bitcoin) Price Today: ₮84.14KPluang·4h ago
- BTC - Moving Averages says BOTTOM IN ! for BINANCE:BTCUSDT by Crypto-Check-TradingView·1d ago
- 85,916.8 [BTCUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·2d ago
- Crypto Bitcoin BTC/USDT Chart 1 minuteFinviz·7w ago
- «World Financial Planning Day» for BINANCE:BTCUSDT by forexcitypro_leemeenalTradingView·2d ago
- Decoding the Spot CVD Chart: A Deep Dive into BTC/USDT Order Flow for July 21CryptoRank·9w ago