crypto · Crypto
BNBUSDT
BNB / USDT
772.13
▼ 2.65% today
Last 24 hours
Bid
772.12
Ask
772.13
Day High
799.00
Day Low
756.83
BNBUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 767.39 | 775.89 | 763.47 | 772.13 | +0.62% |
| 23 Sept 2026 | 788.39 | 799.00 | 756.99 | 767.39 | -2.66% |
| 22 Sept 2026 | 786.48 | 791.25 | 782.63 | 788.39 | +0.24% |
BNBUSDT API access
BNB / 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/BNBUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/BNBUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/BNBUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for BNBUSDT
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", "BNBUSDT");Also available for BNBUSDT: daily candles, hourly candles · full API documentation
News about BNBUSDT
- BINANCE:BNBUSDT Chart Image by sancho_dtTradingView·1d ago
- BINANCE:BNBUSDT Idea Chart Image by Marja_TradeTradingView·4d ago
- Crypto-Home(@Crypto_Zone_2)'s insightsBinance·31w ago
- BNB price today, BNB to USD live price, marketcap and chartCoinMarketCap·1d ago
- 790.5 [BNBUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- Not Every Correction Falls: What BNB’s Sideways Pause Revealed for BYBIT:BNBUSDT by EmpArchitectTradingView·2w ago