crypto · Crypto
ATOMUSDT
ATOM / USDT
1.7035
▼ 7.39% today
Last 24 hours
Bid
1.7030
Ask
1.7040
Day High
1.8590
Day Low
1.6760
ATOMUSDT daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 24 Sept 2026 | 1.698 | 1.710 | 1.678 | 1.704 | +0.35% |
| 23 Sept 2026 | 1.845 | 1.864 | 1.683 | 1.698 | -7.97% |
| 22 Sept 2026 | 1.747 | 1.864 | 1.740 | 1.846 | +5.67% |
ATOMUSDT API access
ATOM / 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/ATOMUSDT"
Python
import requests
r = requests.get("https://biquote.io/api/ATOMUSDT")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/ATOMUSDT");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for ATOMUSDT
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", "ATOMUSDT");Also available for ATOMUSDT: daily candles, hourly candles · full API documentation
News about ATOMUSDT
- Cosmos Hub crypto Analysis: Key Levels to Watch in August 2026The Cryptonomist·7w ago
- 1.775 [ATOMUSDT] Futures, USDT-Margined Perpetual Contract | MEXCMEXC·78w ago
- Cosmos price today, ATOM to USD live price, marketcap and chartCoinMarketCap·392w ago
- 1.757 Trade ATOM/USDT Spot | Crypto, bStocks & tCommoditiesBinance·103w ago
- Cosmos Hub Price: ATOM/USD Live Price Chart, Market Cap & News TodayCoinGecko·237w ago
- 1.697 ATOM USDT Spot TradingOKX·249w ago