crypto · Crypto
ARBUSDT
ARB / USDT
0.218
▼ 11.96% today
Last 24 hours
Bid
0.2179
Ask
0.218
Day High
0.2555
Day Low
0.2147
ARBUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 0.2160 | 0.2213 | 0.2150 | 0.2180 | +0.93% |
| 23 Sept 2026 | 0.2354 | 0.2556 | 0.2148 | 0.2161 | -8.20% |
| 22 Sept 2026 | 0.2140 | 0.2361 | 0.2124 | 0.2353 | +9.98% |
ARBUSDT API access
ARB / 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/ARBUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/ARBUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/ARBUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for ARBUSDT
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", "ARBUSDT");Also available for ARBUSDT: daily candles, hourly candles · full API documentation
News about ARBUSDT
- PHEMEX:ARBUSDT.P Chart Image by ClassicScottTradingView·1d ago
- Arbitrum (ARB) Suddenly Up 120%TradingView·2w ago
- 0.23449 [ARBUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- Arbitrum price today, ARB to USD live price, marketcap and chartCoinMarketCap·276w ago
- 0.21803 | ARBUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·181w ago
- 0.2391 | ARBUSDT Perpetual | USDT-Margined | Bitget FuturesBitget·170w ago