crypto · Crypto
NEOUSDT
NEO / USDT
2.5245
▼ 3.51% today
Last 24 hours
Bid
2.5240
Ask
2.5250
Day High
2.6820
Day Low
2.4370
NEOUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 2.481 | 2.542 | 2.466 | 2.525 | +1.77% |
| 23 Sept 2026 | 2.641 | 2.681 | 2.438 | 2.480 | -6.10% |
| 22 Sept 2026 | 2.556 | 2.659 | 2.545 | 2.641 | +3.33% |
NEOUSDT API access
NEO / 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/NEOUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/NEOUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/NEOUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for NEOUSDT
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", "NEOUSDT");Also available for NEOUSDT: daily candles, hourly candles · full API documentation
News about NEOUSDT
- 2.644 Trade NEO/USDT Spot | Crypto, bStocks & tCommoditiesBinance·10w ago
- 2.314 | NEOUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·10w ago
- 2.402 | NEOUSDT USDⓈ-Margined Perpetual Chart | Binance FuturesBinance·10w ago
- Neo price today, NEO to USD live price, marketcap and chartCoinMarketCap·478w ago