crypto · Crypto
NEARUSDT
NEAR / USDT
4.3985
▲ 1.48% today
Last 24 hours
Bid
4.3980
Ask
4.3990
Day High
4.8050
Day Low
4.0300
NEARUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 4.333 | 4.418 | 4.216 | 4.399 | +1.52% |
| 23 Sept 2026 | 4.426 | 4.803 | 4.035 | 4.333 | -2.10% |
| 22 Sept 2026 | 4.443 | 4.492 | 4.239 | 4.426 | -0.38% |
NEARUSDT API access
NEAR / 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/NEARUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/NEARUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/NEARUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for NEARUSDT
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", "NEARUSDT");Also available for NEARUSDT: daily candles, hourly candles · full API documentation
News about NEARUSDT
- BINANCE:NEARUSDT Chart Image by Savi_2037TradingView·2d ago
- NEAR Protocol Crypto Analysis: Overbought Signals & Fee Surge InsightsThe Cryptonomist·5d ago
- Why Strong Candles Can Be Weak Information for BYBIT:NEARUSDT.P by EmpArchitectTradingView·6d ago
- Near Protocol (NEAR) Skyrockets 46%, Breaking $3.5 Barrier: Key ReasonsTradingView·5d ago
- 4.692 [NEARUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- Rainbow Bridged USDT (Near) Price: USDT.E/USD Live Price Chart, Market Cap & News TodayCoinGecko·40w ago